Html Css Color HEX #AC0078 Eggplant

📋 copy color: '#AC0078'

red 172 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #AC0078

Tints of Eggplant #AC0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 58.9%
G = 0%
B = 41.1%

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

#AC0078 (or 0xAC0078) is known color: Eggplant. HEX triplet: AC, 00 and 78. RGB value is (172,0,120). Sum of RGB (Red+Green+Blue) = 172+0+120=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0078 is #53FF87. Grayscale: #404040. Windows color (decimal): -5504904 or 7864492. OLE color: 7864492.

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

Color convert

RGB 172 0 120 -
CMYK 0 1 0.30 0.33
HSL 318.14º 1% 0.34% -
HSV(B) 318.14º 1% 0.67% -
XYZ 20.4 10.13 18.65 -
YUV 65.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 172 0 120 0 1 0.30 0.33 318.14 1 0.34
Hex AC 0 78 0 64 1E 21 13E 64 22
Octal 254 0 170 0 144 36 41 476 144 42
Binary 10101100 0 1111000 0 1100100 11110 100001 100111110 1100100 100010

Color Harmonies of #AC0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0078

Black with #AC0078

Text Example


Text Example

White with #AC0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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