Shades of East Side #A873C1
Tints of East Side #A873C1
RGB
CMYK
RGB Variations
Color information
#A873C1 (or 0xA873C1) is known color: East Side. HEX triplet: A8, 73 and C1. RGB value is (168,115,193). Sum of RGB (Red+Green+Blue) = 168+115+193=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #A873C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873C1 is #578C3E. Grayscale: #8B8B8B. Windows color (decimal): -5737535 or 12678056. OLE color: 12678056.
HSL color Cylindrical-coordinate representation of color #A873C1: hue angle of 280.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A873C1 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 115 | 193 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.24 |
| HSL | 280.77º | 0.39% | 0.6% | - |
| HSV(B) | 280.77º | 0.4% | 0.76% | - |
| XYZ | 31.9 | 24.44 | 53.49 | - |
| YUV | 139.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 193 | 0.13 | 0.40 | 0 | 0.24 | 280.77 | 0.39 | 0.6 |
| Hex | A8 | 73 | C1 | D | 28 | 0 | 18 | 119 | 27 | 3C |
| Octal | 250 | 163 | 301 | 15 | 50 | 0 | 30 | 431 | 47 | 74 |
| Binary | 10101000 | 1110011 | 11000001 | 1101 | 101000 | 0 | 11000 | 100011001 | 100111 | 111100 |
Color Harmonies of #A873C1
Complementary color
Monochromatic Colors of #A873C1
Black with #A873C1
Text Example
Text Example
White with #A873C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873C1; }
p { color: rgb(168,115,193); }
H1.HeaderClassName
{
color: #A873C1;
}
.AnyTagClassName
{
color: #A873C1;
}
</style>
background-color css
<style>
a { background-color: #A873C1; }
a { background-color: rgb(168,115,193); }
div.DivClassName
{
background-color: #A873C1;
}
.BgClassName
{
background-color: #A873C1;
}
</style>
border-color css
<style>
span { border-color: #A873C1; }
span { border-color: rgb(168,115,193); }
td.TdClassName
{
border-color: #A873C1;
}
.TagClassName
{
border-color: #A873C1;
}
</style>