Shades of East Side #A878BC
Tints of East Side #A878BC
RGB
CMYK
RGB Variations
Color information
#A878BC (or 0xA878BC) is known color: East Side. HEX triplet: A8, 78 and BC. RGB value is (168,120,188). Sum of RGB (Red+Green+Blue) = 168+120+188=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A878BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878BC is #578743. Grayscale: #8D8D8D. Windows color (decimal): -5736260 or 12351656. OLE color: 12351656.
HSL color Cylindrical-coordinate representation of color #A878BC: hue angle of 282.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A878BC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 120 | 188 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.26 |
| HSL | 282.35º | 0.34% | 0.6% | - |
| HSV(B) | 282.35º | 0.36% | 0.74% | - |
| XYZ | 31.94 | 25.39 | 50.79 | - |
| YUV | 142.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 188 | 0.11 | 0.36 | 0 | 0.26 | 282.35 | 0.34 | 0.6 |
| Hex | A8 | 78 | BC | B | 24 | 0 | 1A | 11A | 22 | 3C |
| Octal | 250 | 170 | 274 | 13 | 44 | 0 | 32 | 432 | 42 | 74 |
| Binary | 10101000 | 1111000 | 10111100 | 1011 | 100100 | 0 | 11010 | 100011010 | 100010 | 111100 |
Color Harmonies of #A878BC
Complementary color
Monochromatic Colors of #A878BC
Black with #A878BC
Text Example
Text Example
White with #A878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878BC; }
p { color: rgb(168,120,188); }
H1.HeaderClassName
{
color: #A878BC;
}
.AnyTagClassName
{
color: #A878BC;
}
</style>
background-color css
<style>
a { background-color: #A878BC; }
a { background-color: rgb(168,120,188); }
div.DivClassName
{
background-color: #A878BC;
}
.BgClassName
{
background-color: #A878BC;
}
</style>
border-color css
<style>
span { border-color: #A878BC; }
span { border-color: rgb(168,120,188); }
td.TdClassName
{
border-color: #A878BC;
}
.TagClassName
{
border-color: #A878BC;
}
</style>