Shades of East Side #A97BCE
Tints of East Side #A97BCE
RGB
CMYK
RGB Variations
Color information
#A97BCE (or 0xA97BCE) is known color: East Side. HEX triplet: A9, 7B and CE. RGB value is (169,123,206). Sum of RGB (Red+Green+Blue) = 169+123+206=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A97BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCE is #568431. Grayscale: #919191. Windows color (decimal): -5669938 or 13532073. OLE color: 13532073.
HSL color Cylindrical-coordinate representation of color #A97BCE: hue angle of 273.25º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97BCE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 123 | 206 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.19 |
| HSL | 273.25º | 0.46% | 0.65% | - |
| HSV(B) | 273.25º | 0.4% | 0.81% | - |
| XYZ | 34.59 | 27.06 | 61.79 | - |
| YUV | 146.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 206 | 0.18 | 0.40 | 0 | 0.19 | 273.25 | 0.46 | 0.65 |
| Hex | A9 | 7B | CE | 12 | 28 | 0 | 13 | 111 | 2E | 41 |
| Octal | 251 | 173 | 316 | 22 | 50 | 0 | 23 | 421 | 56 | 101 |
| Binary | 10101001 | 1111011 | 11001110 | 10010 | 101000 | 0 | 10011 | 100010001 | 101110 | 1000001 |
Color Harmonies of #A97BCE
Complementary color
Monochromatic Colors of #A97BCE
Black with #A97BCE
Text Example
Text Example
White with #A97BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BCE; }
p { color: rgb(169,123,206); }
H1.HeaderClassName
{
color: #A97BCE;
}
.AnyTagClassName
{
color: #A97BCE;
}
</style>
background-color css
<style>
a { background-color: #A97BCE; }
a { background-color: rgb(169,123,206); }
div.DivClassName
{
background-color: #A97BCE;
}
.BgClassName
{
background-color: #A97BCE;
}
</style>
border-color css
<style>
span { border-color: #A97BCE; }
span { border-color: rgb(169,123,206); }
td.TdClassName
{
border-color: #A97BCE;
}
.TagClassName
{
border-color: #A97BCE;
}
</style>