Shades of East Side #AA99BD
Tints of East Side #AA99BD
RGB
CMYK
RGB Variations
Color information
#AA99BD (or 0xAA99BD) is known color: East Side. HEX triplet: AA, 99 and BD. RGB value is (170,153,189). Sum of RGB (Red+Green+Blue) = 170+153+189=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BD is #556642. Grayscale: #A2A2A2. Windows color (decimal): -5596739 or 12425642. OLE color: 12425642.
HSL color Cylindrical-coordinate representation of color #AA99BD: hue angle of 268.33º 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 #AA99BD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 153 | 189 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.26 |
| HSL | 268.33º | 0.21% | 0.67% | - |
| HSV(B) | 268.33º | 0.19% | 0.74% | - |
| XYZ | 37.15 | 35 | 52.94 | - |
| YUV | 162.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 189 | 0.10 | 0.19 | 0 | 0.26 | 268.33 | 0.21 | 0.67 |
| Hex | AA | 99 | BD | A | 13 | 0 | 1A | 10C | 15 | 43 |
| Octal | 252 | 231 | 275 | 12 | 23 | 0 | 32 | 414 | 25 | 103 |
| Binary | 10101010 | 10011001 | 10111101 | 1010 | 10011 | 0 | 11010 | 100001100 | 10101 | 1000011 |
Color Harmonies of #AA99BD
Complementary color
Monochromatic Colors of #AA99BD
Black with #AA99BD
Text Example
Text Example
White with #AA99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99BD; }
p { color: rgb(170,153,189); }
H1.HeaderClassName
{
color: #AA99BD;
}
.AnyTagClassName
{
color: #AA99BD;
}
</style>
background-color css
<style>
a { background-color: #AA99BD; }
a { background-color: rgb(170,153,189); }
div.DivClassName
{
background-color: #AA99BD;
}
.BgClassName
{
background-color: #AA99BD;
}
</style>
border-color css
<style>
span { border-color: #AA99BD; }
span { border-color: rgb(170,153,189); }
td.TdClassName
{
border-color: #AA99BD;
}
.TagClassName
{
border-color: #AA99BD;
}
</style>