Html Css Color HEX #AC0079 Eggplant

📋 copy color: '#AC0079'

red 172 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #AC0079

Tints of Eggplant #AC0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.7%
G = 0%
B = 41.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC0079 (or 0xAC0079) is known color: Eggplant. HEX triplet: AC, 00 and 79. RGB value is (172,0,121). Sum of RGB (Red+Green+Blue) = 172+0+121=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0079 is #53FF86. Grayscale: #404040. Windows color (decimal): -5504903 or 7930028. OLE color: 7930028.

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

Color convert

RGB 172 0 121 -
CMYK 0 1 0.30 0.33
HSL 317.79º 1% 0.34% -
HSV(B) 317.79º 1% 0.67% -
XYZ 20.46 10.15 18.97 -
YUV 65.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 172 0 121 0 1 0.30 0.33 317.79 1 0.34
Hex AC 0 79 0 64 1E 21 13E 64 22
Octal 254 0 171 0 144 36 41 476 144 42
Binary 10101100 0 1111001 0 1100100 11110 100001 100111110 1100100 100010

Color Harmonies of #AC0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0079

Black with #AC0079

Text Example


Text Example

White with #AC0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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