Shades of East Side #A878C5
Tints of East Side #A878C5
RGB
CMYK
RGB Variations
Color information
#A878C5 (or 0xA878C5) is known color: East Side. HEX triplet: A8, 78 and C5. RGB value is (168,120,197). Sum of RGB (Red+Green+Blue) = 168+120+197=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #A878C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878C5 is #57873A. Grayscale: #8E8E8E. Windows color (decimal): -5736251 or 12941480. OLE color: 12941480.
HSL color Cylindrical-coordinate representation of color #A878C5: hue angle of 277.4º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A878C5 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 120 | 197 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.23 |
| HSL | 277.4º | 0.4% | 0.62% | - |
| HSV(B) | 277.4º | 0.39% | 0.77% | - |
| XYZ | 32.94 | 25.79 | 56.06 | - |
| YUV | 143.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 197 | 0.15 | 0.39 | 0 | 0.23 | 277.4 | 0.4 | 0.62 |
| Hex | A8 | 78 | C5 | F | 27 | 0 | 17 | 115 | 28 | 3E |
| Octal | 250 | 170 | 305 | 17 | 47 | 0 | 27 | 425 | 50 | 76 |
| Binary | 10101000 | 1111000 | 11000101 | 1111 | 100111 | 0 | 10111 | 100010101 | 101000 | 111110 |
Color Harmonies of #A878C5
Complementary color
Monochromatic Colors of #A878C5
Black with #A878C5
Text Example
Text Example
White with #A878C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878C5; }
p { color: rgb(168,120,197); }
H1.HeaderClassName
{
color: #A878C5;
}
.AnyTagClassName
{
color: #A878C5;
}
</style>
background-color css
<style>
a { background-color: #A878C5; }
a { background-color: rgb(168,120,197); }
div.DivClassName
{
background-color: #A878C5;
}
.BgClassName
{
background-color: #A878C5;
}
</style>
border-color css
<style>
span { border-color: #A878C5; }
span { border-color: rgb(168,120,197); }
td.TdClassName
{
border-color: #A878C5;
}
.TagClassName
{
border-color: #A878C5;
}
</style>