Shades of East Side #A87ACC
Tints of East Side #A87ACC
RGB
CMYK
RGB Variations
Color information
#A87ACC (or 0xA87ACC) is known color: East Side. HEX triplet: A8, 7A and CC. RGB value is (168,122,204). Sum of RGB (Red+Green+Blue) = 168+122+204=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A87ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ACC is #578533. Grayscale: #909090. Windows color (decimal): -5735732 or 13400744. OLE color: 13400744.
HSL color Cylindrical-coordinate representation of color #A87ACC: hue angle of 273.66º degrees, saturation: 0.45, 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 #A87ACC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 122 | 204 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.2 |
| HSL | 273.66º | 0.45% | 0.64% | - |
| HSV(B) | 273.66º | 0.4% | 0.8% | - |
| XYZ | 34.01 | 26.6 | 60.47 | - |
| YUV | 145.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 204 | 0.18 | 0.40 | 0 | 0.2 | 273.66 | 0.45 | 0.64 |
| Hex | A8 | 7A | CC | 12 | 28 | 0 | 14 | 112 | 2D | 40 |
| Octal | 250 | 172 | 314 | 22 | 50 | 0 | 24 | 422 | 55 | 100 |
| Binary | 10101000 | 1111010 | 11001100 | 10010 | 101000 | 0 | 10100 | 100010010 | 101101 | 1000000 |
Color Harmonies of #A87ACC
Complementary color
Monochromatic Colors of #A87ACC
Black with #A87ACC
Text Example
Text Example
White with #A87ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ACC; }
p { color: rgb(168,122,204); }
H1.HeaderClassName
{
color: #A87ACC;
}
.AnyTagClassName
{
color: #A87ACC;
}
</style>
background-color css
<style>
a { background-color: #A87ACC; }
a { background-color: rgb(168,122,204); }
div.DivClassName
{
background-color: #A87ACC;
}
.BgClassName
{
background-color: #A87ACC;
}
</style>
border-color css
<style>
span { border-color: #A87ACC; }
span { border-color: rgb(168,122,204); }
td.TdClassName
{
border-color: #A87ACC;
}
.TagClassName
{
border-color: #A87ACC;
}
</style>