Shades of East Side #A085B9
Tints of East Side #A085B9
RGB
CMYK
RGB Variations
Color information
#A085B9 (or 0xA085B9) is known color: East Side. HEX triplet: A0, 85 and B9. RGB value is (160,133,185). Sum of RGB (Red+Green+Blue) = 160+133+185=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #A085B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085B9 is #5F7A46. Grayscale: #929292. Windows color (decimal): -6257223 or 12158368. OLE color: 12158368.
HSL color Cylindrical-coordinate representation of color #A085B9: hue angle of 271.15º 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 #A085B9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 133 | 185 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.27 |
| HSL | 271.15º | 0.27% | 0.62% | - |
| HSV(B) | 271.15º | 0.28% | 0.73% | - |
| XYZ | 31.64 | 27.75 | 49.59 | - |
| YUV | 147 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 185 | 0.14 | 0.28 | 0 | 0.27 | 271.15 | 0.27 | 0.62 |
| Hex | A0 | 85 | B9 | E | 1C | 0 | 1B | 10F | 1B | 3E |
| Octal | 240 | 205 | 271 | 16 | 34 | 0 | 33 | 417 | 33 | 76 |
| Binary | 10100000 | 10000101 | 10111001 | 1110 | 11100 | 0 | 11011 | 100001111 | 11011 | 111110 |
Color Harmonies of #A085B9
Complementary color
Monochromatic Colors of #A085B9
Black with #A085B9
Text Example
Text Example
White with #A085B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085B9; }
p { color: rgb(160,133,185); }
H1.HeaderClassName
{
color: #A085B9;
}
.AnyTagClassName
{
color: #A085B9;
}
</style>
background-color css
<style>
a { background-color: #A085B9; }
a { background-color: rgb(160,133,185); }
div.DivClassName
{
background-color: #A085B9;
}
.BgClassName
{
background-color: #A085B9;
}
</style>
border-color css
<style>
span { border-color: #A085B9; }
span { border-color: rgb(160,133,185); }
td.TdClassName
{
border-color: #A085B9;
}
.TagClassName
{
border-color: #A085B9;
}
</style>