Html Css Color HEX #AA027D Eggplant

📋 copy color: '#AA027D'

red 170 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #AA027D

Tints of Eggplant #AA027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 57.24%
G = 0.67%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA027D (or 0xAA027D) is known color: Eggplant. HEX triplet: AA, 02 and 7D. RGB value is (170,2,125). Sum of RGB (Red+Green+Blue) = 170+2+125=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA027D is #55FD82. Grayscale: #414141. Windows color (decimal): -5635459 or 8192682. OLE color: 8192682.

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

Color convert

RGB 170 2 125 -
CMYK 0 0.99 0.26 0.33
HSL 316.07º 0.98% 0.34% -
HSV(B) 316.07º 0.99% 0.67% -
XYZ 20.3 10.07 20.28 -
YUV 66.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 170 2 125 0 0.99 0.26 0.33 316.07 0.98 0.34
Hex AA 2 7D 0 63 1A 21 13C 62 22
Octal 252 2 175 0 143 32 41 474 142 42
Binary 10101010 10 1111101 0 1100011 11010 100001 100111100 1100010 100010

Color Harmonies of #AA027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA027D

Black with #AA027D

Text Example


Text Example

White with #AA027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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