Shades of East Side #A886BE
Tints of East Side #A886BE
RGB
CMYK
RGB Variations
Color information
#A886BE (or 0xA886BE) is known color: East Side. HEX triplet: A8, 86 and BE. RGB value is (168,134,190). Sum of RGB (Red+Green+Blue) = 168+134+190=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A886BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886BE is #577941. Grayscale: #969696. Windows color (decimal): -5732674 or 12486312. OLE color: 12486312.
HSL color Cylindrical-coordinate representation of color #A886BE: hue angle of 276.43º 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 #A886BE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 134 | 190 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.25 |
| HSL | 276.43º | 0.3% | 0.64% | - |
| HSV(B) | 276.43º | 0.29% | 0.75% | - |
| XYZ | 33.97 | 29.09 | 52.54 | - |
| YUV | 150.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 190 | 0.12 | 0.29 | 0 | 0.25 | 276.43 | 0.3 | 0.64 |
| Hex | A8 | 86 | BE | C | 1D | 0 | 19 | 114 | 1E | 40 |
| Octal | 250 | 206 | 276 | 14 | 35 | 0 | 31 | 424 | 36 | 100 |
| Binary | 10101000 | 10000110 | 10111110 | 1100 | 11101 | 0 | 11001 | 100010100 | 11110 | 1000000 |
Color Harmonies of #A886BE
Complementary color
Monochromatic Colors of #A886BE
Black with #A886BE
Text Example
Text Example
White with #A886BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886BE; }
p { color: rgb(168,134,190); }
H1.HeaderClassName
{
color: #A886BE;
}
.AnyTagClassName
{
color: #A886BE;
}
</style>
background-color css
<style>
a { background-color: #A886BE; }
a { background-color: rgb(168,134,190); }
div.DivClassName
{
background-color: #A886BE;
}
.BgClassName
{
background-color: #A886BE;
}
</style>
border-color css
<style>
span { border-color: #A886BE; }
span { border-color: rgb(168,134,190); }
td.TdClassName
{
border-color: #A886BE;
}
.TagClassName
{
border-color: #A886BE;
}
</style>