#AA99BC

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

Shades of East Side #AA99BC

Tints of East Side #AA99BC

Color information

#AA99BC (or 0xAA99BC) is unknown color: approx East Side. HEX triplet: AA, 99 and BC. RGB value is (170,153,188). Sum of RGB (Red+Green+Blue) = 170+153+188=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BC is #556643. Grayscale: #A1A1A1. Windows color (decimal): -5596740 or 12360106. OLE color: 12360106.

HSL color Cylindrical-coordinate representation of color #AA99BC: hue angle of 269.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA99BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170153188-
CMYK0.100.1900.26
HSL269.14º20.71%66.86%-
HSV(B)269.14º18.62%73.73%-
XYZ37.0534.9652.37-
YUV162.07142.63133.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=33.27%
G=29.94%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701531880.100.1900.26269.1420.7166.86
HexAA99BCA1301A10d1543
Octal252231274122303241525103
Binary101010101001100110111100101010011011010100001101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99BC; }

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

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

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

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

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

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

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

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