#AA96BF

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

Shades of East Side #AA96BF

Tints of East Side #AA96BF

Color information

#AA96BF (or 0xAA96BF) is unknown color: approx East Side. HEX triplet: AA, 96 and BF. RGB value is (170,150,191). Sum of RGB (Red+Green+Blue) = 170+150+191=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96BF is #556940. Grayscale: #A0A0A0. Windows color (decimal): -5597505 or 12555946. OLE color: 12555946.

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

Color convert

RGB170150191-
CMYK0.110.2100.25
HSL269.27º24.26%66.86%-
HSV(B)269.27º21.47%74.9%-
XYZ36.8934.1253.93-
YUV160.65145.13134.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 191 (75% from 255) = 37.38%
R=33.27%
G=29.35%
B=37.38%

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
Decimal1701501910.110.2100.25269.2724.2666.86
HexAA96BFB1501910d1843
Octal252226277132503141530103
Binary101010101001011010111111101110101011001100001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96BF; }

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

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

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

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

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

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

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

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