#AA97BB

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

Shades of East Side #AA97BB

Tints of East Side #AA97BB

Color information

#AA97BB (or 0xAA97BB) is unknown color: approx East Side. HEX triplet: AA, 97 and BB. RGB value is (170,151,187). Sum of RGB (Red+Green+Blue) = 170+151+187=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA97BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97BB is #556844. Grayscale: #A0A0A0. Windows color (decimal): -5597253 or 12294058. OLE color: 12294058.

HSL color Cylindrical-coordinate representation of color #AA97BB: hue angle of 271.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA97BB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170151187-
CMYK0.090.1900.27
HSL271.67º20.93%66.27%-
HSV(B)271.67º19.25%73.33%-
XYZ36.6134.2751.7-
YUV160.78142.79134.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=33.46%
G=29.72%
B=36.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701511870.090.1900.27271.6720.9366.27
HexAA97BB91301B1101542
Octal252227273112303342025102
Binary101010101001011110111011100110011011011100010000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97BB; }

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

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

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

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

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

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

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

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