Shades of East Side #A879C0
Tints of East Side #A879C0
RGB
CMYK
RGB Variations
Color information
#A879C0 (or 0xA879C0) is known color: East Side. HEX triplet: A8, 79 and C0. RGB value is (168,121,192). Sum of RGB (Red+Green+Blue) = 168+121+192=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #A879C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879C0 is #57863F. Grayscale: #8E8E8E. Windows color (decimal): -5736000 or 12614056. OLE color: 12614056.
HSL color Cylindrical-coordinate representation of color #A879C0: hue angle of 279.72º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A879C0 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 121 | 192 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.25 |
| HSL | 279.72º | 0.36% | 0.61% | - |
| HSV(B) | 279.72º | 0.37% | 0.75% | - |
| XYZ | 32.5 | 25.81 | 53.14 | - |
| YUV | 143.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 192 | 0.12 | 0.37 | 0 | 0.25 | 279.72 | 0.36 | 0.61 |
| Hex | A8 | 79 | C0 | C | 25 | 0 | 19 | 118 | 24 | 3D |
| Octal | 250 | 171 | 300 | 14 | 45 | 0 | 31 | 430 | 44 | 75 |
| Binary | 10101000 | 1111001 | 11000000 | 1100 | 100101 | 0 | 11001 | 100011000 | 100100 | 111101 |
Color Harmonies of #A879C0
Complementary color
Monochromatic Colors of #A879C0
Black with #A879C0
Text Example
Text Example
White with #A879C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879C0; }
p { color: rgb(168,121,192); }
H1.HeaderClassName
{
color: #A879C0;
}
.AnyTagClassName
{
color: #A879C0;
}
</style>
background-color css
<style>
a { background-color: #A879C0; }
a { background-color: rgb(168,121,192); }
div.DivClassName
{
background-color: #A879C0;
}
.BgClassName
{
background-color: #A879C0;
}
</style>
border-color css
<style>
span { border-color: #A879C0; }
span { border-color: rgb(168,121,192); }
td.TdClassName
{
border-color: #A879C0;
}
.TagClassName
{
border-color: #A879C0;
}
</style>