Color Hex Logo

#a819ac Color Hex

#A819AC
(168,25,172)
0 Favorites   0 Comments

Color spaces of #a819ac

RGB 16825172
HSL0.830.750.39
HSV298°85°67°
CMYK 0.020.850.00   0.33
XYZ23.942511.998740.0838
Yxy11.99870.31490.1578
Hunter Lab34.639162.7603-44.3619
CIE-Lab41.214169.1646-44.6947

#a819ac color RGB value is (168,25,172).

#a819ac hex color red value is 168, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a819ac hue: 0.83 , saturation: 0.75 and the lightness value of a819ac is 0.39.

The process color (four color CMYK) of #a819ac color hex is 0.02, 0.85, 0.00, 0.33. Web safe color of #a819ac is #990099. Color #a819ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 10101100
Octal 250 31 254
Decimal 168 25 172
Hex A8 19 AC

RGB Percentages of Color #a819ac

%46.03
%6.85
%47.12

CMYK Percentages of Color #a819ac

%2
%85
%0
%33

Triadic Colors of #a819ac

#a819ac #aca819 #19aca8

Analogous Colors of #a819ac

#a819ac #ac1967 #5e19ac

Monochromatic Colors of #a819ac

#a819ac

Complementary Color

#a819ac #1dac19

#a819ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a819ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a819ac Color CSS Codes

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

#a819ac Text Font Color

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

This sample text font color is #a819ac
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.


#a819ac Background Color

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

This div background color is #a819ac


#a819ac Border Color

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

This div border color is #a819ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,25,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a819ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a819ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a819ac;
  box-shadow:         1px 1px 3px 2px #a819ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,25,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a819ac


Comments

No comments written yet.

Please login to write comment.