Shades of East Side #A87DBF
Tints of East Side #A87DBF
RGB
CMYK
RGB Variations
Color information
#A87DBF (or 0xA87DBF) is known color: East Side. HEX triplet: A8, 7D and BF. RGB value is (168,125,191). Sum of RGB (Red+Green+Blue) = 168+125+191=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A87DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DBF is #578240. Grayscale: #919191. Windows color (decimal): -5734977 or 12549544. OLE color: 12549544.
HSL color Cylindrical-coordinate representation of color #A87DBF: hue angle of 279.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87DBF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 125 | 191 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.25 |
| HSL | 279.09º | 0.34% | 0.62% | - |
| HSV(B) | 279.09º | 0.35% | 0.75% | - |
| XYZ | 32.89 | 26.75 | 52.72 | - |
| YUV | 145.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 191 | 0.12 | 0.35 | 0 | 0.25 | 279.09 | 0.34 | 0.62 |
| Hex | A8 | 7D | BF | C | 23 | 0 | 19 | 117 | 22 | 3E |
| Octal | 250 | 175 | 277 | 14 | 43 | 0 | 31 | 427 | 42 | 76 |
| Binary | 10101000 | 1111101 | 10111111 | 1100 | 100011 | 0 | 11001 | 100010111 | 100010 | 111110 |
Color Harmonies of #A87DBF
Complementary color
Monochromatic Colors of #A87DBF
Black with #A87DBF
Text Example
Text Example
White with #A87DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DBF; }
p { color: rgb(168,125,191); }
H1.HeaderClassName
{
color: #A87DBF;
}
.AnyTagClassName
{
color: #A87DBF;
}
</style>
background-color css
<style>
a { background-color: #A87DBF; }
a { background-color: rgb(168,125,191); }
div.DivClassName
{
background-color: #A87DBF;
}
.BgClassName
{
background-color: #A87DBF;
}
</style>
border-color css
<style>
span { border-color: #A87DBF; }
span { border-color: rgb(168,125,191); }
td.TdClassName
{
border-color: #A87DBF;
}
.TagClassName
{
border-color: #A87DBF;
}
</style>