Shades of East Side #A97CCD
Tints of East Side #A97CCD
RGB
CMYK
RGB Variations
Color information
#A97CCD (or 0xA97CCD) is known color: East Side. HEX triplet: A9, 7C and CD. RGB value is (169,124,205). Sum of RGB (Red+Green+Blue) = 169+124+205=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A97CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CCD is #568332. Grayscale: #929292. Windows color (decimal): -5669683 or 13466793. OLE color: 13466793.
HSL color Cylindrical-coordinate representation of color #A97CCD: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97CCD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 124 | 205 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.20 |
| HSL | 273.33º | 0.45% | 0.65% | - |
| HSV(B) | 273.33º | 0.4% | 0.8% | - |
| XYZ | 34.59 | 27.26 | 61.2 | - |
| YUV | 146.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 205 | 0.18 | 0.40 | 0 | 0.20 | 273.33 | 0.45 | 0.65 |
| Hex | A9 | 7C | CD | 12 | 28 | 0 | 14 | 111 | 2D | 41 |
| Octal | 251 | 174 | 315 | 22 | 50 | 0 | 24 | 421 | 55 | 101 |
| Binary | 10101001 | 1111100 | 11001101 | 10010 | 101000 | 0 | 10100 | 100010001 | 101101 | 1000001 |
Color Harmonies of #A97CCD
Complementary color
Monochromatic Colors of #A97CCD
Black with #A97CCD
Text Example
Text Example
White with #A97CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CCD; }
p { color: rgb(169,124,205); }
H1.HeaderClassName
{
color: #A97CCD;
}
.AnyTagClassName
{
color: #A97CCD;
}
</style>
background-color css
<style>
a { background-color: #A97CCD; }
a { background-color: rgb(169,124,205); }
div.DivClassName
{
background-color: #A97CCD;
}
.BgClassName
{
background-color: #A97CCD;
}
</style>
border-color css
<style>
span { border-color: #A97CCD; }
span { border-color: rgb(169,124,205); }
td.TdClassName
{
border-color: #A97CCD;
}
.TagClassName
{
border-color: #A97CCD;
}
</style>