Html Css Color HEX #AC0077 Eggplant

📋 copy color: '#AC0077'

red 172 ◦ green 0 ◦ blue 119

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

Shades of Eggplant #AC0077

Tints of Eggplant #AC0077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 59.11%
G = 0%
B = 40.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC0077 (or 0xAC0077) is known color: Eggplant. HEX triplet: AC, 00 and 77. RGB value is (172,0,119). Sum of RGB (Red+Green+Blue) = 172+0+119=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0077 is #53FF88. Grayscale: #404040. Windows color (decimal): -5504905 or 7798956. OLE color: 7798956.

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

Color convert

RGB 172 0 119 -
CMYK 0 1 0.31 0.33
HSL 318.49º 1% 0.34% -
HSV(B) 318.49º 1% 0.67% -
XYZ 20.34 10.1 18.33 -
YUV 64.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 172 0 119 0 1 0.31 0.33 318.49 1 0.34
Hex AC 0 77 0 64 1F 21 13E 64 22
Octal 254 0 167 0 144 37 41 476 144 42
Binary 10101100 0 1110111 0 1100100 11111 100001 100111110 1100100 100010

Color Harmonies of #AC0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0077

Black with #AC0077

Text Example


Text Example

White with #AC0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0077; }

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

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

background-color css

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

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

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

border-color css

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

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

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