Shades of East Side #A995B1
Tints of East Side #A995B1
RGB
CMYK
RGB Variations
Color information
#A995B1 (or 0xA995B1) is known color: East Side. HEX triplet: A9, 95 and B1. RGB value is (169,149,177). Sum of RGB (Red+Green+Blue) = 169+149+177=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #A995B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995B1 is #566A4E. Grayscale: #9E9E9E. Windows color (decimal): -5663311 or 11638185. OLE color: 11638185.
HSL color Cylindrical-coordinate representation of color #A995B1: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A995B1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 149 | 177 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.31 |
| HSL | 282.86º | 0.15% | 0.64% | - |
| HSV(B) | 282.86º | 0.16% | 0.69% | - |
| XYZ | 35.05 | 33.1 | 46.14 | - |
| YUV | 158.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 177 | 0.05 | 0.16 | 0 | 0.31 | 282.86 | 0.15 | 0.64 |
| Hex | A9 | 95 | B1 | 5 | 10 | 0 | 1F | 11B | F | 40 |
| Octal | 251 | 225 | 261 | 5 | 20 | 0 | 37 | 433 | 17 | 100 |
| Binary | 10101001 | 10010101 | 10110001 | 101 | 10000 | 0 | 11111 | 100011011 | 1111 | 1000000 |
Color Harmonies of #A995B1
Complementary color
Monochromatic Colors of #A995B1
Black with #A995B1
Text Example
Text Example
White with #A995B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995B1; }
p { color: rgb(169,149,177); }
H1.HeaderClassName
{
color: #A995B1;
}
.AnyTagClassName
{
color: #A995B1;
}
</style>
background-color css
<style>
a { background-color: #A995B1; }
a { background-color: rgb(169,149,177); }
div.DivClassName
{
background-color: #A995B1;
}
.BgClassName
{
background-color: #A995B1;
}
</style>
border-color css
<style>
span { border-color: #A995B1; }
span { border-color: rgb(169,149,177); }
td.TdClassName
{
border-color: #A995B1;
}
.TagClassName
{
border-color: #A995B1;
}
</style>