Shades of East Side #A99DB7
Tints of East Side #A99DB7
RGB
CMYK
RGB Variations
Color information
#A99DB7 (or 0xA99DB7) is known color: East Side. HEX triplet: A9, 9D and B7. RGB value is (169,157,183). Sum of RGB (Red+Green+Blue) = 169+157+183=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #A99DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB7 is #566248. Grayscale: #A3A3A3. Windows color (decimal): -5661257 or 12033449. OLE color: 12033449.
HSL color Cylindrical-coordinate representation of color #A99DB7: hue angle of 267.69º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99DB7 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 157 | 183 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.28 |
| HSL | 267.69º | 0.15% | 0.67% | - |
| HSV(B) | 267.69º | 0.14% | 0.72% | - |
| XYZ | 36.97 | 35.97 | 49.79 | - |
| YUV | 163.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 183 | 0.08 | 0.14 | 0 | 0.28 | 267.69 | 0.15 | 0.67 |
| Hex | A9 | 9D | B7 | 8 | E | 0 | 1C | 10C | F | 43 |
| Octal | 251 | 235 | 267 | 10 | 16 | 0 | 34 | 414 | 17 | 103 |
| Binary | 10101001 | 10011101 | 10110111 | 1000 | 1110 | 0 | 11100 | 100001100 | 1111 | 1000011 |
Color Harmonies of #A99DB7
Complementary color
Monochromatic Colors of #A99DB7
Black with #A99DB7
Text Example
Text Example
White with #A99DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DB7; }
p { color: rgb(169,157,183); }
H1.HeaderClassName
{
color: #A99DB7;
}
.AnyTagClassName
{
color: #A99DB7;
}
</style>
background-color css
<style>
a { background-color: #A99DB7; }
a { background-color: rgb(169,157,183); }
div.DivClassName
{
background-color: #A99DB7;
}
.BgClassName
{
background-color: #A99DB7;
}
</style>
border-color css
<style>
span { border-color: #A99DB7; }
span { border-color: rgb(169,157,183); }
td.TdClassName
{
border-color: #A99DB7;
}
.TagClassName
{
border-color: #A99DB7;
}
</style>