Shades of East Side #A87BB1
Tints of East Side #A87BB1
RGB
CMYK
RGB Variations
Color information
#A87BB1 (or 0xA87BB1) is known color: East Side. HEX triplet: A8, 7B and B1. RGB value is (168,123,177). Sum of RGB (Red+Green+Blue) = 168+123+177=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 177 - color contains mainly: blue. Hex color #A87BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BB1 is #57844E. Grayscale: #8E8E8E. Windows color (decimal): -5735503 or 11631528. OLE color: 11631528.
HSL color Cylindrical-coordinate representation of color #A87BB1: hue angle of 290º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87BB1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 123 | 177 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.31 |
| HSL | 290º | 0.26% | 0.59% | - |
| HSV(B) | 290º | 0.31% | 0.69% | - |
| XYZ | 31.17 | 25.67 | 44.91 | - |
| YUV | 142.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 177 | 0.05 | 0.31 | 0 | 0.31 | 290 | 0.26 | 0.59 |
| Hex | A8 | 7B | B1 | 5 | 1F | 0 | 1F | 122 | 1A | 3B |
| Octal | 250 | 173 | 261 | 5 | 37 | 0 | 37 | 442 | 32 | 73 |
| Binary | 10101000 | 1111011 | 10110001 | 101 | 11111 | 0 | 11111 | 100100010 | 11010 | 111011 |
Color Harmonies of #A87BB1
Complementary color
Monochromatic Colors of #A87BB1
Black with #A87BB1
Text Example
Text Example
White with #A87BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BB1; }
p { color: rgb(168,123,177); }
H1.HeaderClassName
{
color: #A87BB1;
}
.AnyTagClassName
{
color: #A87BB1;
}
</style>
background-color css
<style>
a { background-color: #A87BB1; }
a { background-color: rgb(168,123,177); }
div.DivClassName
{
background-color: #A87BB1;
}
.BgClassName
{
background-color: #A87BB1;
}
</style>
border-color css
<style>
span { border-color: #A87BB1; }
span { border-color: rgb(168,123,177); }
td.TdClassName
{
border-color: #A87BB1;
}
.TagClassName
{
border-color: #A87BB1;
}
</style>