Shades of East Side #A878C1
Tints of East Side #A878C1
RGB
CMYK
RGB Variations
Color information
#A878C1 (or 0xA878C1) is known color: East Side. HEX triplet: A8, 78 and C1. RGB value is (168,120,193). Sum of RGB (Red+Green+Blue) = 168+120+193=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #A878C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878C1 is #57873E. Grayscale: #8E8E8E. Windows color (decimal): -5736255 or 12679336. OLE color: 12679336.
HSL color Cylindrical-coordinate representation of color #A878C1: hue angle of 279.45º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A878C1 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 120 | 193 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.24 |
| HSL | 279.45º | 0.37% | 0.61% | - |
| HSV(B) | 279.45º | 0.38% | 0.76% | - |
| XYZ | 32.49 | 25.61 | 53.68 | - |
| YUV | 142.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 193 | 0.13 | 0.38 | 0 | 0.24 | 279.45 | 0.37 | 0.61 |
| Hex | A8 | 78 | C1 | D | 26 | 0 | 18 | 117 | 25 | 3D |
| Octal | 250 | 170 | 301 | 15 | 46 | 0 | 30 | 427 | 45 | 75 |
| Binary | 10101000 | 1111000 | 11000001 | 1101 | 100110 | 0 | 11000 | 100010111 | 100101 | 111101 |
Color Harmonies of #A878C1
Complementary color
Monochromatic Colors of #A878C1
Black with #A878C1
Text Example
Text Example
White with #A878C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878C1; }
p { color: rgb(168,120,193); }
H1.HeaderClassName
{
color: #A878C1;
}
.AnyTagClassName
{
color: #A878C1;
}
</style>
background-color css
<style>
a { background-color: #A878C1; }
a { background-color: rgb(168,120,193); }
div.DivClassName
{
background-color: #A878C1;
}
.BgClassName
{
background-color: #A878C1;
}
</style>
border-color css
<style>
span { border-color: #A878C1; }
span { border-color: rgb(168,120,193); }
td.TdClassName
{
border-color: #A878C1;
}
.TagClassName
{
border-color: #A878C1;
}
</style>