Html Css Color HEX #AC0071 Eggplant

📋 copy color: '#AC0071'

red 172 ◦ green 0 ◦ blue 113

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

Shades of Eggplant #AC0071

Tints of Eggplant #AC0071

RGB

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

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

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

R = 60.35%
G = 0%
B = 39.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0071 (or 0xAC0071) is known color: Eggplant. HEX triplet: AC, 00 and 71. RGB value is (172,0,113). Sum of RGB (Red+Green+Blue) = 172+0+113=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0071 is #53FF8E. Grayscale: #404040. Windows color (decimal): -5504911 or 7405740. OLE color: 7405740.

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

Color convert

RGB 172 0 113 -
CMYK 0 1 0.34 0.33
HSL 320.58º 1% 0.34% -
HSV(B) 320.58º 1% 0.67% -
XYZ 19.99 9.96 16.49 -
YUV 64.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 172 0 113 0 1 0.34 0.33 320.58 1 0.34
Hex AC 0 71 0 64 22 21 141 64 22
Octal 254 0 161 0 144 42 41 501 144 42
Binary 10101100 0 1110001 0 1100100 100010 100001 101000001 1100100 100010

Color Harmonies of #AC0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0071

Black with #AC0071

Text Example


Text Example

White with #AC0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0071; }

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

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

background-color css

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

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

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

border-color css

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

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

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