Html Css Color HEX #AC0879 Eggplant

📋 copy color: '#AC0879'

red 172 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #AC0879

Tints of Eggplant #AC0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 57.14%
G = 2.66%
B = 40.2%

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

#AC0879 (or 0xAC0879) is known color: Eggplant. HEX triplet: AC, 08 and 79. RGB value is (172,8,121). Sum of RGB (Red+Green+Blue) = 172+8+121=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0879 is #53F786. Grayscale: #454545. Windows color (decimal): -5502855 or 7932076. OLE color: 7932076.

HSL color Cylindrical-coordinate representation of color #AC0879: hue angle of 318.66º degrees, saturation: 0.91, 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 #AC0879 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 121 -
CMYK 0 0.95 0.30 0.33
HSL 318.66º 0.91% 0.35% -
HSV(B) 318.66º 0.95% 0.67% -
XYZ 20.55 10.32 19 -
YUV 69.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 172 8 121 0 0.95 0.30 0.33 318.66 0.91 0.35
Hex AC 8 79 0 5F 1E 21 13F 5B 23
Octal 254 10 171 0 137 36 41 477 133 43
Binary 10101100 1000 1111001 0 1011111 11110 100001 100111111 1011011 100011

Color Harmonies of #AC0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0879

Black with #AC0879

Text Example


Text Example

White with #AC0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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