#AA99BB

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

Shades of East Side #AA99BB

Tints of East Side #AA99BB

Color information

#AA99BB (or 0xAA99BB) is unknown color: approx East Side. HEX triplet: AA, 99 and BB. RGB value is (170,153,187). Sum of RGB (Red+Green+Blue) = 170+153+187=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BB is #556644. Grayscale: #A1A1A1. Windows color (decimal): -5596741 or 12294570. OLE color: 12294570.

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

Color convert

RGB170153187-
CMYK0.090.1800.27
HSL270º20%66.67%-
HSV(B)270º18.18%73.33%-
XYZ36.9434.9251.81-
YUV161.96142.13133.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=33.33%
G=30%
B=36.67%

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
Decimal1701531870.090.1800.272702066.67
HexAA99BB91201B10e1443
Octal252231273112203341624103
Binary101010101001100110111011100110010011011100001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99BB; }

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

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

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

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

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

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

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

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