Html Css Color HEX #AA097B Eggplant

📋 copy color: '#AA097B'

red 170 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #AA097B

Tints of Eggplant #AA097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 56.29%
G = 2.98%
B = 40.73%

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

#AA097B (or 0xAA097B) is known color: Eggplant. HEX triplet: AA, 09 and 7B. RGB value is (170,9,123). Sum of RGB (Red+Green+Blue) = 170+9+123=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA097B is #55F684. Grayscale: #454545. Windows color (decimal): -5633669 or 8063402. OLE color: 8063402.

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

Color convert

RGB 170 9 123 -
CMYK 0 0.95 0.28 0.33
HSL 317.52º 0.9% 0.35% -
HSV(B) 317.52º 0.95% 0.67% -
XYZ 20.25 10.17 19.63 -
YUV 70.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 170 9 123 0 0.95 0.28 0.33 317.52 0.9 0.35
Hex AA 9 7B 0 5F 1C 21 13E 5A 23
Octal 252 11 173 0 137 34 41 476 132 43
Binary 10101010 1001 1111011 0 1011111 11100 100001 100111110 1011010 100011

Color Harmonies of #AA097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA097B

Black with #AA097B

Text Example


Text Example

White with #AA097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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