Shades of East Side #A87AC1
Tints of East Side #A87AC1
RGB
CMYK
RGB Variations
Color information
#A87AC1 (or 0xA87AC1) is known color: East Side. HEX triplet: A8, 7A and C1. RGB value is (168,122,193). Sum of RGB (Red+Green+Blue) = 168+122+193=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A87AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AC1 is #57853E. Grayscale: #8F8F8F. Windows color (decimal): -5735743 or 12679848. OLE color: 12679848.
HSL color Cylindrical-coordinate representation of color #A87AC1: hue angle of 278.87º degrees, saturation: 0.36, 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 #A87AC1 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 122 | 193 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.24 |
| HSL | 278.87º | 0.36% | 0.62% | - |
| HSV(B) | 278.87º | 0.37% | 0.76% | - |
| XYZ | 32.73 | 26.09 | 53.76 | - |
| YUV | 143.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 193 | 0.13 | 0.37 | 0 | 0.24 | 278.87 | 0.36 | 0.62 |
| Hex | A8 | 7A | C1 | D | 25 | 0 | 18 | 117 | 24 | 3E |
| Octal | 250 | 172 | 301 | 15 | 45 | 0 | 30 | 427 | 44 | 76 |
| Binary | 10101000 | 1111010 | 11000001 | 1101 | 100101 | 0 | 11000 | 100010111 | 100100 | 111110 |
Color Harmonies of #A87AC1
Complementary color
Monochromatic Colors of #A87AC1
Black with #A87AC1
Text Example
Text Example
White with #A87AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AC1; }
p { color: rgb(168,122,193); }
H1.HeaderClassName
{
color: #A87AC1;
}
.AnyTagClassName
{
color: #A87AC1;
}
</style>
background-color css
<style>
a { background-color: #A87AC1; }
a { background-color: rgb(168,122,193); }
div.DivClassName
{
background-color: #A87AC1;
}
.BgClassName
{
background-color: #A87AC1;
}
</style>
border-color css
<style>
span { border-color: #A87AC1; }
span { border-color: rgb(168,122,193); }
td.TdClassName
{
border-color: #A87AC1;
}
.TagClassName
{
border-color: #A87AC1;
}
</style>