Shades of East Side #A685BA
Tints of East Side #A685BA
RGB
CMYK
RGB Variations
Color information
#A685BA (or 0xA685BA) is known color: East Side. HEX triplet: A6, 85 and BA. RGB value is (166,133,186). Sum of RGB (Red+Green+Blue) = 166+133+186=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A685BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BA is #597A45. Grayscale: #949494. Windows color (decimal): -5864006 or 12223910. OLE color: 12223910.
HSL color Cylindrical-coordinate representation of color #A685BA: hue angle of 277.36º 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 #A685BA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 133 | 186 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.27 |
| HSL | 277.36º | 0.28% | 0.63% | - |
| HSV(B) | 277.36º | 0.28% | 0.73% | - |
| XYZ | 32.98 | 28.43 | 50.2 | - |
| YUV | 148.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 186 | 0.11 | 0.28 | 0 | 0.27 | 277.36 | 0.28 | 0.63 |
| Hex | A6 | 85 | BA | B | 1C | 0 | 1B | 115 | 1C | 3F |
| Octal | 246 | 205 | 272 | 13 | 34 | 0 | 33 | 425 | 34 | 77 |
| Binary | 10100110 | 10000101 | 10111010 | 1011 | 11100 | 0 | 11011 | 100010101 | 11100 | 111111 |
Color Harmonies of #A685BA
Complementary color
Monochromatic Colors of #A685BA
Black with #A685BA
Text Example
Text Example
White with #A685BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685BA; }
p { color: rgb(166,133,186); }
H1.HeaderClassName
{
color: #A685BA;
}
.AnyTagClassName
{
color: #A685BA;
}
</style>
background-color css
<style>
a { background-color: #A685BA; }
a { background-color: rgb(166,133,186); }
div.DivClassName
{
background-color: #A685BA;
}
.BgClassName
{
background-color: #A685BA;
}
</style>
border-color css
<style>
span { border-color: #A685BA; }
span { border-color: rgb(166,133,186); }
td.TdClassName
{
border-color: #A685BA;
}
.TagClassName
{
border-color: #A685BA;
}
</style>