#AA97BA

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

Shades of East Side #AA97BA

Tints of East Side #AA97BA

Color information

#AA97BA (or 0xAA97BA) is unknown color: approx East Side. HEX triplet: AA, 97 and BA. RGB value is (170,151,186). Sum of RGB (Red+Green+Blue) = 170+151+186=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97BA is #556845. Grayscale: #A0A0A0. Windows color (decimal): -5597254 or 12228522. OLE color: 12228522.

HSL color Cylindrical-coordinate representation of color #AA97BA: hue angle of 272.57º degrees, saturation: 0.2, 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 #AA97BA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170151186-
CMYK0.090.1900.27
HSL272.57º20.23%66.08%-
HSV(B)272.57º18.82%72.94%-
XYZ36.5134.2251.14-
YUV160.67142.29134.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=33.53%
G=29.78%
B=36.69%

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
Decimal1701511860.090.1900.27272.5720.2366.08
HexAA97BA91301B1111442
Octal252227272112303342124102
Binary101010101001011110111010100110011011011100010001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97BA; }

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

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

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

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

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

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

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

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