Shades of East Side #A87BC3
Tints of East Side #A87BC3
RGB
CMYK
RGB Variations
Color information
#A87BC3 (or 0xA87BC3) is known color: East Side. HEX triplet: A8, 7B and C3. RGB value is (168,123,195). Sum of RGB (Red+Green+Blue) = 168+123+195=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #A87BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BC3 is #57843C. Grayscale: #909090. Windows color (decimal): -5735485 or 12811176. OLE color: 12811176.
HSL color Cylindrical-coordinate representation of color #A87BC3: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A87BC3 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 123 | 195 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.24 |
| HSL | 277.5º | 0.38% | 0.62% | - |
| HSV(B) | 277.5º | 0.37% | 0.76% | - |
| XYZ | 33.08 | 26.43 | 54.99 | - |
| YUV | 144.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 195 | 0.14 | 0.37 | 0 | 0.24 | 277.5 | 0.38 | 0.62 |
| Hex | A8 | 7B | C3 | E | 25 | 0 | 18 | 116 | 26 | 3E |
| Octal | 250 | 173 | 303 | 16 | 45 | 0 | 30 | 426 | 46 | 76 |
| Binary | 10101000 | 1111011 | 11000011 | 1110 | 100101 | 0 | 11000 | 100010110 | 100110 | 111110 |
Color Harmonies of #A87BC3
Complementary color
Monochromatic Colors of #A87BC3
Black with #A87BC3
Text Example
Text Example
White with #A87BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BC3; }
p { color: rgb(168,123,195); }
H1.HeaderClassName
{
color: #A87BC3;
}
.AnyTagClassName
{
color: #A87BC3;
}
</style>
background-color css
<style>
a { background-color: #A87BC3; }
a { background-color: rgb(168,123,195); }
div.DivClassName
{
background-color: #A87BC3;
}
.BgClassName
{
background-color: #A87BC3;
}
</style>
border-color css
<style>
span { border-color: #A87BC3; }
span { border-color: rgb(168,123,195); }
td.TdClassName
{
border-color: #A87BC3;
}
.TagClassName
{
border-color: #A87BC3;
}
</style>