Html Css Color HEX #AC0979 Eggplant

📋 copy color: '#AC0979'

red 172 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #AC0979

Tints of Eggplant #AC0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 56.95%
G = 2.98%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC0979 (or 0xAC0979) is known color: Eggplant. HEX triplet: AC, 09 and 79. RGB value is (172,9,121). Sum of RGB (Red+Green+Blue) = 172+9+121=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0979 is #53F686. Grayscale: #464646. Windows color (decimal): -5502599 or 7932332. OLE color: 7932332.

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

Color convert

RGB 172 9 121 -
CMYK 0 0.95 0.30 0.33
HSL 318.77º 0.9% 0.35% -
HSV(B) 318.77º 0.95% 0.67% -
XYZ 20.56 10.35 19 -
YUV 70.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 172 9 121 0 0.95 0.30 0.33 318.77 0.9 0.35
Hex AC 9 79 0 5F 1E 21 13F 5A 23
Octal 254 11 171 0 137 36 41 477 132 43
Binary 10101100 1001 1111001 0 1011111 11110 100001 100111111 1011010 100011

Color Harmonies of #AC0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0979

Black with #AC0979

Text Example


Text Example

White with #AC0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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