Shades of East Side #A986CE
Tints of East Side #A986CE
RGB
CMYK
RGB Variations
Color information
#A986CE (or 0xA986CE) is known color: East Side. HEX triplet: A9, 86 and CE. RGB value is (169,134,206). Sum of RGB (Red+Green+Blue) = 169+134+206=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A986CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986CE is #567931. Grayscale: #989898. Windows color (decimal): -5667122 or 13534889. OLE color: 13534889.
HSL color Cylindrical-coordinate representation of color #A986CE: hue angle of 269.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A986CE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 134 | 206 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.19 |
| HSL | 269.17º | 0.42% | 0.67% | - |
| HSV(B) | 269.17º | 0.35% | 0.81% | - |
| XYZ | 36.03 | 29.94 | 62.27 | - |
| YUV | 152.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 206 | 0.18 | 0.35 | 0 | 0.19 | 269.17 | 0.42 | 0.67 |
| Hex | A9 | 86 | CE | 12 | 23 | 0 | 13 | 10D | 2A | 43 |
| Octal | 251 | 206 | 316 | 22 | 43 | 0 | 23 | 415 | 52 | 103 |
| Binary | 10101001 | 10000110 | 11001110 | 10010 | 100011 | 0 | 10011 | 100001101 | 101010 | 1000011 |
Color Harmonies of #A986CE
Complementary color
Monochromatic Colors of #A986CE
Black with #A986CE
Text Example
Text Example
White with #A986CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986CE; }
p { color: rgb(169,134,206); }
H1.HeaderClassName
{
color: #A986CE;
}
.AnyTagClassName
{
color: #A986CE;
}
</style>
background-color css
<style>
a { background-color: #A986CE; }
a { background-color: rgb(169,134,206); }
div.DivClassName
{
background-color: #A986CE;
}
.BgClassName
{
background-color: #A986CE;
}
</style>
border-color css
<style>
span { border-color: #A986CE; }
span { border-color: rgb(169,134,206); }
td.TdClassName
{
border-color: #A986CE;
}
.TagClassName
{
border-color: #A986CE;
}
</style>