Shades of East Side #A085AD
Tints of East Side #A085AD
RGB
CMYK
RGB Variations
Color information
#A085AD (or 0xA085AD) is known color: East Side. HEX triplet: A0, 85 and AD. RGB value is (160,133,173). Sum of RGB (Red+Green+Blue) = 160+133+173=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #A085AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085AD is #5F7A52. Grayscale: #919191. Windows color (decimal): -6257235 or 11371936. OLE color: 11371936.
HSL color Cylindrical-coordinate representation of color #A085AD: hue angle of 280.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A085AD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 133 | 173 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.32 |
| HSL | 280.5º | 0.2% | 0.6% | - |
| HSV(B) | 280.5º | 0.23% | 0.68% | - |
| XYZ | 30.43 | 27.27 | 43.19 | - |
| YUV | 145.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 173 | 0.08 | 0.23 | 0 | 0.32 | 280.5 | 0.2 | 0.6 |
| Hex | A0 | 85 | AD | 8 | 17 | 0 | 20 | 118 | 14 | 3C |
| Octal | 240 | 205 | 255 | 10 | 27 | 0 | 40 | 430 | 24 | 74 |
| Binary | 10100000 | 10000101 | 10101101 | 1000 | 10111 | 0 | 100000 | 100011000 | 10100 | 111100 |
Color Harmonies of #A085AD
Complementary color
Monochromatic Colors of #A085AD
Black with #A085AD
Text Example
Text Example
White with #A085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085AD; }
p { color: rgb(160,133,173); }
H1.HeaderClassName
{
color: #A085AD;
}
.AnyTagClassName
{
color: #A085AD;
}
</style>
background-color css
<style>
a { background-color: #A085AD; }
a { background-color: rgb(160,133,173); }
div.DivClassName
{
background-color: #A085AD;
}
.BgClassName
{
background-color: #A085AD;
}
</style>
border-color css
<style>
span { border-color: #A085AD; }
span { border-color: rgb(160,133,173); }
td.TdClassName
{
border-color: #A085AD;
}
.TagClassName
{
border-color: #A085AD;
}
</style>