Html Css Color HEX #AC026F Eggplant

📋 copy color: '#AC026F'

red 172 ◦ green 2 ◦ blue 111

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

Shades of Eggplant #AC026F

Tints of Eggplant #AC026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 60.35%
G = 0.7%
B = 38.95%

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

#AC026F (or 0xAC026F) is known color: Eggplant. HEX triplet: AC, 02 and 6F. RGB value is (172,2,111). Sum of RGB (Red+Green+Blue) = 172+2+111=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC026F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC026F is #53FD90. Grayscale: #404040. Windows color (decimal): -5504401 or 7275180. OLE color: 7275180.

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

Color convert

RGB 172 2 111 -
CMYK 0 0.99 0.35 0.33
HSL 321.53º 0.98% 0.34% -
HSV(B) 321.53º 0.99% 0.67% -
XYZ 19.9 9.96 15.91 -
YUV 65.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 172 2 111 0 0.99 0.35 0.33 321.53 0.98 0.34
Hex AC 2 6F 0 63 23 21 142 62 22
Octal 254 2 157 0 143 43 41 502 142 42
Binary 10101100 10 1101111 0 1100011 100011 100001 101000010 1100010 100010

Color Harmonies of #AC026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC026F

Black with #AC026F

Text Example


Text Example

White with #AC026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC026F; }

 p { color: rgb(172,2,111); }

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

background-color css

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

 a { background-color: rgb(172,2,111); }

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

border-color css

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

 span { border-color: rgb(172,2,111); }

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