Shades of East Side #A87AB2
Tints of East Side #A87AB2
RGB
CMYK
RGB Variations
Color information
#A87AB2 (or 0xA87AB2) is known color: East Side. HEX triplet: A8, 7A and B2. RGB value is (168,122,178). Sum of RGB (Red+Green+Blue) = 168+122+178=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #A87AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AB2 is #57854D. Grayscale: #8D8D8D. Windows color (decimal): -5735758 or 11696808. OLE color: 11696808.
HSL color Cylindrical-coordinate representation of color #A87AB2: hue angle of 289.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87AB2 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 122 | 178 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.30 |
| HSL | 289.29º | 0.27% | 0.59% | - |
| HSV(B) | 289.29º | 0.31% | 0.7% | - |
| XYZ | 31.14 | 25.46 | 45.39 | - |
| YUV | 142.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 178 | 0.06 | 0.31 | 0 | 0.30 | 289.29 | 0.27 | 0.59 |
| Hex | A8 | 7A | B2 | 6 | 1F | 0 | 1E | 121 | 1B | 3B |
| Octal | 250 | 172 | 262 | 6 | 37 | 0 | 36 | 441 | 33 | 73 |
| Binary | 10101000 | 1111010 | 10110010 | 110 | 11111 | 0 | 11110 | 100100001 | 11011 | 111011 |
Color Harmonies of #A87AB2
Complementary color
Monochromatic Colors of #A87AB2
Black with #A87AB2
Text Example
Text Example
White with #A87AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AB2; }
p { color: rgb(168,122,178); }
H1.HeaderClassName
{
color: #A87AB2;
}
.AnyTagClassName
{
color: #A87AB2;
}
</style>
background-color css
<style>
a { background-color: #A87AB2; }
a { background-color: rgb(168,122,178); }
div.DivClassName
{
background-color: #A87AB2;
}
.BgClassName
{
background-color: #A87AB2;
}
</style>
border-color css
<style>
span { border-color: #A87AB2; }
span { border-color: rgb(168,122,178); }
td.TdClassName
{
border-color: #A87AB2;
}
.TagClassName
{
border-color: #A87AB2;
}
</style>