Color Hex Logo

#a217ad Color Hex

#A217AD
(162,23,173)
0 Favorites   0 Comments

Color spaces of #a217ad

RGB 16223173
HSL0.820.770.38
HSV296°87°68°
CMYK 0.060.870.00   0.32
XYZ22.749511.311340.5194
Yxy11.31130.30500.1517
Hunter Lab33.632361.8843-47.8886
CIE-Lab40.099968.6325-47.1330

#a217ad color RGB value is (162,23,173).

#a217ad hex color red value is 162, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a217ad hue: 0.82 , saturation: 0.77 and the lightness value of a217ad is 0.38.

The process color (four color CMYK) of #a217ad color hex is 0.06, 0.87, 0.00, 0.32. Web safe color of #a217ad is #990099. Color #a217ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010111 10101101
Octal 242 27 255
Decimal 162 23 173
Hex A2 17 AD

RGB Percentages of Color #a217ad

%45.25
%6.42
%48.32

CMYK Percentages of Color #a217ad

%6
%87
%0
%32

Triadic Colors of #a217ad

#a217ad #ada217 #17ada2

Analogous Colors of #a217ad

#a217ad #ad176d #5717ad

Monochromatic Colors of #a217ad

#a217ad

Complementary Color

#a217ad #22ad17

#a217ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a217ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a217ad Color CSS Codes

.mybgcolor {background-color:#a217ad; } 
.myforecolor {color:#a217ad; }
.mybordercolor {border:3px solid #a217ad; }

#a217ad Text Font Color

<p style="color:#a217ad">Text here</p>

This sample text font color is #a217ad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a217ad Background Color

<div style="background-color:#a217ad">
Div content here</div>

This div background color is #a217ad


#a217ad Border Color

<div style="border:3px solid #a217ad">
Div here</div>

This div border color is #a217ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,23,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a217ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a217ad;
  -webkit-box-shadow: 1px 1px 3px 2px #a217ad;
  box-shadow:         1px 1px 3px 2px #a217ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,23,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a217ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a217ad;
  -webkit-box-shadow: 1px 1px 3px 2px #a217ad;
  box-shadow:         1px 1px 3px 2px #a217ad;">
Div content here</div>

This div box has shadow with color #a217ad


Comments

No comments written yet.

Please login to write comment.