Shades of East Side #A97ECB
Tints of East Side #A97ECB
RGB
CMYK
RGB Variations
Color information
#A97ECB (or 0xA97ECB) is known color: East Side. HEX triplet: A9, 7E and CB. RGB value is (169,126,203). Sum of RGB (Red+Green+Blue) = 169+126+203=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A97ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ECB is #568134. Grayscale: #939393. Windows color (decimal): -5669173 or 13336233. OLE color: 13336233.
HSL color Cylindrical-coordinate representation of color #A97ECB: hue angle of 273.51º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97ECB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 126 | 203 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.20 |
| HSL | 273.51º | 0.43% | 0.65% | - |
| HSV(B) | 273.51º | 0.38% | 0.8% | - |
| XYZ | 34.6 | 27.67 | 60.02 | - |
| YUV | 147.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 203 | 0.17 | 0.38 | 0 | 0.20 | 273.51 | 0.43 | 0.65 |
| Hex | A9 | 7E | CB | 11 | 26 | 0 | 14 | 112 | 2B | 41 |
| Octal | 251 | 176 | 313 | 21 | 46 | 0 | 24 | 422 | 53 | 101 |
| Binary | 10101001 | 1111110 | 11001011 | 10001 | 100110 | 0 | 10100 | 100010010 | 101011 | 1000001 |
Color Harmonies of #A97ECB
Complementary color
Monochromatic Colors of #A97ECB
Black with #A97ECB
Text Example
Text Example
White with #A97ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97ECB; }
p { color: rgb(169,126,203); }
H1.HeaderClassName
{
color: #A97ECB;
}
.AnyTagClassName
{
color: #A97ECB;
}
</style>
background-color css
<style>
a { background-color: #A97ECB; }
a { background-color: rgb(169,126,203); }
div.DivClassName
{
background-color: #A97ECB;
}
.BgClassName
{
background-color: #A97ECB;
}
</style>
border-color css
<style>
span { border-color: #A97ECB; }
span { border-color: rgb(169,126,203); }
td.TdClassName
{
border-color: #A97ECB;
}
.TagClassName
{
border-color: #A97ECB;
}
</style>