Shades of East Side #AA99BF
Tints of East Side #AA99BF
RGB
CMYK
RGB Variations
Color information
#AA99BF (or 0xAA99BF) is known color: East Side. HEX triplet: AA, 99 and BF. RGB value is (170,153,191). Sum of RGB (Red+Green+Blue) = 170+153+191=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BF is #556640. Grayscale: #A2A2A2. Windows color (decimal): -5596737 or 12556714. OLE color: 12556714.
HSL color Cylindrical-coordinate representation of color #AA99BF: hue angle of 266.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA99BF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 153 | 191 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.25 |
| HSL | 266.84º | 0.23% | 0.67% | - |
| HSV(B) | 266.84º | 0.2% | 0.75% | - |
| XYZ | 37.37 | 35.09 | 54.09 | - |
| YUV | 162.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 191 | 0.11 | 0.20 | 0 | 0.25 | 266.84 | 0.23 | 0.67 |
| Hex | AA | 99 | BF | B | 14 | 0 | 19 | 10B | 17 | 43 |
| Octal | 252 | 231 | 277 | 13 | 24 | 0 | 31 | 413 | 27 | 103 |
| Binary | 10101010 | 10011001 | 10111111 | 1011 | 10100 | 0 | 11001 | 100001011 | 10111 | 1000011 |
Color Harmonies of #AA99BF
Complementary color
Monochromatic Colors of #AA99BF
Black with #AA99BF
Text Example
Text Example
White with #AA99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99BF; }
p { color: rgb(170,153,191); }
H1.HeaderClassName
{
color: #AA99BF;
}
.AnyTagClassName
{
color: #AA99BF;
}
</style>
background-color css
<style>
a { background-color: #AA99BF; }
a { background-color: rgb(170,153,191); }
div.DivClassName
{
background-color: #AA99BF;
}
.BgClassName
{
background-color: #AA99BF;
}
</style>
border-color css
<style>
span { border-color: #AA99BF; }
span { border-color: rgb(170,153,191); }
td.TdClassName
{
border-color: #AA99BF;
}
.TagClassName
{
border-color: #AA99BF;
}
</style>