Html Css Color HEX #AA026D Eggplant

📋 copy color: '#AA026D'

red 170 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #AA026D

Tints of Eggplant #AA026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 60.5%
G = 0.71%
B = 38.79%

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

#AA026D (or 0xAA026D) is known color: Eggplant. HEX triplet: AA, 02 and 6D. RGB value is (170,2,109). Sum of RGB (Red+Green+Blue) = 170+2+109=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026D is #55FD92. Grayscale: #404040. Windows color (decimal): -5635475 or 7144106. OLE color: 7144106.

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

Color convert

RGB 170 2 109 -
CMYK 0 0.99 0.36 0.33
HSL 321.79º 0.98% 0.34% -
HSV(B) 321.79º 0.99% 0.67% -
XYZ 19.36 9.69 15.32 -
YUV 64.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 170 2 109 0 0.99 0.36 0.33 321.79 0.98 0.34
Hex AA 2 6D 0 63 24 21 142 62 22
Octal 252 2 155 0 143 44 41 502 142 42
Binary 10101010 10 1101101 0 1100011 100100 100001 101000010 1100010 100010

Color Harmonies of #AA026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA026D

Black with #AA026D

Text Example


Text Example

White with #AA026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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