Shades of East Side #A871BC
Tints of East Side #A871BC
RGB
CMYK
RGB Variations
Color information
#A871BC (or 0xA871BC) is known color: East Side. HEX triplet: A8, 71 and BC. RGB value is (168,113,188). Sum of RGB (Red+Green+Blue) = 168+113+188=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A871BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871BC is #578E43. Grayscale: #898989. Windows color (decimal): -5738052 or 12349864. OLE color: 12349864.
HSL color Cylindrical-coordinate representation of color #A871BC: hue angle of 284º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A871BC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 113 | 188 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.26 |
| HSL | 284º | 0.36% | 0.59% | - |
| HSV(B) | 284º | 0.4% | 0.74% | - |
| XYZ | 31.13 | 23.77 | 50.52 | - |
| YUV | 138 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 188 | 0.11 | 0.40 | 0 | 0.26 | 284 | 0.36 | 0.59 |
| Hex | A8 | 71 | BC | B | 28 | 0 | 1A | 11C | 24 | 3B |
| Octal | 250 | 161 | 274 | 13 | 50 | 0 | 32 | 434 | 44 | 73 |
| Binary | 10101000 | 1110001 | 10111100 | 1011 | 101000 | 0 | 11010 | 100011100 | 100100 | 111011 |
Color Harmonies of #A871BC
Complementary color
Monochromatic Colors of #A871BC
Black with #A871BC
Text Example
Text Example
White with #A871BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871BC; }
p { color: rgb(168,113,188); }
H1.HeaderClassName
{
color: #A871BC;
}
.AnyTagClassName
{
color: #A871BC;
}
</style>
background-color css
<style>
a { background-color: #A871BC; }
a { background-color: rgb(168,113,188); }
div.DivClassName
{
background-color: #A871BC;
}
.BgClassName
{
background-color: #A871BC;
}
</style>
border-color css
<style>
span { border-color: #A871BC; }
span { border-color: rgb(168,113,188); }
td.TdClassName
{
border-color: #A871BC;
}
.TagClassName
{
border-color: #A871BC;
}
</style>