Shades of East Side #A87BAF
Tints of East Side #A87BAF
RGB
CMYK
RGB Variations
Color information
#A87BAF (or 0xA87BAF) is known color: East Side. HEX triplet: A8, 7B and AF. RGB value is (168,123,175). Sum of RGB (Red+Green+Blue) = 168+123+175=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #A87BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAF is #578450. Grayscale: #8E8E8E. Windows color (decimal): -5735505 or 11500456. OLE color: 11500456.
HSL color Cylindrical-coordinate representation of color #A87BAF: hue angle of 291.92º 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 #A87BAF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 123 | 175 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.31 |
| HSL | 291.92º | 0.25% | 0.58% | - |
| HSV(B) | 291.92º | 0.3% | 0.69% | - |
| XYZ | 30.97 | 25.59 | 43.86 | - |
| YUV | 142.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 175 | 0.04 | 0.30 | 0 | 0.31 | 291.92 | 0.25 | 0.58 |
| Hex | A8 | 7B | AF | 4 | 1E | 0 | 1F | 124 | 19 | 3A |
| Octal | 250 | 173 | 257 | 4 | 36 | 0 | 37 | 444 | 31 | 72 |
| Binary | 10101000 | 1111011 | 10101111 | 100 | 11110 | 0 | 11111 | 100100100 | 11001 | 111010 |
Color Harmonies of #A87BAF
Complementary color
Monochromatic Colors of #A87BAF
Black with #A87BAF
Text Example
Text Example
White with #A87BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BAF; }
p { color: rgb(168,123,175); }
H1.HeaderClassName
{
color: #A87BAF;
}
.AnyTagClassName
{
color: #A87BAF;
}
</style>
background-color css
<style>
a { background-color: #A87BAF; }
a { background-color: rgb(168,123,175); }
div.DivClassName
{
background-color: #A87BAF;
}
.BgClassName
{
background-color: #A87BAF;
}
</style>
border-color css
<style>
span { border-color: #A87BAF; }
span { border-color: rgb(168,123,175); }
td.TdClassName
{
border-color: #A87BAF;
}
.TagClassName
{
border-color: #A87BAF;
}
</style>