#AC026F

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

Shades of Eggplant #AC026F

Tints of Eggplant #AC026F

Color information

#AC026F (or 0xAC026F) is unknown color: approx Eggplant. HEX triplet: AC, 02 and 6F. RGB value is (172,2,111). Sum of RGB (Red+Green+Blue) = 172+2+111=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC026F is #53FD90. Grayscale: #404040. Windows color (decimal): -5504401 or 7275180. OLE color: 7275180.

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

Color convert

RGB1722111-
CMYK00.990.350.33
HSL321.53º97.7%34.12%-
HSV(B)321.53º98.84%67.45%-
XYZ19.99.9615.91-
YUV65.26153.82204.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=60.35%
G=0.70%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172211100.990.350.33321.5397.734.12
HexAC26F06323211426222
Octal25421570143434150214242
Binary10101100101101111011000111000111000011010000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC026F; }

 p { color: rgb(172,2,111); }

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

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

 a { background-color: rgb(172,2,111); }

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

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

 span { border-color: rgb(172,2,111); }

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