Shades of East Side #A97ACE
Tints of East Side #A97ACE
RGB
CMYK
RGB Variations
Color information
#A97ACE (or 0xA97ACE) is known color: East Side. HEX triplet: A9, 7A and CE. RGB value is (169,122,206). Sum of RGB (Red+Green+Blue) = 169+122+206=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A97ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ACE is #568531. Grayscale: #919191. Windows color (decimal): -5670194 or 13531817. OLE color: 13531817.
HSL color Cylindrical-coordinate representation of color #A97ACE: hue angle of 273.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A97ACE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 122 | 206 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.19 |
| HSL | 273.57º | 0.46% | 0.64% | - |
| HSV(B) | 273.57º | 0.41% | 0.81% | - |
| XYZ | 34.46 | 26.81 | 61.75 | - |
| YUV | 145.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 206 | 0.18 | 0.41 | 0 | 0.19 | 273.57 | 0.46 | 0.64 |
| Hex | A9 | 7A | CE | 12 | 29 | 0 | 13 | 112 | 2E | 40 |
| Octal | 251 | 172 | 316 | 22 | 51 | 0 | 23 | 422 | 56 | 100 |
| Binary | 10101001 | 1111010 | 11001110 | 10010 | 101001 | 0 | 10011 | 100010010 | 101110 | 1000000 |
Color Harmonies of #A97ACE
Complementary color
Monochromatic Colors of #A97ACE
Black with #A97ACE
Text Example
Text Example
White with #A97ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97ACE; }
p { color: rgb(169,122,206); }
H1.HeaderClassName
{
color: #A97ACE;
}
.AnyTagClassName
{
color: #A97ACE;
}
</style>
background-color css
<style>
a { background-color: #A97ACE; }
a { background-color: rgb(169,122,206); }
div.DivClassName
{
background-color: #A97ACE;
}
.BgClassName
{
background-color: #A97ACE;
}
</style>
border-color css
<style>
span { border-color: #A97ACE; }
span { border-color: rgb(169,122,206); }
td.TdClassName
{
border-color: #A97ACE;
}
.TagClassName
{
border-color: #A97ACE;
}
</style>