Shades of East Side #A77CC5
Tints of East Side #A77CC5
RGB
CMYK
RGB Variations
Color information
#A77CC5 (or 0xA77CC5) is known color: East Side. HEX triplet: A7, 7C and C5. RGB value is (167,124,197). Sum of RGB (Red+Green+Blue) = 167+124+197=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #A77CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CC5 is #58833A. Grayscale: #909090. Windows color (decimal): -5800763 or 12942503. OLE color: 12942503.
HSL color Cylindrical-coordinate representation of color #A77CC5: hue angle of 275.34º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A77CC5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 124 | 197 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.23 |
| HSL | 275.34º | 0.39% | 0.63% | - |
| HSV(B) | 275.34º | 0.37% | 0.77% | - |
| XYZ | 33.22 | 26.66 | 56.22 | - |
| YUV | 145.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 197 | 0.15 | 0.37 | 0 | 0.23 | 275.34 | 0.39 | 0.63 |
| Hex | A7 | 7C | C5 | F | 25 | 0 | 17 | 113 | 27 | 3F |
| Octal | 247 | 174 | 305 | 17 | 45 | 0 | 27 | 423 | 47 | 77 |
| Binary | 10100111 | 1111100 | 11000101 | 1111 | 100101 | 0 | 10111 | 100010011 | 100111 | 111111 |
Color Harmonies of #A77CC5
Complementary color
Monochromatic Colors of #A77CC5
Black with #A77CC5
Text Example
Text Example
White with #A77CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CC5; }
p { color: rgb(167,124,197); }
H1.HeaderClassName
{
color: #A77CC5;
}
.AnyTagClassName
{
color: #A77CC5;
}
</style>
background-color css
<style>
a { background-color: #A77CC5; }
a { background-color: rgb(167,124,197); }
div.DivClassName
{
background-color: #A77CC5;
}
.BgClassName
{
background-color: #A77CC5;
}
</style>
border-color css
<style>
span { border-color: #A77CC5; }
span { border-color: rgb(167,124,197); }
td.TdClassName
{
border-color: #A77CC5;
}
.TagClassName
{
border-color: #A77CC5;
}
</style>