Shades of East Side #A785B0
Tints of East Side #A785B0
RGB
CMYK
RGB Variations
Color information
#A785B0 (or 0xA785B0) is known color: East Side. HEX triplet: A7, 85 and B0. RGB value is (167,133,176). Sum of RGB (Red+Green+Blue) = 167+133+176=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #A785B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A785B0 is #587A4F. Grayscale: #939393. Windows color (decimal): -5798480 or 11568551. OLE color: 11568551.
HSL color Cylindrical-coordinate representation of color #A785B0: hue angle of 287.44º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A785B0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 133 | 176 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.31 |
| HSL | 287.44º | 0.21% | 0.61% | - |
| HSV(B) | 287.44º | 0.24% | 0.69% | - |
| XYZ | 32.16 | 28.13 | 44.81 | - |
| YUV | 148.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 176 | 0.05 | 0.24 | 0 | 0.31 | 287.44 | 0.21 | 0.61 |
| Hex | A7 | 85 | B0 | 5 | 18 | 0 | 1F | 11F | 15 | 3D |
| Octal | 247 | 205 | 260 | 5 | 30 | 0 | 37 | 437 | 25 | 75 |
| Binary | 10100111 | 10000101 | 10110000 | 101 | 11000 | 0 | 11111 | 100011111 | 10101 | 111101 |
Color Harmonies of #A785B0
Complementary color
Monochromatic Colors of #A785B0
Black with #A785B0
Text Example
Text Example
White with #A785B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785B0; }
p { color: rgb(167,133,176); }
H1.HeaderClassName
{
color: #A785B0;
}
.AnyTagClassName
{
color: #A785B0;
}
</style>
background-color css
<style>
a { background-color: #A785B0; }
a { background-color: rgb(167,133,176); }
div.DivClassName
{
background-color: #A785B0;
}
.BgClassName
{
background-color: #A785B0;
}
</style>
border-color css
<style>
span { border-color: #A785B0; }
span { border-color: rgb(167,133,176); }
td.TdClassName
{
border-color: #A785B0;
}
.TagClassName
{
border-color: #A785B0;
}
</style>