Shades of East Side #A87BBF
Tints of East Side #A87BBF
RGB
CMYK
RGB Variations
Color information
#A87BBF (or 0xA87BBF) is known color: East Side. HEX triplet: A8, 7B and BF. RGB value is (168,123,191). Sum of RGB (Red+Green+Blue) = 168+123+191=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #A87BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BBF is #578440. Grayscale: #8F8F8F. Windows color (decimal): -5735489 or 12549032. OLE color: 12549032.
HSL color Cylindrical-coordinate representation of color #A87BBF: hue angle of 279.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A87BBF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 123 | 191 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.25 |
| HSL | 279.71º | 0.35% | 0.62% | - |
| HSV(B) | 279.71º | 0.36% | 0.75% | - |
| XYZ | 32.64 | 26.25 | 52.64 | - |
| YUV | 144.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 191 | 0.12 | 0.36 | 0 | 0.25 | 279.71 | 0.35 | 0.62 |
| Hex | A8 | 7B | BF | C | 24 | 0 | 19 | 118 | 23 | 3E |
| Octal | 250 | 173 | 277 | 14 | 44 | 0 | 31 | 430 | 43 | 76 |
| Binary | 10101000 | 1111011 | 10111111 | 1100 | 100100 | 0 | 11001 | 100011000 | 100011 | 111110 |
Color Harmonies of #A87BBF
Complementary color
Monochromatic Colors of #A87BBF
Black with #A87BBF
Text Example
Text Example
White with #A87BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BBF; }
p { color: rgb(168,123,191); }
H1.HeaderClassName
{
color: #A87BBF;
}
.AnyTagClassName
{
color: #A87BBF;
}
</style>
background-color css
<style>
a { background-color: #A87BBF; }
a { background-color: rgb(168,123,191); }
div.DivClassName
{
background-color: #A87BBF;
}
.BgClassName
{
background-color: #A87BBF;
}
</style>
border-color css
<style>
span { border-color: #A87BBF; }
span { border-color: rgb(168,123,191); }
td.TdClassName
{
border-color: #A87BBF;
}
.TagClassName
{
border-color: #A87BBF;
}
</style>