Shades of East Side #A996BA
Tints of East Side #A996BA
RGB
CMYK
RGB Variations
Color information
#A996BA (or 0xA996BA) is known color: East Side. HEX triplet: A9, 96 and BA. RGB value is (169,150,186). Sum of RGB (Red+Green+Blue) = 169+150+186=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A996BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996BA is #566945. Grayscale: #9F9F9F. Windows color (decimal): -5663046 or 12228265. OLE color: 12228265.
HSL color Cylindrical-coordinate representation of color #A996BA: hue angle of 271.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A996BA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 150 | 186 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.27 |
| HSL | 271.67º | 0.21% | 0.66% | - |
| HSV(B) | 271.67º | 0.19% | 0.73% | - |
| XYZ | 36.13 | 33.79 | 51.07 | - |
| YUV | 159.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 186 | 0.09 | 0.19 | 0 | 0.27 | 271.67 | 0.21 | 0.66 |
| Hex | A9 | 96 | BA | 9 | 13 | 0 | 1B | 110 | 15 | 42 |
| Octal | 251 | 226 | 272 | 11 | 23 | 0 | 33 | 420 | 25 | 102 |
| Binary | 10101001 | 10010110 | 10111010 | 1001 | 10011 | 0 | 11011 | 100010000 | 10101 | 1000010 |
Color Harmonies of #A996BA
Complementary color
Monochromatic Colors of #A996BA
Black with #A996BA
Text Example
Text Example
White with #A996BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996BA; }
p { color: rgb(169,150,186); }
H1.HeaderClassName
{
color: #A996BA;
}
.AnyTagClassName
{
color: #A996BA;
}
</style>
background-color css
<style>
a { background-color: #A996BA; }
a { background-color: rgb(169,150,186); }
div.DivClassName
{
background-color: #A996BA;
}
.BgClassName
{
background-color: #A996BA;
}
</style>
border-color css
<style>
span { border-color: #A996BA; }
span { border-color: rgb(169,150,186); }
td.TdClassName
{
border-color: #A996BA;
}
.TagClassName
{
border-color: #A996BA;
}
</style>