Shades of East Side #A77DCE
Tints of East Side #A77DCE
RGB
CMYK
RGB Variations
Color information
#A77DCE (or 0xA77DCE) is known color: East Side. HEX triplet: A7, 7D and CE. RGB value is (167,125,206). Sum of RGB (Red+Green+Blue) = 167+125+206=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 125 (49.22% from 255 or 25.10% 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 #A77DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DCE is #588231. Grayscale: #929292. Windows color (decimal): -5800498 or 13532583. OLE color: 13532583.
HSL color Cylindrical-coordinate representation of color #A77DCE: hue angle of 271.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77DCE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 125 | 206 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.19 |
| HSL | 271.11º | 0.45% | 0.65% | - |
| HSV(B) | 271.11º | 0.39% | 0.81% | - |
| XYZ | 34.41 | 27.34 | 61.86 | - |
| YUV | 146.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 206 | 0.19 | 0.39 | 0 | 0.19 | 271.11 | 0.45 | 0.65 |
| Hex | A7 | 7D | CE | 13 | 27 | 0 | 13 | 10F | 2D | 41 |
| Octal | 247 | 175 | 316 | 23 | 47 | 0 | 23 | 417 | 55 | 101 |
| Binary | 10100111 | 1111101 | 11001110 | 10011 | 100111 | 0 | 10011 | 100001111 | 101101 | 1000001 |
Color Harmonies of #A77DCE
Complementary color
Monochromatic Colors of #A77DCE
Black with #A77DCE
Text Example
Text Example
White with #A77DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DCE; }
p { color: rgb(167,125,206); }
H1.HeaderClassName
{
color: #A77DCE;
}
.AnyTagClassName
{
color: #A77DCE;
}
</style>
background-color css
<style>
a { background-color: #A77DCE; }
a { background-color: rgb(167,125,206); }
div.DivClassName
{
background-color: #A77DCE;
}
.BgClassName
{
background-color: #A77DCE;
}
</style>
border-color css
<style>
span { border-color: #A77DCE; }
span { border-color: rgb(167,125,206); }
td.TdClassName
{
border-color: #A77DCE;
}
.TagClassName
{
border-color: #A77DCE;
}
</style>