Shades of East Side #A99CB7
Tints of East Side #A99CB7
RGB
CMYK
RGB Variations
Color information
#A99CB7 (or 0xA99CB7) is known color: East Side. HEX triplet: A9, 9C and B7. RGB value is (169,156,183). Sum of RGB (Red+Green+Blue) = 169+156+183=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #A99CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CB7 is #566348. Grayscale: #A2A2A2. Windows color (decimal): -5661513 or 12033193. OLE color: 12033193.
HSL color Cylindrical-coordinate representation of color #A99CB7: hue angle of 268.89º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99CB7 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 156 | 183 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.28 |
| HSL | 268.89º | 0.16% | 0.66% | - |
| HSV(B) | 268.89º | 0.15% | 0.72% | - |
| XYZ | 36.8 | 35.63 | 49.74 | - |
| YUV | 162.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 183 | 0.08 | 0.15 | 0 | 0.28 | 268.89 | 0.16 | 0.66 |
| Hex | A9 | 9C | B7 | 8 | F | 0 | 1C | 10D | 10 | 42 |
| Octal | 251 | 234 | 267 | 10 | 17 | 0 | 34 | 415 | 20 | 102 |
| Binary | 10101001 | 10011100 | 10110111 | 1000 | 1111 | 0 | 11100 | 100001101 | 10000 | 1000010 |
Color Harmonies of #A99CB7
Complementary color
Monochromatic Colors of #A99CB7
Black with #A99CB7
Text Example
Text Example
White with #A99CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CB7; }
p { color: rgb(169,156,183); }
H1.HeaderClassName
{
color: #A99CB7;
}
.AnyTagClassName
{
color: #A99CB7;
}
</style>
background-color css
<style>
a { background-color: #A99CB7; }
a { background-color: rgb(169,156,183); }
div.DivClassName
{
background-color: #A99CB7;
}
.BgClassName
{
background-color: #A99CB7;
}
</style>
border-color css
<style>
span { border-color: #A99CB7; }
span { border-color: rgb(169,156,183); }
td.TdClassName
{
border-color: #A99CB7;
}
.TagClassName
{
border-color: #A99CB7;
}
</style>