Shades of East Side #A999B4
Tints of East Side #A999B4
RGB
CMYK
RGB Variations
Color information
#A999B4 (or 0xA999B4) is known color: East Side. HEX triplet: A9, 99 and B4. RGB value is (169,153,180). Sum of RGB (Red+Green+Blue) = 169+153+180=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A999B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999B4 is #56664B. Grayscale: #A0A0A0. Windows color (decimal): -5662284 or 11835817. OLE color: 11835817.
HSL color Cylindrical-coordinate representation of color #A999B4: hue angle of 275.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A999B4 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 153 | 180 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.29 |
| HSL | 275.56º | 0.15% | 0.65% | - |
| HSV(B) | 275.56º | 0.15% | 0.71% | - |
| XYZ | 35.99 | 34.51 | 47.94 | - |
| YUV | 160.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 180 | 0.06 | 0.15 | 0 | 0.29 | 275.56 | 0.15 | 0.65 |
| Hex | A9 | 99 | B4 | 6 | F | 0 | 1D | 114 | F | 41 |
| Octal | 251 | 231 | 264 | 6 | 17 | 0 | 35 | 424 | 17 | 101 |
| Binary | 10101001 | 10011001 | 10110100 | 110 | 1111 | 0 | 11101 | 100010100 | 1111 | 1000001 |
Color Harmonies of #A999B4
Complementary color
Monochromatic Colors of #A999B4
Black with #A999B4
Text Example
Text Example
White with #A999B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999B4; }
p { color: rgb(169,153,180); }
H1.HeaderClassName
{
color: #A999B4;
}
.AnyTagClassName
{
color: #A999B4;
}
</style>
background-color css
<style>
a { background-color: #A999B4; }
a { background-color: rgb(169,153,180); }
div.DivClassName
{
background-color: #A999B4;
}
.BgClassName
{
background-color: #A999B4;
}
</style>
border-color css
<style>
span { border-color: #A999B4; }
span { border-color: rgb(169,153,180); }
td.TdClassName
{
border-color: #A999B4;
}
.TagClassName
{
border-color: #A999B4;
}
</style>