Shades of East Side #A87CAF
Tints of East Side #A87CAF
RGB
CMYK
RGB Variations
Color information
#A87CAF (or 0xA87CAF) is known color: East Side. HEX triplet: A8, 7C and AF. RGB value is (168,124,175). Sum of RGB (Red+Green+Blue) = 168+124+175=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #A87CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87CAF is #578350. Grayscale: #8E8E8E. Windows color (decimal): -5735249 or 11500712. OLE color: 11500712.
HSL color Cylindrical-coordinate representation of color #A87CAF: hue angle of 291.76º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87CAF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 124 | 175 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.31 |
| HSL | 291.76º | 0.24% | 0.59% | - |
| HSV(B) | 291.76º | 0.29% | 0.69% | - |
| XYZ | 31.09 | 25.84 | 43.91 | - |
| YUV | 142.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 175 | 0.04 | 0.29 | 0 | 0.31 | 291.76 | 0.24 | 0.59 |
| Hex | A8 | 7C | AF | 4 | 1D | 0 | 1F | 124 | 18 | 3B |
| Octal | 250 | 174 | 257 | 4 | 35 | 0 | 37 | 444 | 30 | 73 |
| Binary | 10101000 | 1111100 | 10101111 | 100 | 11101 | 0 | 11111 | 100100100 | 11000 | 111011 |
Color Harmonies of #A87CAF
Complementary color
Monochromatic Colors of #A87CAF
Black with #A87CAF
Text Example
Text Example
White with #A87CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CAF; }
p { color: rgb(168,124,175); }
H1.HeaderClassName
{
color: #A87CAF;
}
.AnyTagClassName
{
color: #A87CAF;
}
</style>
background-color css
<style>
a { background-color: #A87CAF; }
a { background-color: rgb(168,124,175); }
div.DivClassName
{
background-color: #A87CAF;
}
.BgClassName
{
background-color: #A87CAF;
}
</style>
border-color css
<style>
span { border-color: #A87CAF; }
span { border-color: rgb(168,124,175); }
td.TdClassName
{
border-color: #A87CAF;
}
.TagClassName
{
border-color: #A87CAF;
}
</style>