Html Css Color HEX #AC0C79 Eggplant

📋 copy color: '#AC0C79'

red 172 ◦ green 12 ◦ blue 121

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

Shades of Eggplant #AC0C79

Tints of Eggplant #AC0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 56.39%
G = 3.93%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC0C79 (or 0xAC0C79) is known color: Eggplant. HEX triplet: AC, 0C and 79. RGB value is (172,12,121). Sum of RGB (Red+Green+Blue) = 172+12+121=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C79 is #53F386. Grayscale: #474747. Windows color (decimal): -5501831 or 7933100. OLE color: 7933100.

HSL color Cylindrical-coordinate representation of color #AC0C79: hue angle of 319.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C79 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 121 -
CMYK 0 0.93 0.30 0.33
HSL 319.13º 0.87% 0.36% -
HSV(B) 319.13º 0.93% 0.67% -
XYZ 20.6 10.41 19.01 -
YUV 72.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 172 12 121 0 0.93 0.30 0.33 319.13 0.87 0.36
Hex AC C 79 0 5D 1E 21 13F 57 24
Octal 254 14 171 0 135 36 41 477 127 44
Binary 10101100 1100 1111001 0 1011101 11110 100001 100111111 1010111 100100

Color Harmonies of #AC0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C79

Black with #AC0C79

Text Example


Text Example

White with #AC0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C79; }

 p { color: rgb(172,12,121); }

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

background-color css

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

 a { background-color: rgb(172,12,121); }

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

border-color css

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

 span { border-color: rgb(172,12,121); }

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