Shades of East Side #A873C0
Tints of East Side #A873C0
RGB
CMYK
RGB Variations
Color information
#A873C0 (or 0xA873C0) is known color: East Side. HEX triplet: A8, 73 and C0. RGB value is (168,115,192). Sum of RGB (Red+Green+Blue) = 168+115+192=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A873C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873C0 is #578C3F. Grayscale: #8B8B8B. Windows color (decimal): -5737536 or 12612520. OLE color: 12612520.
HSL color Cylindrical-coordinate representation of color #A873C0: hue angle of 281.3º 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 #A873C0 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 115 | 192 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.25 |
| HSL | 281.3º | 0.38% | 0.6% | - |
| HSV(B) | 281.3º | 0.4% | 0.75% | - |
| XYZ | 31.79 | 24.39 | 52.9 | - |
| YUV | 139.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 192 | 0.12 | 0.40 | 0 | 0.25 | 281.3 | 0.38 | 0.6 |
| Hex | A8 | 73 | C0 | C | 28 | 0 | 19 | 119 | 26 | 3C |
| Octal | 250 | 163 | 300 | 14 | 50 | 0 | 31 | 431 | 46 | 74 |
| Binary | 10101000 | 1110011 | 11000000 | 1100 | 101000 | 0 | 11001 | 100011001 | 100110 | 111100 |
Color Harmonies of #A873C0
Complementary color
Monochromatic Colors of #A873C0
Black with #A873C0
Text Example
Text Example
White with #A873C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873C0; }
p { color: rgb(168,115,192); }
H1.HeaderClassName
{
color: #A873C0;
}
.AnyTagClassName
{
color: #A873C0;
}
</style>
background-color css
<style>
a { background-color: #A873C0; }
a { background-color: rgb(168,115,192); }
div.DivClassName
{
background-color: #A873C0;
}
.BgClassName
{
background-color: #A873C0;
}
</style>
border-color css
<style>
span { border-color: #A873C0; }
span { border-color: rgb(168,115,192); }
td.TdClassName
{
border-color: #A873C0;
}
.TagClassName
{
border-color: #A873C0;
}
</style>