Shades of East Side #A785BA
Tints of East Side #A785BA
RGB
CMYK
RGB Variations
Color information
#A785BA (or 0xA785BA) is known color: East Side. HEX triplet: A7, 85 and BA. RGB value is (167,133,186). Sum of RGB (Red+Green+Blue) = 167+133+186=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A785BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785BA is #587A45. Grayscale: #959595. Windows color (decimal): -5798470 or 12223911. OLE color: 12223911.
HSL color Cylindrical-coordinate representation of color #A785BA: 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 #A785BA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 133 | 186 | - |
| 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.19 | 28.54 | 50.21 | - |
| YUV | 149.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 186 | 0.10 | 0.28 | 0 | 0.27 | 278.49 | 0.28 | 0.63 |
| Hex | A7 | 85 | BA | A | 1C | 0 | 1B | 116 | 1C | 3F |
| Octal | 247 | 205 | 272 | 12 | 34 | 0 | 33 | 426 | 34 | 77 |
| Binary | 10100111 | 10000101 | 10111010 | 1010 | 11100 | 0 | 11011 | 100010110 | 11100 | 111111 |
Color Harmonies of #A785BA
Complementary color
Monochromatic Colors of #A785BA
Black with #A785BA
Text Example
Text Example
White with #A785BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785BA; }
p { color: rgb(167,133,186); }
H1.HeaderClassName
{
color: #A785BA;
}
.AnyTagClassName
{
color: #A785BA;
}
</style>
background-color css
<style>
a { background-color: #A785BA; }
a { background-color: rgb(167,133,186); }
div.DivClassName
{
background-color: #A785BA;
}
.BgClassName
{
background-color: #A785BA;
}
</style>
border-color css
<style>
span { border-color: #A785BA; }
span { border-color: rgb(167,133,186); }
td.TdClassName
{
border-color: #A785BA;
}
.TagClassName
{
border-color: #A785BA;
}
</style>