Html Css Color HEX #AA026E Eggplant

📋 copy color: '#AA026E'

red 170 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #AA026E

Tints of Eggplant #AA026E

RGB

 RED value IS 170 (66.8% from 255) = 60.28%

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

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

R = 60.28%
G = 0.71%
B = 39.01%

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

#AA026E (or 0xAA026E) is known color: Eggplant. HEX triplet: AA, 02 and 6E. RGB value is (170,2,110). Sum of RGB (Red+Green+Blue) = 170+2+110=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026E is #55FD91. Grayscale: #404040. Windows color (decimal): -5635474 or 7209642. OLE color: 7209642.

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

Color convert

RGB 170 2 110 -
CMYK 0 0.99 0.35 0.33
HSL 321.43º 0.98% 0.34% -
HSV(B) 321.43º 0.99% 0.67% -
XYZ 19.41 9.72 15.6 -
YUV 64.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 170 2 110 0 0.99 0.35 0.33 321.43 0.98 0.34
Hex AA 2 6E 0 63 23 21 141 62 22
Octal 252 2 156 0 143 43 41 501 142 42
Binary 10101010 10 1101110 0 1100011 100011 100001 101000001 1100010 100010

Color Harmonies of #AA026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA026E

Black with #AA026E

Text Example


Text Example

White with #AA026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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