Html Css Color HEX #AC0470 Eggplant

📋 copy color: '#AC0470'

red 172 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #AC0470

Tints of Eggplant #AC0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 59.72%
G = 1.39%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC0470 (or 0xAC0470) is known color: Eggplant. HEX triplet: AC, 04 and 70. RGB value is (172,4,112). Sum of RGB (Red+Green+Blue) = 172+4+112=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0470 is #53FB8F. Grayscale: #424242. Windows color (decimal): -5503888 or 7341228. OLE color: 7341228.

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

Color convert

RGB 172 4 112 -
CMYK 0 0.98 0.35 0.33
HSL 321.43º 0.95% 0.35% -
HSV(B) 321.43º 0.98% 0.67% -
XYZ 19.98 10.03 16.21 -
YUV 66.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 172 4 112 0 0.98 0.35 0.33 321.43 0.95 0.35
Hex AC 4 70 0 62 23 21 141 5F 23
Octal 254 4 160 0 142 43 41 501 137 43
Binary 10101100 100 1110000 0 1100010 100011 100001 101000001 1011111 100011

Color Harmonies of #AC0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0470

Black with #AC0470

Text Example


Text Example

White with #AC0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0470; }

 p { color: rgb(172,4,112); }

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

background-color css

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

 a { background-color: rgb(172,4,112); }

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

border-color css

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

 span { border-color: rgb(172,4,112); }

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