Html Css Color HEX #AA037A Eggplant

📋 copy color: '#AA037A'

red 170 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #AA037A

Tints of Eggplant #AA037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 57.63%
G = 1.02%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA037A (or 0xAA037A) is known color: Eggplant. HEX triplet: AA, 03 and 7A. RGB value is (170,3,122). Sum of RGB (Red+Green+Blue) = 170+3+122=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA037A is #55FC85. Grayscale: #424242. Windows color (decimal): -5635206 or 7996330. OLE color: 7996330.

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

Color convert

RGB 170 3 122 -
CMYK 0 0.98 0.28 0.33
HSL 317.25º 0.97% 0.34% -
HSV(B) 317.25º 0.98% 0.67% -
XYZ 20.12 10.02 19.29 -
YUV 66.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 170 3 122 0 0.98 0.28 0.33 317.25 0.97 0.34
Hex AA 3 7A 0 62 1C 21 13D 61 22
Octal 252 3 172 0 142 34 41 475 141 42
Binary 10101010 11 1111010 0 1100010 11100 100001 100111101 1100001 100010

Color Harmonies of #AA037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA037A

Black with #AA037A

Text Example


Text Example

White with #AA037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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