Shades of East Side #A773C0
Tints of East Side #A773C0
RGB
CMYK
RGB Variations
Color information
#A773C0 (or 0xA773C0) is known color: East Side. HEX triplet: A7, 73 and C0. RGB value is (167,115,192). Sum of RGB (Red+Green+Blue) = 167+115+192=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #A773C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773C0 is #588C3F. Grayscale: #8B8B8B. Windows color (decimal): -5803072 or 12612519. OLE color: 12612519.
HSL color Cylindrical-coordinate representation of color #A773C0: hue angle of 280.52º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A773C0 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 115 | 192 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.25 |
| HSL | 280.52º | 0.38% | 0.6% | - |
| HSV(B) | 280.52º | 0.4% | 0.75% | - |
| XYZ | 31.58 | 24.28 | 52.89 | - |
| YUV | 139.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 192 | 0.13 | 0.40 | 0 | 0.25 | 280.52 | 0.38 | 0.6 |
| Hex | A7 | 73 | C0 | D | 28 | 0 | 19 | 119 | 26 | 3C |
| Octal | 247 | 163 | 300 | 15 | 50 | 0 | 31 | 431 | 46 | 74 |
| Binary | 10100111 | 1110011 | 11000000 | 1101 | 101000 | 0 | 11001 | 100011001 | 100110 | 111100 |
Color Harmonies of #A773C0
Complementary color
Monochromatic Colors of #A773C0
Black with #A773C0
Text Example
Text Example
White with #A773C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773C0; }
p { color: rgb(167,115,192); }
H1.HeaderClassName
{
color: #A773C0;
}
.AnyTagClassName
{
color: #A773C0;
}
</style>
background-color css
<style>
a { background-color: #A773C0; }
a { background-color: rgb(167,115,192); }
div.DivClassName
{
background-color: #A773C0;
}
.BgClassName
{
background-color: #A773C0;
}
</style>
border-color css
<style>
span { border-color: #A773C0; }
span { border-color: rgb(167,115,192); }
td.TdClassName
{
border-color: #A773C0;
}
.TagClassName
{
border-color: #A773C0;
}
</style>