Shades of East Side #A87DBE
Tints of East Side #A87DBE
RGB
CMYK
RGB Variations
Color information
#A87DBE (or 0xA87DBE) is known color: East Side. HEX triplet: A8, 7D and BE. RGB value is (168,125,190). Sum of RGB (Red+Green+Blue) = 168+125+190=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A87DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DBE is #578241. Grayscale: #919191. Windows color (decimal): -5734978 or 12484008. OLE color: 12484008.
HSL color Cylindrical-coordinate representation of color #A87DBE: hue angle of 279.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A87DBE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 125 | 190 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.25 |
| HSL | 279.69º | 0.33% | 0.62% | - |
| HSV(B) | 279.69º | 0.34% | 0.75% | - |
| XYZ | 32.78 | 26.71 | 52.14 | - |
| YUV | 145.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 190 | 0.12 | 0.34 | 0 | 0.25 | 279.69 | 0.33 | 0.62 |
| Hex | A8 | 7D | BE | C | 22 | 0 | 19 | 118 | 21 | 3E |
| Octal | 250 | 175 | 276 | 14 | 42 | 0 | 31 | 430 | 41 | 76 |
| Binary | 10101000 | 1111101 | 10111110 | 1100 | 100010 | 0 | 11001 | 100011000 | 100001 | 111110 |
Color Harmonies of #A87DBE
Complementary color
Monochromatic Colors of #A87DBE
Black with #A87DBE
Text Example
Text Example
White with #A87DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DBE; }
p { color: rgb(168,125,190); }
H1.HeaderClassName
{
color: #A87DBE;
}
.AnyTagClassName
{
color: #A87DBE;
}
</style>
background-color css
<style>
a { background-color: #A87DBE; }
a { background-color: rgb(168,125,190); }
div.DivClassName
{
background-color: #A87DBE;
}
.BgClassName
{
background-color: #A87DBE;
}
</style>
border-color css
<style>
span { border-color: #A87DBE; }
span { border-color: rgb(168,125,190); }
td.TdClassName
{
border-color: #A87DBE;
}
.TagClassName
{
border-color: #A87DBE;
}
</style>