#AA97BF

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

Shades of East Side #AA97BF

Tints of East Side #AA97BF

Color information

#AA97BF (or 0xAA97BF) is unknown color: approx East Side. HEX triplet: AA, 97 and BF. RGB value is (170,151,191). Sum of RGB (Red+Green+Blue) = 170+151+191=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97BF is #556840. Grayscale: #A1A1A1. Windows color (decimal): -5597249 or 12556202. OLE color: 12556202.

HSL color Cylindrical-coordinate representation of color #AA97BF: hue angle of 268.5º degrees, saturation: 0.24, 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 #AA97BF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170151191-
CMYK0.110.2100.25
HSL268.5º23.81%67.06%-
HSV(B)268.5º20.94%74.9%-
XYZ37.0534.4453.99-
YUV161.24144.79134.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 191 (75% from 255) = 37.30%
R=33.20%
G=29.49%
B=37.30%

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
Decimal1701511910.110.2100.25268.523.8167.06
HexAA97BFB1501910c1843
Octal252227277132503141430103
Binary101010101001011110111111101110101011001100001100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97BF; }

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

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

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

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

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

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

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

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