Html Css Color HEX #AA097A Eggplant

📋 copy color: '#AA097A'

red 170 ◦ green 9 ◦ blue 122

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

Shades of Eggplant #AA097A

Tints of Eggplant #AA097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 56.48%
G = 2.99%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA097A (or 0xAA097A) is known color: Eggplant. HEX triplet: AA, 09 and 7A. RGB value is (170,9,122). Sum of RGB (Red+Green+Blue) = 170+9+122=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA097A is #55F685. Grayscale: #454545. Windows color (decimal): -5633670 or 7997866. OLE color: 7997866.

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

Color convert

RGB 170 9 122 -
CMYK 0 0.95 0.28 0.33
HSL 317.89º 0.9% 0.35% -
HSV(B) 317.89º 0.95% 0.67% -
XYZ 20.19 10.15 19.31 -
YUV 70.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 170 9 122 0 0.95 0.28 0.33 317.89 0.9 0.35
Hex AA 9 7A 0 5F 1C 21 13E 5A 23
Octal 252 11 172 0 137 34 41 476 132 43
Binary 10101010 1001 1111010 0 1011111 11100 100001 100111110 1011010 100011

Color Harmonies of #AA097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA097A

Black with #AA097A

Text Example


Text Example

White with #AA097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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