Html Css Color HEX #AC0170 Eggplant

📋 copy color: '#AC0170'

red 172 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #AC0170

Tints of Eggplant #AC0170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 60.35%
G = 0.35%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC0170 (or 0xAC0170) is known color: Eggplant. HEX triplet: AC, 01 and 70. RGB value is (172,1,112). Sum of RGB (Red+Green+Blue) = 172+1+112=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0170 is #53FE8F. Grayscale: #404040. Windows color (decimal): -5504656 or 7340460. OLE color: 7340460.

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

Color convert

RGB 172 1 112 -
CMYK 0 0.99 0.35 0.33
HSL 321.05º 0.99% 0.34% -
HSV(B) 321.05º 0.99% 0.67% -
XYZ 19.95 9.96 16.2 -
YUV 64.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 172 1 112 0 0.99 0.35 0.33 321.05 0.99 0.34
Hex AC 1 70 0 63 23 21 141 63 22
Octal 254 1 160 0 143 43 41 501 143 42
Binary 10101100 1 1110000 0 1100011 100011 100001 101000001 1100011 100010

Color Harmonies of #AC0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0170

Black with #AC0170

Text Example


Text Example

White with #AC0170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0170; }

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

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

background-color css

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

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

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

border-color css

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

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

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