Shades of East Side #A87ABB
Tints of East Side #A87ABB
RGB
CMYK
RGB Variations
Color information
#A87ABB (or 0xA87ABB) is known color: East Side. HEX triplet: A8, 7A and BB. RGB value is (168,122,187). Sum of RGB (Red+Green+Blue) = 168+122+187=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A87ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ABB is #578544. Grayscale: #8E8E8E. Windows color (decimal): -5735749 or 12286632. OLE color: 12286632.
HSL color Cylindrical-coordinate representation of color #A87ABB: hue angle of 282.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87ABB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 122 | 187 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.27 |
| HSL | 282.46º | 0.32% | 0.61% | - |
| HSV(B) | 282.46º | 0.35% | 0.73% | - |
| XYZ | 32.08 | 25.83 | 50.31 | - |
| YUV | 143.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 187 | 0.10 | 0.35 | 0 | 0.27 | 282.46 | 0.32 | 0.61 |
| Hex | A8 | 7A | BB | A | 23 | 0 | 1B | 11A | 20 | 3D |
| Octal | 250 | 172 | 273 | 12 | 43 | 0 | 33 | 432 | 40 | 75 |
| Binary | 10101000 | 1111010 | 10111011 | 1010 | 100011 | 0 | 11011 | 100011010 | 100000 | 111101 |
Color Harmonies of #A87ABB
Complementary color
Monochromatic Colors of #A87ABB
Black with #A87ABB
Text Example
Text Example
White with #A87ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ABB; }
p { color: rgb(168,122,187); }
H1.HeaderClassName
{
color: #A87ABB;
}
.AnyTagClassName
{
color: #A87ABB;
}
</style>
background-color css
<style>
a { background-color: #A87ABB; }
a { background-color: rgb(168,122,187); }
div.DivClassName
{
background-color: #A87ABB;
}
.BgClassName
{
background-color: #A87ABB;
}
</style>
border-color css
<style>
span { border-color: #A87ABB; }
span { border-color: rgb(168,122,187); }
td.TdClassName
{
border-color: #A87ABB;
}
.TagClassName
{
border-color: #A87ABB;
}
</style>