Shades of East Side #A97DCA
Tints of East Side #A97DCA
RGB
CMYK
RGB Variations
Color information
#A97DCA (or 0xA97DCA) is known color: East Side. HEX triplet: A9, 7D and CA. RGB value is (169,125,202). Sum of RGB (Red+Green+Blue) = 169+125+202=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DCA is #568235. Grayscale: #929292. Windows color (decimal): -5669430 or 13270441. OLE color: 13270441.
HSL color Cylindrical-coordinate representation of color #A97DCA: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97DCA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 125 | 202 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.21 |
| HSL | 274.29º | 0.42% | 0.64% | - |
| HSV(B) | 274.29º | 0.38% | 0.79% | - |
| XYZ | 34.36 | 27.37 | 59.35 | - |
| YUV | 146.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 202 | 0.16 | 0.38 | 0 | 0.21 | 274.29 | 0.42 | 0.64 |
| Hex | A9 | 7D | CA | 10 | 26 | 0 | 15 | 112 | 2A | 40 |
| Octal | 251 | 175 | 312 | 20 | 46 | 0 | 25 | 422 | 52 | 100 |
| Binary | 10101001 | 1111101 | 11001010 | 10000 | 100110 | 0 | 10101 | 100010010 | 101010 | 1000000 |
Color Harmonies of #A97DCA
Complementary color
Monochromatic Colors of #A97DCA
Black with #A97DCA
Text Example
Text Example
White with #A97DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97DCA; }
p { color: rgb(169,125,202); }
H1.HeaderClassName
{
color: #A97DCA;
}
.AnyTagClassName
{
color: #A97DCA;
}
</style>
background-color css
<style>
a { background-color: #A97DCA; }
a { background-color: rgb(169,125,202); }
div.DivClassName
{
background-color: #A97DCA;
}
.BgClassName
{
background-color: #A97DCA;
}
</style>
border-color css
<style>
span { border-color: #A97DCA; }
span { border-color: rgb(169,125,202); }
td.TdClassName
{
border-color: #A97DCA;
}
.TagClassName
{
border-color: #A97DCA;
}
</style>