Html Css Color HEX #AC0672 Eggplant

📋 copy color: '#AC0672'

red 172 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #AC0672

Tints of Eggplant #AC0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 58.9%
G = 2.05%
B = 39.04%

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

#AC0672 (or 0xAC0672) is known color: Eggplant. HEX triplet: AC, 06 and 72. RGB value is (172,6,114). Sum of RGB (Red+Green+Blue) = 172+6+114=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0672 is #53F98D. Grayscale: #434343. Windows color (decimal): -5503374 or 7472812. OLE color: 7472812.

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

Color convert

RGB 172 6 114 -
CMYK 0 0.97 0.34 0.33
HSL 320.96º 0.93% 0.35% -
HSV(B) 320.96º 0.97% 0.67% -
XYZ 20.12 10.12 16.81 -
YUV 67.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 172 6 114 0 0.97 0.34 0.33 320.96 0.93 0.35
Hex AC 6 72 0 61 22 21 141 5D 23
Octal 254 6 162 0 141 42 41 501 135 43
Binary 10101100 110 1110010 0 1100001 100010 100001 101000001 1011101 100011

Color Harmonies of #AC0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0672

Black with #AC0672

Text Example


Text Example

White with #AC0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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