Shades of East Side #A77DCF
Tints of East Side #A77DCF
RGB
CMYK
RGB Variations
Color information
#A77DCF (or 0xA77DCF) is known color: East Side. HEX triplet: A7, 7D and CF. RGB value is (167,125,207). Sum of RGB (Red+Green+Blue) = 167+125+207=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A77DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DCF is #588230. Grayscale: #929292. Windows color (decimal): -5800497 or 13598119. OLE color: 13598119.
HSL color Cylindrical-coordinate representation of color #A77DCF: hue angle of 270.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77DCF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 125 | 207 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.19 |
| HSL | 270.73º | 0.46% | 0.65% | - |
| HSV(B) | 270.73º | 0.4% | 0.81% | - |
| XYZ | 34.53 | 27.39 | 62.5 | - |
| YUV | 146.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 207 | 0.19 | 0.40 | 0 | 0.19 | 270.73 | 0.46 | 0.65 |
| Hex | A7 | 7D | CF | 13 | 28 | 0 | 13 | 10F | 2E | 41 |
| Octal | 247 | 175 | 317 | 23 | 50 | 0 | 23 | 417 | 56 | 101 |
| Binary | 10100111 | 1111101 | 11001111 | 10011 | 101000 | 0 | 10011 | 100001111 | 101110 | 1000001 |
Color Harmonies of #A77DCF
Complementary color
Monochromatic Colors of #A77DCF
Black with #A77DCF
Text Example
Text Example
White with #A77DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DCF; }
p { color: rgb(167,125,207); }
H1.HeaderClassName
{
color: #A77DCF;
}
.AnyTagClassName
{
color: #A77DCF;
}
</style>
background-color css
<style>
a { background-color: #A77DCF; }
a { background-color: rgb(167,125,207); }
div.DivClassName
{
background-color: #A77DCF;
}
.BgClassName
{
background-color: #A77DCF;
}
</style>
border-color css
<style>
span { border-color: #A77DCF; }
span { border-color: rgb(167,125,207); }
td.TdClassName
{
border-color: #A77DCF;
}
.TagClassName
{
border-color: #A77DCF;
}
</style>