Html Css Color HEX #AC0571 Eggplant

📋 copy color: '#AC0571'

red 172 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #AC0571

Tints of Eggplant #AC0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 59.31%
G = 1.72%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0571 (or 0xAC0571) is known color: Eggplant. HEX triplet: AC, 05 and 71. RGB value is (172,5,113). Sum of RGB (Red+Green+Blue) = 172+5+113=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0571 is #53FA8E. Grayscale: #424242. Windows color (decimal): -5503631 or 7407020. OLE color: 7407020.

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

Color convert

RGB 172 5 113 -
CMYK 0 0.97 0.34 0.33
HSL 321.2º 0.94% 0.35% -
HSV(B) 321.2º 0.97% 0.67% -
XYZ 20.05 10.07 16.51 -
YUV 67.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 172 5 113 0 0.97 0.34 0.33 321.2 0.94 0.35
Hex AC 5 71 0 61 22 21 141 5E 23
Octal 254 5 161 0 141 42 41 501 136 43
Binary 10101100 101 1110001 0 1100001 100010 100001 101000001 1011110 100011

Color Harmonies of #AC0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0571

Black with #AC0571

Text Example


Text Example

White with #AC0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0571; }

 p { color: rgb(172,5,113); }

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

background-color css

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

 a { background-color: rgb(172,5,113); }

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

border-color css

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

 span { border-color: rgb(172,5,113); }

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