Shades of East Side #A87AB7
Tints of East Side #A87AB7
RGB
CMYK
RGB Variations
Color information
#A87AB7 (or 0xA87AB7) is known color: East Side. HEX triplet: A8, 7A and B7. RGB value is (168,122,183). Sum of RGB (Red+Green+Blue) = 168+122+183=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #A87AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AB7 is #578548. Grayscale: #8E8E8E. Windows color (decimal): -5735753 or 12024488. OLE color: 12024488.
HSL color Cylindrical-coordinate representation of color #A87AB7: hue angle of 285.25º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87AB7 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 122 | 183 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.28 |
| HSL | 285.25º | 0.3% | 0.6% | - |
| HSV(B) | 285.25º | 0.33% | 0.72% | - |
| XYZ | 31.66 | 25.66 | 48.08 | - |
| YUV | 142.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 183 | 0.08 | 0.33 | 0 | 0.28 | 285.25 | 0.3 | 0.6 |
| Hex | A8 | 7A | B7 | 8 | 21 | 0 | 1C | 11D | 1E | 3C |
| Octal | 250 | 172 | 267 | 10 | 41 | 0 | 34 | 435 | 36 | 74 |
| Binary | 10101000 | 1111010 | 10110111 | 1000 | 100001 | 0 | 11100 | 100011101 | 11110 | 111100 |
Color Harmonies of #A87AB7
Complementary color
Monochromatic Colors of #A87AB7
Black with #A87AB7
Text Example
Text Example
White with #A87AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AB7; }
p { color: rgb(168,122,183); }
H1.HeaderClassName
{
color: #A87AB7;
}
.AnyTagClassName
{
color: #A87AB7;
}
</style>
background-color css
<style>
a { background-color: #A87AB7; }
a { background-color: rgb(168,122,183); }
div.DivClassName
{
background-color: #A87AB7;
}
.BgClassName
{
background-color: #A87AB7;
}
</style>
border-color css
<style>
span { border-color: #A87AB7; }
span { border-color: rgb(168,122,183); }
td.TdClassName
{
border-color: #A87AB7;
}
.TagClassName
{
border-color: #A87AB7;
}
</style>