Html Css Color HEX #AC0479 Eggplant

📋 copy color: '#AC0479'

red 172 ◦ green 4 ◦ blue 121

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

Shades of Eggplant #AC0479

Tints of Eggplant #AC0479

RGB

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

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

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

R = 57.91%
G = 1.35%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC0479 (or 0xAC0479) is known color: Eggplant. HEX triplet: AC, 04 and 79. RGB value is (172,4,121). Sum of RGB (Red+Green+Blue) = 172+4+121=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0479 is #53FB86. Grayscale: #434343. Windows color (decimal): -5503879 or 7931052. OLE color: 7931052.

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

Color convert

RGB 172 4 121 -
CMYK 0 0.98 0.30 0.33
HSL 318.21º 0.95% 0.35% -
HSV(B) 318.21º 0.98% 0.67% -
XYZ 20.51 10.24 18.98 -
YUV 67.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 172 4 121 0 0.98 0.30 0.33 318.21 0.95 0.35
Hex AC 4 79 0 62 1E 21 13E 5F 23
Octal 254 4 171 0 142 36 41 476 137 43
Binary 10101100 100 1111001 0 1100010 11110 100001 100111110 1011111 100011

Color Harmonies of #AC0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0479

Black with #AC0479

Text Example


Text Example

White with #AC0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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