Html Css Color HEX #AC006E Eggplant

📋 copy color: '#AC006E'

red 172 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #AC006E

Tints of Eggplant #AC006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 60.99%
G = 0%
B = 39.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC006E (or 0xAC006E) is known color: Eggplant. HEX triplet: AC, 00 and 6E. RGB value is (172,0,110). Sum of RGB (Red+Green+Blue) = 172+0+110=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC006E is #53FF91. Grayscale: #3F3F3F. Windows color (decimal): -5504914 or 7209132. OLE color: 7209132.

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

Color convert

RGB 172 0 110 -
CMYK 0 1 0.36 0.33
HSL 321.63º 1% 0.34% -
HSV(B) 321.63º 1% 0.67% -
XYZ 19.83 9.9 15.62 -
YUV 63.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 172 0 110 0 1 0.36 0.33 321.63 1 0.34
Hex AC 0 6E 0 64 24 21 142 64 22
Octal 254 0 156 0 144 44 41 502 144 42
Binary 10101100 0 1101110 0 1100100 100100 100001 101000010 1100100 100010

Color Harmonies of #AC006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC006E

Black with #AC006E

Text Example


Text Example

White with #AC006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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