Shades of East Side #A77DCA
Tints of East Side #A77DCA
RGB
CMYK
RGB Variations
Color information
#A77DCA (or 0xA77DCA) is known color: East Side. HEX triplet: A7, 7D and CA. RGB value is (167,125,202). Sum of RGB (Red+Green+Blue) = 167+125+202=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A77DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DCA is #588235. Grayscale: #929292. Windows color (decimal): -5800502 or 13270439. OLE color: 13270439.
HSL color Cylindrical-coordinate representation of color #A77DCA: hue angle of 272.73º 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 #A77DCA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 125 | 202 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.21 |
| HSL | 272.73º | 0.42% | 0.64% | - |
| HSV(B) | 272.73º | 0.38% | 0.79% | - |
| XYZ | 33.93 | 27.15 | 59.33 | - |
| YUV | 146.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 202 | 0.17 | 0.38 | 0 | 0.21 | 272.73 | 0.42 | 0.64 |
| Hex | A7 | 7D | CA | 11 | 26 | 0 | 15 | 111 | 2A | 40 |
| Octal | 247 | 175 | 312 | 21 | 46 | 0 | 25 | 421 | 52 | 100 |
| Binary | 10100111 | 1111101 | 11001010 | 10001 | 100110 | 0 | 10101 | 100010001 | 101010 | 1000000 |
Color Harmonies of #A77DCA
Complementary color
Monochromatic Colors of #A77DCA
Black with #A77DCA
Text Example
Text Example
White with #A77DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DCA; }
p { color: rgb(167,125,202); }
H1.HeaderClassName
{
color: #A77DCA;
}
.AnyTagClassName
{
color: #A77DCA;
}
</style>
background-color css
<style>
a { background-color: #A77DCA; }
a { background-color: rgb(167,125,202); }
div.DivClassName
{
background-color: #A77DCA;
}
.BgClassName
{
background-color: #A77DCA;
}
</style>
border-color css
<style>
span { border-color: #A77DCA; }
span { border-color: rgb(167,125,202); }
td.TdClassName
{
border-color: #A77DCA;
}
.TagClassName
{
border-color: #A77DCA;
}
</style>