Shades of East Side #A873BC
Tints of East Side #A873BC
RGB
CMYK
RGB Variations
Color information
#A873BC (or 0xA873BC) is known color: East Side. HEX triplet: A8, 73 and BC. RGB value is (168,115,188). Sum of RGB (Red+Green+Blue) = 168+115+188=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A873BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873BC is #578C43. Grayscale: #8A8A8A. Windows color (decimal): -5737540 or 12350376. OLE color: 12350376.
HSL color Cylindrical-coordinate representation of color #A873BC: hue angle of 283.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A873BC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 115 | 188 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.26 |
| HSL | 283.56º | 0.35% | 0.59% | - |
| HSV(B) | 283.56º | 0.39% | 0.74% | - |
| XYZ | 31.36 | 24.22 | 50.6 | - |
| YUV | 139.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 188 | 0.11 | 0.39 | 0 | 0.26 | 283.56 | 0.35 | 0.59 |
| Hex | A8 | 73 | BC | B | 27 | 0 | 1A | 11C | 23 | 3B |
| Octal | 250 | 163 | 274 | 13 | 47 | 0 | 32 | 434 | 43 | 73 |
| Binary | 10101000 | 1110011 | 10111100 | 1011 | 100111 | 0 | 11010 | 100011100 | 100011 | 111011 |
Color Harmonies of #A873BC
Complementary color
Monochromatic Colors of #A873BC
Black with #A873BC
Text Example
Text Example
White with #A873BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873BC; }
p { color: rgb(168,115,188); }
H1.HeaderClassName
{
color: #A873BC;
}
.AnyTagClassName
{
color: #A873BC;
}
</style>
background-color css
<style>
a { background-color: #A873BC; }
a { background-color: rgb(168,115,188); }
div.DivClassName
{
background-color: #A873BC;
}
.BgClassName
{
background-color: #A873BC;
}
</style>
border-color css
<style>
span { border-color: #A873BC; }
span { border-color: rgb(168,115,188); }
td.TdClassName
{
border-color: #A873BC;
}
.TagClassName
{
border-color: #A873BC;
}
</style>