Shades of East Side #A97EC9
Tints of East Side #A97EC9
RGB
CMYK
RGB Variations
Color information
#A97EC9 (or 0xA97EC9) is known color: East Side. HEX triplet: A9, 7E and C9. RGB value is (169,126,201). Sum of RGB (Red+Green+Blue) = 169+126+201=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #A97EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EC9 is #568136. Grayscale: #939393. Windows color (decimal): -5669175 or 13205161. OLE color: 13205161.
HSL color Cylindrical-coordinate representation of color #A97EC9: hue angle of 274.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A97EC9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 126 | 201 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.21 |
| HSL | 274.4º | 0.41% | 0.64% | - |
| HSV(B) | 274.4º | 0.37% | 0.79% | - |
| XYZ | 34.37 | 27.57 | 58.77 | - |
| YUV | 147.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 201 | 0.16 | 0.37 | 0 | 0.21 | 274.4 | 0.41 | 0.64 |
| Hex | A9 | 7E | C9 | 10 | 25 | 0 | 15 | 112 | 29 | 40 |
| Octal | 251 | 176 | 311 | 20 | 45 | 0 | 25 | 422 | 51 | 100 |
| Binary | 10101001 | 1111110 | 11001001 | 10000 | 100101 | 0 | 10101 | 100010010 | 101001 | 1000000 |
Color Harmonies of #A97EC9
Complementary color
Monochromatic Colors of #A97EC9
Black with #A97EC9
Text Example
Text Example
White with #A97EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97EC9; }
p { color: rgb(169,126,201); }
H1.HeaderClassName
{
color: #A97EC9;
}
.AnyTagClassName
{
color: #A97EC9;
}
</style>
background-color css
<style>
a { background-color: #A97EC9; }
a { background-color: rgb(169,126,201); }
div.DivClassName
{
background-color: #A97EC9;
}
.BgClassName
{
background-color: #A97EC9;
}
</style>
border-color css
<style>
span { border-color: #A97EC9; }
span { border-color: rgb(169,126,201); }
td.TdClassName
{
border-color: #A97EC9;
}
.TagClassName
{
border-color: #A97EC9;
}
</style>