Shades of East Side #A878B5
Tints of East Side #A878B5
RGB
CMYK
RGB Variations
Color information
#A878B5 (or 0xA878B5) is known color: East Side. HEX triplet: A8, 78 and B5. RGB value is (168,120,181). Sum of RGB (Red+Green+Blue) = 168+120+181=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #A878B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878B5 is #57874A. Grayscale: #8D8D8D. Windows color (decimal): -5736267 or 11892904. OLE color: 11892904.
HSL color Cylindrical-coordinate representation of color #A878B5: hue angle of 287.21º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A878B5 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 120 | 181 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.29 |
| HSL | 287.21º | 0.29% | 0.59% | - |
| HSV(B) | 287.21º | 0.34% | 0.71% | - |
| XYZ | 31.21 | 25.09 | 46.91 | - |
| YUV | 141.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 181 | 0.07 | 0.34 | 0 | 0.29 | 287.21 | 0.29 | 0.59 |
| Hex | A8 | 78 | B5 | 7 | 22 | 0 | 1D | 11F | 1D | 3B |
| Octal | 250 | 170 | 265 | 7 | 42 | 0 | 35 | 437 | 35 | 73 |
| Binary | 10101000 | 1111000 | 10110101 | 111 | 100010 | 0 | 11101 | 100011111 | 11101 | 111011 |
Color Harmonies of #A878B5
Complementary color
Monochromatic Colors of #A878B5
Black with #A878B5
Text Example
Text Example
White with #A878B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878B5; }
p { color: rgb(168,120,181); }
H1.HeaderClassName
{
color: #A878B5;
}
.AnyTagClassName
{
color: #A878B5;
}
</style>
background-color css
<style>
a { background-color: #A878B5; }
a { background-color: rgb(168,120,181); }
div.DivClassName
{
background-color: #A878B5;
}
.BgClassName
{
background-color: #A878B5;
}
</style>
border-color css
<style>
span { border-color: #A878B5; }
span { border-color: rgb(168,120,181); }
td.TdClassName
{
border-color: #A878B5;
}
.TagClassName
{
border-color: #A878B5;
}
</style>