Shades of East Side #A87ABF
Tints of East Side #A87ABF
RGB
CMYK
RGB Variations
Color information
#A87ABF (or 0xA87ABF) is known color: East Side. HEX triplet: A8, 7A and BF. RGB value is (168,122,191). Sum of RGB (Red+Green+Blue) = 168+122+191=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #A87ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ABF is #578540. Grayscale: #8F8F8F. Windows color (decimal): -5735745 or 12548776. OLE color: 12548776.
HSL color Cylindrical-coordinate representation of color #A87ABF: hue angle of 280º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87ABF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 122 | 191 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.25 |
| HSL | 280º | 0.35% | 0.61% | - |
| HSV(B) | 280º | 0.36% | 0.75% | - |
| XYZ | 32.51 | 26.01 | 52.6 | - |
| YUV | 143.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 191 | 0.12 | 0.36 | 0 | 0.25 | 280 | 0.35 | 0.61 |
| Hex | A8 | 7A | BF | C | 24 | 0 | 19 | 118 | 23 | 3D |
| Octal | 250 | 172 | 277 | 14 | 44 | 0 | 31 | 430 | 43 | 75 |
| Binary | 10101000 | 1111010 | 10111111 | 1100 | 100100 | 0 | 11001 | 100011000 | 100011 | 111101 |
Color Harmonies of #A87ABF
Complementary color
Monochromatic Colors of #A87ABF
Black with #A87ABF
Text Example
Text Example
White with #A87ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ABF; }
p { color: rgb(168,122,191); }
H1.HeaderClassName
{
color: #A87ABF;
}
.AnyTagClassName
{
color: #A87ABF;
}
</style>
background-color css
<style>
a { background-color: #A87ABF; }
a { background-color: rgb(168,122,191); }
div.DivClassName
{
background-color: #A87ABF;
}
.BgClassName
{
background-color: #A87ABF;
}
</style>
border-color css
<style>
span { border-color: #A87ABF; }
span { border-color: rgb(168,122,191); }
td.TdClassName
{
border-color: #A87ABF;
}
.TagClassName
{
border-color: #A87ABF;
}
</style>