Html Css Color HEX #AC026E Eggplant

📋 copy color: '#AC026E'

red 172 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #AC026E

Tints of Eggplant #AC026E

RGB

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

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

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

R = 60.56%
G = 0.7%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC026E (or 0xAC026E) is known color: Eggplant. HEX triplet: AC, 02 and 6E. RGB value is (172,2,110). Sum of RGB (Red+Green+Blue) = 172+2+110=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC026E is #53FD91. Grayscale: #404040. Windows color (decimal): -5504402 or 7209644. OLE color: 7209644.

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

Color convert

RGB 172 2 110 -
CMYK 0 0.99 0.36 0.33
HSL 321.88º 0.98% 0.34% -
HSV(B) 321.88º 0.99% 0.67% -
XYZ 19.85 9.94 15.62 -
YUV 65.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 172 2 110 0 0.99 0.36 0.33 321.88 0.98 0.34
Hex AC 2 6E 0 63 24 21 142 62 22
Octal 254 2 156 0 143 44 41 502 142 42
Binary 10101100 10 1101110 0 1100011 100100 100001 101000010 1100010 100010

Color Harmonies of #AC026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC026E

Black with #AC026E

Text Example


Text Example

White with #AC026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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