Shades of East Side #A886BB
Tints of East Side #A886BB
RGB
CMYK
RGB Variations
Color information
#A886BB (or 0xA886BB) is known color: East Side. HEX triplet: A8, 86 and BB. RGB value is (168,134,187). Sum of RGB (Red+Green+Blue) = 168+134+187=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #A886BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886BB is #577944. Grayscale: #969696. Windows color (decimal): -5732677 or 12289704. OLE color: 12289704.
HSL color Cylindrical-coordinate representation of color #A886BB: hue angle of 278.49º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A886BB is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 134 | 187 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.27 |
| HSL | 278.49º | 0.28% | 0.63% | - |
| HSV(B) | 278.49º | 0.28% | 0.73% | - |
| XYZ | 33.64 | 28.96 | 50.83 | - |
| YUV | 150.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 187 | 0.10 | 0.28 | 0 | 0.27 | 278.49 | 0.28 | 0.63 |
| Hex | A8 | 86 | BB | A | 1C | 0 | 1B | 116 | 1C | 3F |
| Octal | 250 | 206 | 273 | 12 | 34 | 0 | 33 | 426 | 34 | 77 |
| Binary | 10101000 | 10000110 | 10111011 | 1010 | 11100 | 0 | 11011 | 100010110 | 11100 | 111111 |
Color Harmonies of #A886BB
Complementary color
Monochromatic Colors of #A886BB
Black with #A886BB
Text Example
Text Example
White with #A886BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886BB; }
p { color: rgb(168,134,187); }
H1.HeaderClassName
{
color: #A886BB;
}
.AnyTagClassName
{
color: #A886BB;
}
</style>
background-color css
<style>
a { background-color: #A886BB; }
a { background-color: rgb(168,134,187); }
div.DivClassName
{
background-color: #A886BB;
}
.BgClassName
{
background-color: #A886BB;
}
</style>
border-color css
<style>
span { border-color: #A886BB; }
span { border-color: rgb(168,134,187); }
td.TdClassName
{
border-color: #A886BB;
}
.TagClassName
{
border-color: #A886BB;
}
</style>