Shades of East Side #A878BD
Tints of East Side #A878BD
RGB
CMYK
RGB Variations
Color information
#A878BD (or 0xA878BD) is known color: East Side. HEX triplet: A8, 78 and BD. RGB value is (168,120,189). Sum of RGB (Red+Green+Blue) = 168+120+189=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A878BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878BD is #578742. Grayscale: #8D8D8D. Windows color (decimal): -5736259 or 12417192. OLE color: 12417192.
HSL color Cylindrical-coordinate representation of color #A878BD: hue angle of 281.74º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A878BD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 120 | 189 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.26 |
| HSL | 281.74º | 0.34% | 0.61% | - |
| HSV(B) | 281.74º | 0.37% | 0.74% | - |
| XYZ | 32.05 | 25.43 | 51.36 | - |
| YUV | 142.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 189 | 0.11 | 0.37 | 0 | 0.26 | 281.74 | 0.34 | 0.61 |
| Hex | A8 | 78 | BD | B | 25 | 0 | 1A | 11A | 22 | 3D |
| Octal | 250 | 170 | 275 | 13 | 45 | 0 | 32 | 432 | 42 | 75 |
| Binary | 10101000 | 1111000 | 10111101 | 1011 | 100101 | 0 | 11010 | 100011010 | 100010 | 111101 |
Color Harmonies of #A878BD
Complementary color
Monochromatic Colors of #A878BD
Black with #A878BD
Text Example
Text Example
White with #A878BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878BD; }
p { color: rgb(168,120,189); }
H1.HeaderClassName
{
color: #A878BD;
}
.AnyTagClassName
{
color: #A878BD;
}
</style>
background-color css
<style>
a { background-color: #A878BD; }
a { background-color: rgb(168,120,189); }
div.DivClassName
{
background-color: #A878BD;
}
.BgClassName
{
background-color: #A878BD;
}
</style>
border-color css
<style>
span { border-color: #A878BD; }
span { border-color: rgb(168,120,189); }
td.TdClassName
{
border-color: #A878BD;
}
.TagClassName
{
border-color: #A878BD;
}
</style>