Shades of East Side #A97FC0
Tints of East Side #A97FC0
RGB
CMYK
RGB Variations
Color information
#A97FC0 (or 0xA97FC0) is known color: East Side. HEX triplet: A9, 7F and C0. RGB value is (169,127,192). Sum of RGB (Red+Green+Blue) = 169+127+192=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #A97FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FC0 is #56803F. Grayscale: #929292. Windows color (decimal): -5668928 or 12615593. OLE color: 12615593.
HSL color Cylindrical-coordinate representation of color #A97FC0: hue angle of 278.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97FC0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 127 | 192 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.25 |
| HSL | 278.77º | 0.34% | 0.63% | - |
| HSV(B) | 278.77º | 0.34% | 0.75% | - |
| XYZ | 33.47 | 27.42 | 53.4 | - |
| YUV | 146.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 192 | 0.12 | 0.34 | 0 | 0.25 | 278.77 | 0.34 | 0.63 |
| Hex | A9 | 7F | C0 | C | 22 | 0 | 19 | 117 | 22 | 3F |
| Octal | 251 | 177 | 300 | 14 | 42 | 0 | 31 | 427 | 42 | 77 |
| Binary | 10101001 | 1111111 | 11000000 | 1100 | 100010 | 0 | 11001 | 100010111 | 100010 | 111111 |
Color Harmonies of #A97FC0
Complementary color
Monochromatic Colors of #A97FC0
Black with #A97FC0
Text Example
Text Example
White with #A97FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97FC0; }
p { color: rgb(169,127,192); }
H1.HeaderClassName
{
color: #A97FC0;
}
.AnyTagClassName
{
color: #A97FC0;
}
</style>
background-color css
<style>
a { background-color: #A97FC0; }
a { background-color: rgb(169,127,192); }
div.DivClassName
{
background-color: #A97FC0;
}
.BgClassName
{
background-color: #A97FC0;
}
</style>
border-color css
<style>
span { border-color: #A97FC0; }
span { border-color: rgb(169,127,192); }
td.TdClassName
{
border-color: #A97FC0;
}
.TagClassName
{
border-color: #A97FC0;
}
</style>