Shades of East Side #A87AB8
Tints of East Side #A87AB8
RGB
CMYK
RGB Variations
Color information
#A87AB8 (or 0xA87AB8) is known color: East Side. HEX triplet: A8, 7A and B8. RGB value is (168,122,184). Sum of RGB (Red+Green+Blue) = 168+122+184=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #A87AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AB8 is #578547. Grayscale: #8E8E8E. Windows color (decimal): -5735752 or 12090024. OLE color: 12090024.
HSL color Cylindrical-coordinate representation of color #A87AB8: hue angle of 284.52º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A87AB8 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 122 | 184 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.28 |
| HSL | 284.52º | 0.3% | 0.6% | - |
| HSV(B) | 284.52º | 0.34% | 0.72% | - |
| XYZ | 31.76 | 25.7 | 48.63 | - |
| YUV | 142.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 184 | 0.09 | 0.34 | 0 | 0.28 | 284.52 | 0.3 | 0.6 |
| Hex | A8 | 7A | B8 | 9 | 22 | 0 | 1C | 11D | 1E | 3C |
| Octal | 250 | 172 | 270 | 11 | 42 | 0 | 34 | 435 | 36 | 74 |
| Binary | 10101000 | 1111010 | 10111000 | 1001 | 100010 | 0 | 11100 | 100011101 | 11110 | 111100 |
Color Harmonies of #A87AB8
Complementary color
Monochromatic Colors of #A87AB8
Black with #A87AB8
Text Example
Text Example
White with #A87AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AB8; }
p { color: rgb(168,122,184); }
H1.HeaderClassName
{
color: #A87AB8;
}
.AnyTagClassName
{
color: #A87AB8;
}
</style>
background-color css
<style>
a { background-color: #A87AB8; }
a { background-color: rgb(168,122,184); }
div.DivClassName
{
background-color: #A87AB8;
}
.BgClassName
{
background-color: #A87AB8;
}
</style>
border-color css
<style>
span { border-color: #A87AB8; }
span { border-color: rgb(168,122,184); }
td.TdClassName
{
border-color: #A87AB8;
}
.TagClassName
{
border-color: #A87AB8;
}
</style>