Shades of East Side #A87ABE
Tints of East Side #A87ABE
RGB
CMYK
RGB Variations
Color information
#A87ABE (or 0xA87ABE) is known color: East Side. HEX triplet: A8, 7A and BE. RGB value is (168,122,190). Sum of RGB (Red+Green+Blue) = 168+122+190=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #A87ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ABE is #578541. Grayscale: #8F8F8F. Windows color (decimal): -5735746 or 12483240. OLE color: 12483240.
HSL color Cylindrical-coordinate representation of color #A87ABE: hue angle of 280.59º degrees, saturation: 0.34, 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 #A87ABE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 122 | 190 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.25 |
| HSL | 280.59º | 0.34% | 0.61% | - |
| HSV(B) | 280.59º | 0.36% | 0.75% | - |
| XYZ | 32.4 | 25.96 | 52.02 | - |
| YUV | 143.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 190 | 0.12 | 0.36 | 0 | 0.25 | 280.59 | 0.34 | 0.61 |
| Hex | A8 | 7A | BE | C | 24 | 0 | 19 | 119 | 22 | 3D |
| Octal | 250 | 172 | 276 | 14 | 44 | 0 | 31 | 431 | 42 | 75 |
| Binary | 10101000 | 1111010 | 10111110 | 1100 | 100100 | 0 | 11001 | 100011001 | 100010 | 111101 |
Color Harmonies of #A87ABE
Complementary color
Monochromatic Colors of #A87ABE
Black with #A87ABE
Text Example
Text Example
White with #A87ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ABE; }
p { color: rgb(168,122,190); }
H1.HeaderClassName
{
color: #A87ABE;
}
.AnyTagClassName
{
color: #A87ABE;
}
</style>
background-color css
<style>
a { background-color: #A87ABE; }
a { background-color: rgb(168,122,190); }
div.DivClassName
{
background-color: #A87ABE;
}
.BgClassName
{
background-color: #A87ABE;
}
</style>
border-color css
<style>
span { border-color: #A87ABE; }
span { border-color: rgb(168,122,190); }
td.TdClassName
{
border-color: #A87ABE;
}
.TagClassName
{
border-color: #A87ABE;
}
</style>