Shades of East Side #A87AC2
Tints of East Side #A87AC2
RGB
CMYK
RGB Variations
Color information
#A87AC2 (or 0xA87AC2) is known color: East Side. HEX triplet: A8, 7A and C2. RGB value is (168,122,194). Sum of RGB (Red+Green+Blue) = 168+122+194=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #A87AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AC2 is #57853D. Grayscale: #8F8F8F. Windows color (decimal): -5735742 or 12745384. OLE color: 12745384.
HSL color Cylindrical-coordinate representation of color #A87AC2: hue angle of 278.33º degrees, saturation: 0.37, 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 #A87AC2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 122 | 194 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.24 |
| HSL | 278.33º | 0.37% | 0.62% | - |
| HSV(B) | 278.33º | 0.37% | 0.76% | - |
| XYZ | 32.85 | 26.14 | 54.35 | - |
| YUV | 143.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 194 | 0.13 | 0.37 | 0 | 0.24 | 278.33 | 0.37 | 0.62 |
| Hex | A8 | 7A | C2 | D | 25 | 0 | 18 | 116 | 25 | 3E |
| Octal | 250 | 172 | 302 | 15 | 45 | 0 | 30 | 426 | 45 | 76 |
| Binary | 10101000 | 1111010 | 11000010 | 1101 | 100101 | 0 | 11000 | 100010110 | 100101 | 111110 |
Color Harmonies of #A87AC2
Complementary color
Monochromatic Colors of #A87AC2
Black with #A87AC2
Text Example
Text Example
White with #A87AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AC2; }
p { color: rgb(168,122,194); }
H1.HeaderClassName
{
color: #A87AC2;
}
.AnyTagClassName
{
color: #A87AC2;
}
</style>
background-color css
<style>
a { background-color: #A87AC2; }
a { background-color: rgb(168,122,194); }
div.DivClassName
{
background-color: #A87AC2;
}
.BgClassName
{
background-color: #A87AC2;
}
</style>
border-color css
<style>
span { border-color: #A87AC2; }
span { border-color: rgb(168,122,194); }
td.TdClassName
{
border-color: #A87AC2;
}
.TagClassName
{
border-color: #A87AC2;
}
</style>