Shades of East Side #A785B9
Tints of East Side #A785B9
RGB
CMYK
RGB Variations
Color information
#A785B9 (or 0xA785B9) is known color: East Side. HEX triplet: A7, 85 and B9. RGB value is (167,133,185). Sum of RGB (Red+Green+Blue) = 167+133+185=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #A785B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785B9 is #587A46. Grayscale: #949494. Windows color (decimal): -5798471 or 12158375. OLE color: 12158375.
HSL color Cylindrical-coordinate representation of color #A785B9: hue angle of 279.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A785B9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 133 | 185 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.27 |
| HSL | 279.23º | 0.27% | 0.62% | - |
| HSV(B) | 279.23º | 0.28% | 0.73% | - |
| XYZ | 33.08 | 28.49 | 49.66 | - |
| YUV | 149.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 185 | 0.10 | 0.28 | 0 | 0.27 | 279.23 | 0.27 | 0.62 |
| Hex | A7 | 85 | B9 | A | 1C | 0 | 1B | 117 | 1B | 3E |
| Octal | 247 | 205 | 271 | 12 | 34 | 0 | 33 | 427 | 33 | 76 |
| Binary | 10100111 | 10000101 | 10111001 | 1010 | 11100 | 0 | 11011 | 100010111 | 11011 | 111110 |
Color Harmonies of #A785B9
Complementary color
Monochromatic Colors of #A785B9
Black with #A785B9
Text Example
Text Example
White with #A785B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785B9; }
p { color: rgb(167,133,185); }
H1.HeaderClassName
{
color: #A785B9;
}
.AnyTagClassName
{
color: #A785B9;
}
</style>
background-color css
<style>
a { background-color: #A785B9; }
a { background-color: rgb(167,133,185); }
div.DivClassName
{
background-color: #A785B9;
}
.BgClassName
{
background-color: #A785B9;
}
</style>
border-color css
<style>
span { border-color: #A785B9; }
span { border-color: rgb(167,133,185); }
td.TdClassName
{
border-color: #A785B9;
}
.TagClassName
{
border-color: #A785B9;
}
</style>