Shades of East Side #A885BA
Tints of East Side #A885BA
RGB
CMYK
RGB Variations
Color information
#A885BA (or 0xA885BA) is known color: East Side. HEX triplet: A8, 85 and BA. RGB value is (168,133,186). Sum of RGB (Red+Green+Blue) = 168+133+186=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A885BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885BA is #577A45. Grayscale: #959595. Windows color (decimal): -5732934 or 12223912. OLE color: 12223912.
HSL color Cylindrical-coordinate representation of color #A885BA: hue angle of 279.62º 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 #A885BA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 133 | 186 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.27 |
| HSL | 279.62º | 0.28% | 0.63% | - |
| HSV(B) | 279.62º | 0.28% | 0.73% | - |
| XYZ | 33.4 | 28.65 | 50.22 | - |
| YUV | 149.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 186 | 0.10 | 0.28 | 0 | 0.27 | 279.62 | 0.28 | 0.63 |
| Hex | A8 | 85 | BA | A | 1C | 0 | 1B | 118 | 1C | 3F |
| Octal | 250 | 205 | 272 | 12 | 34 | 0 | 33 | 430 | 34 | 77 |
| Binary | 10101000 | 10000101 | 10111010 | 1010 | 11100 | 0 | 11011 | 100011000 | 11100 | 111111 |
Color Harmonies of #A885BA
Complementary color
Monochromatic Colors of #A885BA
Black with #A885BA
Text Example
Text Example
White with #A885BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885BA; }
p { color: rgb(168,133,186); }
H1.HeaderClassName
{
color: #A885BA;
}
.AnyTagClassName
{
color: #A885BA;
}
</style>
background-color css
<style>
a { background-color: #A885BA; }
a { background-color: rgb(168,133,186); }
div.DivClassName
{
background-color: #A885BA;
}
.BgClassName
{
background-color: #A885BA;
}
</style>
border-color css
<style>
span { border-color: #A885BA; }
span { border-color: rgb(168,133,186); }
td.TdClassName
{
border-color: #A885BA;
}
.TagClassName
{
border-color: #A885BA;
}
</style>