#AA99BA

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

Shades of East Side #AA99BA

Tints of East Side #AA99BA

Color information

#AA99BA (or 0xAA99BA) is unknown color: approx East Side. HEX triplet: AA, 99 and BA. RGB value is (170,153,186). Sum of RGB (Red+Green+Blue) = 170+153+186=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BA is #556645. Grayscale: #A1A1A1. Windows color (decimal): -5596742 or 12229034. OLE color: 12229034.

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

Color convert

RGB170153186-
CMYK0.090.1800.27
HSL270.91º19.3%66.47%-
HSV(B)270.91º17.74%72.94%-
XYZ36.8334.8751.24-
YUV161.84141.63133.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.40%
G=30.06%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701531860.090.1800.27270.9119.366.47
HexAA99BA91201B10f1342
Octal252231272112203341723102
Binary101010101001100110111010100110010011011100001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99BA; }

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

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

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

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

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

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

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

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