Shades of East Side #A879C1
Tints of East Side #A879C1
RGB
CMYK
RGB Variations
Color information
#A879C1 (or 0xA879C1) is known color: East Side. HEX triplet: A8, 79 and C1. RGB value is (168,121,193). Sum of RGB (Red+Green+Blue) = 168+121+193=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A879C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879C1 is #57863E. Grayscale: #8F8F8F. Windows color (decimal): -5735999 or 12679592. OLE color: 12679592.
HSL color Cylindrical-coordinate representation of color #A879C1: hue angle of 279.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A879C1 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 121 | 193 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.24 |
| HSL | 279.17º | 0.37% | 0.62% | - |
| HSV(B) | 279.17º | 0.37% | 0.76% | - |
| XYZ | 32.61 | 25.85 | 53.72 | - |
| YUV | 143.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 193 | 0.13 | 0.37 | 0 | 0.24 | 279.17 | 0.37 | 0.62 |
| Hex | A8 | 79 | C1 | D | 25 | 0 | 18 | 117 | 25 | 3E |
| Octal | 250 | 171 | 301 | 15 | 45 | 0 | 30 | 427 | 45 | 76 |
| Binary | 10101000 | 1111001 | 11000001 | 1101 | 100101 | 0 | 11000 | 100010111 | 100101 | 111110 |
Color Harmonies of #A879C1
Complementary color
Monochromatic Colors of #A879C1
Black with #A879C1
Text Example
Text Example
White with #A879C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879C1; }
p { color: rgb(168,121,193); }
H1.HeaderClassName
{
color: #A879C1;
}
.AnyTagClassName
{
color: #A879C1;
}
</style>
background-color css
<style>
a { background-color: #A879C1; }
a { background-color: rgb(168,121,193); }
div.DivClassName
{
background-color: #A879C1;
}
.BgClassName
{
background-color: #A879C1;
}
</style>
border-color css
<style>
span { border-color: #A879C1; }
span { border-color: rgb(168,121,193); }
td.TdClassName
{
border-color: #A879C1;
}
.TagClassName
{
border-color: #A879C1;
}
</style>