Html Css Color HEX #AA057A Eggplant

📋 copy color: '#AA057A'

red 170 ◦ green 5 ◦ blue 122

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

Shades of Eggplant #AA057A

Tints of Eggplant #AA057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 57.24%
G = 1.68%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA057A (or 0xAA057A) is known color: Eggplant. HEX triplet: AA, 05 and 7A. RGB value is (170,5,122). Sum of RGB (Red+Green+Blue) = 170+5+122=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA057A is #55FA85. Grayscale: #434343. Windows color (decimal): -5634694 or 7996842. OLE color: 7996842.

HSL color Cylindrical-coordinate representation of color #AA057A: hue angle of 317.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA057A is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 5 122 -
CMYK 0 0.97 0.28 0.33
HSL 317.45º 0.94% 0.34% -
HSV(B) 317.45º 0.97% 0.67% -
XYZ 20.14 10.06 19.29 -
YUV 67.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 170 5 122 0 0.97 0.28 0.33 317.45 0.94 0.34
Hex AA 5 7A 0 61 1C 21 13D 5E 22
Octal 252 5 172 0 141 34 41 475 136 42
Binary 10101010 101 1111010 0 1100001 11100 100001 100111101 1011110 100010

Color Harmonies of #AA057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA057A

Black with #AA057A

Text Example


Text Example

White with #AA057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA057A; }

 p { color: rgb(170,5,122); }

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

background-color css

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

 a { background-color: rgb(170,5,122); }

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

border-color css

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

 span { border-color: rgb(170,5,122); }

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