Html Css Color HEX #AC0172 Eggplant

📋 copy color: '#AC0172'

red 172 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #AC0172

Tints of Eggplant #AC0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 59.93%
G = 0.35%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC0172 (or 0xAC0172) is known color: Eggplant. HEX triplet: AC, 01 and 72. RGB value is (172,1,114). Sum of RGB (Red+Green+Blue) = 172+1+114=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0172 is #53FE8D. Grayscale: #404040. Windows color (decimal): -5504654 or 7471532. OLE color: 7471532.

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

Color convert

RGB 172 1 114 -
CMYK 0 0.99 0.34 0.33
HSL 320.35º 0.99% 0.34% -
HSV(B) 320.35º 0.99% 0.67% -
XYZ 20.06 10.01 16.79 -
YUV 65.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 172 1 114 0 0.99 0.34 0.33 320.35 0.99 0.34
Hex AC 1 72 0 63 22 21 140 63 22
Octal 254 1 162 0 143 42 41 500 143 42
Binary 10101100 1 1110010 0 1100011 100010 100001 101000000 1100011 100010

Color Harmonies of #AC0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0172

Black with #AC0172

Text Example


Text Example

White with #AC0172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0172; }

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

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

background-color css

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

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

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

border-color css

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

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

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