Shades of East Side #A99DB1
Tints of East Side #A99DB1
RGB
CMYK
RGB Variations
Color information
#A99DB1 (or 0xA99DB1) is known color: East Side. HEX triplet: A9, 9D and B1. RGB value is (169,157,177). Sum of RGB (Red+Green+Blue) = 169+157+177=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #A99DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DB1 is #56624E. Grayscale: #A2A2A2. Windows color (decimal): -5661263 or 11640233. OLE color: 11640233.
HSL color Cylindrical-coordinate representation of color #A99DB1: hue angle of 276º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99DB1 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 157 | 177 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.31 |
| HSL | 276º | 0.11% | 0.65% | - |
| HSV(B) | 276º | 0.11% | 0.69% | - |
| XYZ | 36.35 | 35.72 | 46.57 | - |
| YUV | 162.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 177 | 0.05 | 0.11 | 0 | 0.31 | 276 | 0.11 | 0.65 |
| Hex | A9 | 9D | B1 | 5 | B | 0 | 1F | 114 | B | 41 |
| Octal | 251 | 235 | 261 | 5 | 13 | 0 | 37 | 424 | 13 | 101 |
| Binary | 10101001 | 10011101 | 10110001 | 101 | 1011 | 0 | 11111 | 100010100 | 1011 | 1000001 |
Color Harmonies of #A99DB1
Complementary color
Monochromatic Colors of #A99DB1
Black with #A99DB1
Text Example
Text Example
White with #A99DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB1; }
p { color: rgb(169,157,177); }
H1.HeaderClassName
{
color: #A99DB1;
}
.AnyTagClassName
{
color: #A99DB1;
}
</style>
background-color css
<style>
a { background-color: #A99DB1; }
a { background-color: rgb(169,157,177); }
div.DivClassName
{
background-color: #A99DB1;
}
.BgClassName
{
background-color: #A99DB1;
}
</style>
border-color css
<style>
span { border-color: #A99DB1; }
span { border-color: rgb(169,157,177); }
td.TdClassName
{
border-color: #A99DB1;
}
.TagClassName
{
border-color: #A99DB1;
}
</style>