Shades of East Side #A97BCD
Tints of East Side #A97BCD
RGB
CMYK
RGB Variations
Color information
#A97BCD (or 0xA97BCD) is known color: East Side. HEX triplet: A9, 7B and CD. RGB value is (169,123,205). Sum of RGB (Red+Green+Blue) = 169+123+205=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A97BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BCD is #568432. Grayscale: #919191. Windows color (decimal): -5669939 or 13466537. OLE color: 13466537.
HSL color Cylindrical-coordinate representation of color #A97BCD: hue angle of 273.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97BCD is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 123 | 205 | - |
| CMYK | 0.18 | 0.4 | 0 | 0.20 |
| HSL | 273.66º | 0.45% | 0.64% | - |
| HSV(B) | 273.66º | 0.4% | 0.8% | - |
| XYZ | 34.46 | 27.01 | 61.15 | - |
| YUV | 146.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 205 | 0.18 | 0.4 | 0 | 0.20 | 273.66 | 0.45 | 0.64 |
| Hex | A9 | 7B | CD | 12 | 28 | 0 | 14 | 112 | 2D | 40 |
| Octal | 251 | 173 | 315 | 22 | 50 | 0 | 24 | 422 | 55 | 100 |
| Binary | 10101001 | 1111011 | 11001101 | 10010 | 101000 | 0 | 10100 | 100010010 | 101101 | 1000000 |
Color Harmonies of #A97BCD
Complementary color
Monochromatic Colors of #A97BCD
Black with #A97BCD
Text Example
Text Example
White with #A97BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BCD; }
p { color: rgb(169,123,205); }
H1.HeaderClassName
{
color: #A97BCD;
}
.AnyTagClassName
{
color: #A97BCD;
}
</style>
background-color css
<style>
a { background-color: #A97BCD; }
a { background-color: rgb(169,123,205); }
div.DivClassName
{
background-color: #A97BCD;
}
.BgClassName
{
background-color: #A97BCD;
}
</style>
border-color css
<style>
span { border-color: #A97BCD; }
span { border-color: rgb(169,123,205); }
td.TdClassName
{
border-color: #A97BCD;
}
.TagClassName
{
border-color: #A97BCD;
}
</style>