Shades of East Side #A085B4
Tints of East Side #A085B4
RGB
CMYK
RGB Variations
Color information
#A085B4 (or 0xA085B4) is known color: East Side. HEX triplet: A0, 85 and B4. RGB value is (160,133,180). Sum of RGB (Red+Green+Blue) = 160+133+180=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #A085B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085B4 is #5F7A4B. Grayscale: #929292. Windows color (decimal): -6257228 or 11830688. OLE color: 11830688.
HSL color Cylindrical-coordinate representation of color #A085B4: hue angle of 274.47º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A085B4 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 133 | 180 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.29 |
| HSL | 274.47º | 0.24% | 0.61% | - |
| HSV(B) | 274.47º | 0.26% | 0.71% | - |
| XYZ | 31.12 | 27.54 | 46.86 | - |
| YUV | 146.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 180 | 0.11 | 0.26 | 0 | 0.29 | 274.47 | 0.24 | 0.61 |
| Hex | A0 | 85 | B4 | B | 1A | 0 | 1D | 112 | 18 | 3D |
| Octal | 240 | 205 | 264 | 13 | 32 | 0 | 35 | 422 | 30 | 75 |
| Binary | 10100000 | 10000101 | 10110100 | 1011 | 11010 | 0 | 11101 | 100010010 | 11000 | 111101 |
Color Harmonies of #A085B4
Complementary color
Monochromatic Colors of #A085B4
Black with #A085B4
Text Example
Text Example
White with #A085B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085B4; }
p { color: rgb(160,133,180); }
H1.HeaderClassName
{
color: #A085B4;
}
.AnyTagClassName
{
color: #A085B4;
}
</style>
background-color css
<style>
a { background-color: #A085B4; }
a { background-color: rgb(160,133,180); }
div.DivClassName
{
background-color: #A085B4;
}
.BgClassName
{
background-color: #A085B4;
}
</style>
border-color css
<style>
span { border-color: #A085B4; }
span { border-color: rgb(160,133,180); }
td.TdClassName
{
border-color: #A085B4;
}
.TagClassName
{
border-color: #A085B4;
}
</style>