Shades of East Side #A87ABD
Tints of East Side #A87ABD
RGB
CMYK
RGB Variations
Color information
#A87ABD (or 0xA87ABD) is known color: East Side. HEX triplet: A8, 7A and BD. RGB value is (168,122,189). Sum of RGB (Red+Green+Blue) = 168+122+189=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A87ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ABD is #578542. Grayscale: #8F8F8F. Windows color (decimal): -5735747 or 12417704. OLE color: 12417704.
HSL color Cylindrical-coordinate representation of color #A87ABD: hue angle of 281.19º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87ABD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 122 | 189 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.26 |
| HSL | 281.19º | 0.34% | 0.61% | - |
| HSV(B) | 281.19º | 0.35% | 0.74% | - |
| XYZ | 32.29 | 25.92 | 51.44 | - |
| YUV | 143.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 189 | 0.11 | 0.35 | 0 | 0.26 | 281.19 | 0.34 | 0.61 |
| Hex | A8 | 7A | BD | B | 23 | 0 | 1A | 119 | 22 | 3D |
| Octal | 250 | 172 | 275 | 13 | 43 | 0 | 32 | 431 | 42 | 75 |
| Binary | 10101000 | 1111010 | 10111101 | 1011 | 100011 | 0 | 11010 | 100011001 | 100010 | 111101 |
Color Harmonies of #A87ABD
Complementary color
Monochromatic Colors of #A87ABD
Black with #A87ABD
Text Example
Text Example
White with #A87ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ABD; }
p { color: rgb(168,122,189); }
H1.HeaderClassName
{
color: #A87ABD;
}
.AnyTagClassName
{
color: #A87ABD;
}
</style>
background-color css
<style>
a { background-color: #A87ABD; }
a { background-color: rgb(168,122,189); }
div.DivClassName
{
background-color: #A87ABD;
}
.BgClassName
{
background-color: #A87ABD;
}
</style>
border-color css
<style>
span { border-color: #A87ABD; }
span { border-color: rgb(168,122,189); }
td.TdClassName
{
border-color: #A87ABD;
}
.TagClassName
{
border-color: #A87ABD;
}
</style>