Shades of East Side #A199AA
Tints of East Side #A199AA
RGB
CMYK
RGB Variations
Color information
#A199AA (or 0xA199AA) is known color: East Side. HEX triplet: A1, 99 and AA. RGB value is (161,153,170). Sum of RGB (Red+Green+Blue) = 161+153+170=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199AA is #5E6655. Grayscale: #9D9D9D. Windows color (decimal): -6186582 or 11180449. OLE color: 11180449.
HSL color Cylindrical-coordinate representation of color #A199AA: hue angle of 268.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A199AA is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 153 | 170 | - |
| CMYK | 0.05 | 0.1 | 0 | 0.33 |
| HSL | 268.24º | 0.09% | 0.63% | - |
| HSV(B) | 268.24º | 0.1% | 0.67% | - |
| XYZ | 33.34 | 33.26 | 42.69 | - |
| YUV | 157.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 170 | 0.05 | 0.1 | 0 | 0.33 | 268.24 | 0.09 | 0.63 |
| Hex | A1 | 99 | AA | 5 | A | 0 | 21 | 10C | 9 | 3F |
| Octal | 241 | 231 | 252 | 5 | 12 | 0 | 41 | 414 | 11 | 77 |
| Binary | 10100001 | 10011001 | 10101010 | 101 | 1010 | 0 | 100001 | 100001100 | 1001 | 111111 |
Color Harmonies of #A199AA
Complementary color
Monochromatic Colors of #A199AA
Black with #A199AA
Text Example
Text Example
White with #A199AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199AA; }
p { color: rgb(161,153,170); }
H1.HeaderClassName
{
color: #A199AA;
}
.AnyTagClassName
{
color: #A199AA;
}
</style>
background-color css
<style>
a { background-color: #A199AA; }
a { background-color: rgb(161,153,170); }
div.DivClassName
{
background-color: #A199AA;
}
.BgClassName
{
background-color: #A199AA;
}
</style>
border-color css
<style>
span { border-color: #A199AA; }
span { border-color: rgb(161,153,170); }
td.TdClassName
{
border-color: #A199AA;
}
.TagClassName
{
border-color: #A199AA;
}
</style>