#AA97BE

Color #AA97BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA97BE

Tints of East Side #AA97BE

Color information

#AA97BE (or 0xAA97BE) is unknown color: approx East Side. HEX triplet: AA, 97 and BE. RGB value is (170,151,190). Sum of RGB (Red+Green+Blue) = 170+151+190=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97BE is #556841. Grayscale: #A0A0A0. Windows color (decimal): -5597250 or 12490666. OLE color: 12490666.

HSL color Cylindrical-coordinate representation of color #AA97BE: hue angle of 269.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA97BE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170151190-
CMYK0.110.2100.25
HSL269.23º23.08%66.86%-
HSV(B)269.23º20.53%74.51%-
XYZ36.9434.453.41-
YUV161.13144.29134.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=33.27%
G=29.55%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701511900.110.2100.25269.2323.0866.86
HexAA97BEB1501910d1743
Octal252227276132503141527103
Binary101010101001011110111110101110101011001100001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97BE; }

 p { color: rgb(170,151,190); }

 H1.HeaderClassName
 {
   color: #AA97BE;
 }
 .AnyTagClassName
 {
   color: #AA97BE;
 }
</style>
background-color css

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

 a { background-color: rgb(170,151,190); }

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

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

 span { border-color: rgb(170,151,190); }

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