Html Css Color HEX #AC0276 Eggplant

📋 copy color: '#AC0276'

red 172 ◦ green 2 ◦ blue 118

#AC0276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AC0276

Tints of Eggplant #AC0276

RGB

 RED value IS 172 (67.58% from 255) = 58.9%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 58.9%
G = 0.68%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC0276 (or 0xAC0276) is known color: Eggplant. HEX triplet: AC, 02 and 76. RGB value is (172,2,118). Sum of RGB (Red+Green+Blue) = 172+2+118=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0276 is #53FD89. Grayscale: #414141. Windows color (decimal): -5504394 or 7733932. OLE color: 7733932.

HSL color Cylindrical-coordinate representation of color #AC0276: hue angle of 319.06º 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 #AC0276 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 118 -
CMYK 0 0.99 0.31 0.33
HSL 319.06º 0.98% 0.34% -
HSV(B) 319.06º 0.99% 0.67% -
XYZ 20.3 10.12 18.02 -
YUV 66.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 172 2 118 0 0.99 0.31 0.33 319.06 0.98 0.34
Hex AC 2 76 0 63 1F 21 13F 62 22
Octal 254 2 166 0 143 37 41 477 142 42
Binary 10101100 10 1110110 0 1100011 11111 100001 100111111 1100010 100010

Color Harmonies of #AC0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0276

Black with #AC0276

Text Example


Text Example

White with #AC0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0276; }

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

 H1.HeaderClassName
 {
   color: #AC0276;
 }
 .AnyTagClassName
 {
   color: #AC0276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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