#AC0081

Color #AC0081 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #AC0081

Tints of Eggplant #AC0081

Color information

#AC0081 (or 0xAC0081) is unknown color: approx Eggplant. HEX triplet: AC, 00 and 81. RGB value is (172,0,129). Sum of RGB (Red+Green+Blue) = 172+0+129=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0081 is #53FF7E. Grayscale: #414141. Windows color (decimal): -5504895 or 8454316. OLE color: 8454316.

HSL color Cylindrical-coordinate representation of color #AC0081: hue angle of 315º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0081 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB1720129-
CMYK010.250.33
HSL315º100%33.73%-
HSV(B)315º100%67.45%-
XYZ20.9810.3621.66-
YUV66.13163.48203.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1720129010.250.3331510033.73
HexAC081064192113b6422
Octal25402010144314147314442
Binary1010110001000000101100100110011000011001110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0081; }

 p { color: rgb(172,0,129); }

 H1.HeaderClassName
 {
   color: #AC0081;
 }
 .AnyTagClassName
 {
   color: #AC0081;
 }
</style>
background-color css

<style>
 a { background-color: #AC0081; }

 a { background-color: rgb(172,0,129); }

 div.DivClassName
 {
   background-color: #AC0081;
 }
 .BgClassName
 {
   background-color: #AC0081;
 }
</style>
border-color css

<style>
 span { border-color: #AC0081; }

 span { border-color: rgb(172,0,129); }

 td.TdClassName
 {
   border-color: #AC0081;
 }
 .TagClassName
 {
   border-color: #AC0081;
 }
</style>