Html Css Color HEX #AA097E Eggplant

📋 copy color: '#AA097E'

red 170 ◦ green 9 ◦ blue 126

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

Shades of Eggplant #AA097E

Tints of Eggplant #AA097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 55.74%
G = 2.95%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA097E (or 0xAA097E) is known color: Eggplant. HEX triplet: AA, 09 and 7E. RGB value is (170,9,126). Sum of RGB (Red+Green+Blue) = 170+9+126=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA097E is #55F681. Grayscale: #464646. Windows color (decimal): -5633666 or 8260010. OLE color: 8260010.

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

Color convert

RGB 170 9 126 -
CMYK 0 0.95 0.26 0.33
HSL 316.4º 0.9% 0.35% -
HSV(B) 316.4º 0.95% 0.67% -
XYZ 20.44 10.25 20.64 -
YUV 70.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 170 9 126 0 0.95 0.26 0.33 316.4 0.9 0.35
Hex AA 9 7E 0 5F 1A 21 13C 5A 23
Octal 252 11 176 0 137 32 41 474 132 43
Binary 10101010 1001 1111110 0 1011111 11010 100001 100111100 1011010 100011

Color Harmonies of #AA097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA097E

Black with #AA097E

Text Example


Text Example

White with #AA097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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