Shades of East Side #A87DC1
Tints of East Side #A87DC1
RGB
CMYK
RGB Variations
Color information
#A87DC1 (or 0xA87DC1) is known color: East Side. HEX triplet: A8, 7D and C1. RGB value is (168,125,193). Sum of RGB (Red+Green+Blue) = 168+125+193=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #A87DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DC1 is #57823E. Grayscale: #919191. Windows color (decimal): -5734975 or 12680616. OLE color: 12680616.
HSL color Cylindrical-coordinate representation of color #A87DC1: hue angle of 277.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87DC1 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 125 | 193 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.24 |
| HSL | 277.94º | 0.35% | 0.62% | - |
| HSV(B) | 277.94º | 0.35% | 0.76% | - |
| XYZ | 33.11 | 26.84 | 53.89 | - |
| YUV | 145.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 193 | 0.13 | 0.35 | 0 | 0.24 | 277.94 | 0.35 | 0.62 |
| Hex | A8 | 7D | C1 | D | 23 | 0 | 18 | 116 | 23 | 3E |
| Octal | 250 | 175 | 301 | 15 | 43 | 0 | 30 | 426 | 43 | 76 |
| Binary | 10101000 | 1111101 | 11000001 | 1101 | 100011 | 0 | 11000 | 100010110 | 100011 | 111110 |
Color Harmonies of #A87DC1
Complementary color
Monochromatic Colors of #A87DC1
Black with #A87DC1
Text Example
Text Example
White with #A87DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DC1; }
p { color: rgb(168,125,193); }
H1.HeaderClassName
{
color: #A87DC1;
}
.AnyTagClassName
{
color: #A87DC1;
}
</style>
background-color css
<style>
a { background-color: #A87DC1; }
a { background-color: rgb(168,125,193); }
div.DivClassName
{
background-color: #A87DC1;
}
.BgClassName
{
background-color: #A87DC1;
}
</style>
border-color css
<style>
span { border-color: #A87DC1; }
span { border-color: rgb(168,125,193); }
td.TdClassName
{
border-color: #A87DC1;
}
.TagClassName
{
border-color: #A87DC1;
}
</style>