Shades of East Side #A87AAF
Tints of East Side #A87AAF
RGB
CMYK
RGB Variations
Color information
#A87AAF (or 0xA87AAF) is known color: East Side. HEX triplet: A8, 7A and AF. RGB value is (168,122,175). Sum of RGB (Red+Green+Blue) = 168+122+175=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A87AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AAF is #578550. Grayscale: #8D8D8D. Windows color (decimal): -5735761 or 11500200. OLE color: 11500200.
HSL color Cylindrical-coordinate representation of color #A87AAF: hue angle of 292.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87AAF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 122 | 175 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.31 |
| HSL | 292.08º | 0.25% | 0.58% | - |
| HSV(B) | 292.08º | 0.3% | 0.69% | - |
| XYZ | 30.85 | 25.34 | 43.82 | - |
| YUV | 141.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 175 | 0.04 | 0.30 | 0 | 0.31 | 292.08 | 0.25 | 0.58 |
| Hex | A8 | 7A | AF | 4 | 1E | 0 | 1F | 124 | 19 | 3A |
| Octal | 250 | 172 | 257 | 4 | 36 | 0 | 37 | 444 | 31 | 72 |
| Binary | 10101000 | 1111010 | 10101111 | 100 | 11110 | 0 | 11111 | 100100100 | 11001 | 111010 |
Color Harmonies of #A87AAF
Complementary color
Monochromatic Colors of #A87AAF
Black with #A87AAF
Text Example
Text Example
White with #A87AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AAF; }
p { color: rgb(168,122,175); }
H1.HeaderClassName
{
color: #A87AAF;
}
.AnyTagClassName
{
color: #A87AAF;
}
</style>
background-color css
<style>
a { background-color: #A87AAF; }
a { background-color: rgb(168,122,175); }
div.DivClassName
{
background-color: #A87AAF;
}
.BgClassName
{
background-color: #A87AAF;
}
</style>
border-color css
<style>
span { border-color: #A87AAF; }
span { border-color: rgb(168,122,175); }
td.TdClassName
{
border-color: #A87AAF;
}
.TagClassName
{
border-color: #A87AAF;
}
</style>