Shades of East Side #A87AB0
Tints of East Side #A87AB0
RGB
CMYK
RGB Variations
Color information
#A87AB0 (or 0xA87AB0) is known color: East Side. HEX triplet: A8, 7A and B0. RGB value is (168,122,176). Sum of RGB (Red+Green+Blue) = 168+122+176=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #A87AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AB0 is #57854F. Grayscale: #8D8D8D. Windows color (decimal): -5735760 or 11565736. OLE color: 11565736.
HSL color Cylindrical-coordinate representation of color #A87AB0: hue angle of 291.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87AB0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 122 | 176 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.31 |
| HSL | 291.11º | 0.25% | 0.58% | - |
| HSV(B) | 291.11º | 0.31% | 0.69% | - |
| XYZ | 30.94 | 25.38 | 44.34 | - |
| YUV | 141.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 176 | 0.05 | 0.31 | 0 | 0.31 | 291.11 | 0.25 | 0.58 |
| Hex | A8 | 7A | B0 | 5 | 1F | 0 | 1F | 123 | 19 | 3A |
| Octal | 250 | 172 | 260 | 5 | 37 | 0 | 37 | 443 | 31 | 72 |
| Binary | 10101000 | 1111010 | 10110000 | 101 | 11111 | 0 | 11111 | 100100011 | 11001 | 111010 |
Color Harmonies of #A87AB0
Complementary color
Monochromatic Colors of #A87AB0
Black with #A87AB0
Text Example
Text Example
White with #A87AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AB0; }
p { color: rgb(168,122,176); }
H1.HeaderClassName
{
color: #A87AB0;
}
.AnyTagClassName
{
color: #A87AB0;
}
</style>
background-color css
<style>
a { background-color: #A87AB0; }
a { background-color: rgb(168,122,176); }
div.DivClassName
{
background-color: #A87AB0;
}
.BgClassName
{
background-color: #A87AB0;
}
</style>
border-color css
<style>
span { border-color: #A87AB0; }
span { border-color: rgb(168,122,176); }
td.TdClassName
{
border-color: #A87AB0;
}
.TagClassName
{
border-color: #A87AB0;
}
</style>