Shades of East Side #A996B7
Tints of East Side #A996B7
RGB
CMYK
RGB Variations
Color information
#A996B7 (or 0xA996B7) is known color: East Side. HEX triplet: A9, 96 and B7. RGB value is (169,150,183). Sum of RGB (Red+Green+Blue) = 169+150+183=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #A996B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996B7 is #566948. Grayscale: #9F9F9F. Windows color (decimal): -5663049 or 12031657. OLE color: 12031657.
HSL color Cylindrical-coordinate representation of color #A996B7: hue angle of 274.55º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A996B7 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 150 | 183 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.28 |
| HSL | 274.55º | 0.19% | 0.65% | - |
| HSV(B) | 274.55º | 0.18% | 0.72% | - |
| XYZ | 35.82 | 33.67 | 49.41 | - |
| YUV | 159.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 183 | 0.08 | 0.18 | 0 | 0.28 | 274.55 | 0.19 | 0.65 |
| Hex | A9 | 96 | B7 | 8 | 12 | 0 | 1C | 113 | 13 | 41 |
| Octal | 251 | 226 | 267 | 10 | 22 | 0 | 34 | 423 | 23 | 101 |
| Binary | 10101001 | 10010110 | 10110111 | 1000 | 10010 | 0 | 11100 | 100010011 | 10011 | 1000001 |
Color Harmonies of #A996B7
Complementary color
Monochromatic Colors of #A996B7
Black with #A996B7
Text Example
Text Example
White with #A996B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996B7; }
p { color: rgb(169,150,183); }
H1.HeaderClassName
{
color: #A996B7;
}
.AnyTagClassName
{
color: #A996B7;
}
</style>
background-color css
<style>
a { background-color: #A996B7; }
a { background-color: rgb(169,150,183); }
div.DivClassName
{
background-color: #A996B7;
}
.BgClassName
{
background-color: #A996B7;
}
</style>
border-color css
<style>
span { border-color: #A996B7; }
span { border-color: rgb(169,150,183); }
td.TdClassName
{
border-color: #A996B7;
}
.TagClassName
{
border-color: #A996B7;
}
</style>