Shades of East Side #A986BE
Tints of East Side #A986BE
RGB
CMYK
RGB Variations
Color information
#A986BE (or 0xA986BE) is known color: East Side. HEX triplet: A9, 86 and BE. RGB value is (169,134,190). Sum of RGB (Red+Green+Blue) = 169+134+190=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A986BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986BE is #567941. Grayscale: #969696. Windows color (decimal): -5667138 or 12486313. OLE color: 12486313.
HSL color Cylindrical-coordinate representation of color #A986BE: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A986BE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 134 | 190 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.25 |
| HSL | 277.5º | 0.3% | 0.64% | - |
| HSV(B) | 277.5º | 0.29% | 0.75% | - |
| XYZ | 34.18 | 29.2 | 52.55 | - |
| YUV | 150.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 190 | 0.11 | 0.29 | 0 | 0.25 | 277.5 | 0.3 | 0.64 |
| Hex | A9 | 86 | BE | B | 1D | 0 | 19 | 116 | 1E | 40 |
| Octal | 251 | 206 | 276 | 13 | 35 | 0 | 31 | 426 | 36 | 100 |
| Binary | 10101001 | 10000110 | 10111110 | 1011 | 11101 | 0 | 11001 | 100010110 | 11110 | 1000000 |
Color Harmonies of #A986BE
Complementary color
Monochromatic Colors of #A986BE
Black with #A986BE
Text Example
Text Example
White with #A986BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986BE; }
p { color: rgb(169,134,190); }
H1.HeaderClassName
{
color: #A986BE;
}
.AnyTagClassName
{
color: #A986BE;
}
</style>
background-color css
<style>
a { background-color: #A986BE; }
a { background-color: rgb(169,134,190); }
div.DivClassName
{
background-color: #A986BE;
}
.BgClassName
{
background-color: #A986BE;
}
</style>
border-color css
<style>
span { border-color: #A986BE; }
span { border-color: rgb(169,134,190); }
td.TdClassName
{
border-color: #A986BE;
}
.TagClassName
{
border-color: #A986BE;
}
</style>