Shades of East Side #A87ACB
Tints of East Side #A87ACB
RGB
CMYK
RGB Variations
Color information
#A87ACB (or 0xA87ACB) is known color: East Side. HEX triplet: A8, 7A and CB. RGB value is (168,122,203). Sum of RGB (Red+Green+Blue) = 168+122+203=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #A87ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ACB is #578534. Grayscale: #909090. Windows color (decimal): -5735733 or 13335208. OLE color: 13335208.
HSL color Cylindrical-coordinate representation of color #A87ACB: hue angle of 274.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87ACB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 122 | 203 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.20 |
| HSL | 274.07º | 0.44% | 0.64% | - |
| HSV(B) | 274.07º | 0.4% | 0.8% | - |
| XYZ | 33.89 | 26.56 | 59.84 | - |
| YUV | 144.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 203 | 0.17 | 0.40 | 0 | 0.20 | 274.07 | 0.44 | 0.64 |
| Hex | A8 | 7A | CB | 11 | 28 | 0 | 14 | 112 | 2C | 40 |
| Octal | 250 | 172 | 313 | 21 | 50 | 0 | 24 | 422 | 54 | 100 |
| Binary | 10101000 | 1111010 | 11001011 | 10001 | 101000 | 0 | 10100 | 100010010 | 101100 | 1000000 |
Color Harmonies of #A87ACB
Complementary color
Monochromatic Colors of #A87ACB
Black with #A87ACB
Text Example
Text Example
White with #A87ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ACB; }
p { color: rgb(168,122,203); }
H1.HeaderClassName
{
color: #A87ACB;
}
.AnyTagClassName
{
color: #A87ACB;
}
</style>
background-color css
<style>
a { background-color: #A87ACB; }
a { background-color: rgb(168,122,203); }
div.DivClassName
{
background-color: #A87ACB;
}
.BgClassName
{
background-color: #A87ACB;
}
</style>
border-color css
<style>
span { border-color: #A87ACB; }
span { border-color: rgb(168,122,203); }
td.TdClassName
{
border-color: #A87ACB;
}
.TagClassName
{
border-color: #A87ACB;
}
</style>