Shades of Medium Purple #A085ED
Tints of Medium Purple #A085ED
RGB
CMYK
RGB Variations
Color information
#A085ED (or 0xA085ED) is known color: Medium Purple. HEX triplet: A0, 85 and ED. RGB value is (160,133,237). Sum of RGB (Red+Green+Blue) = 160+133+237=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A085ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085ED is #5F7A12. Grayscale: #989898. Windows color (decimal): -6257171 or 15566240. OLE color: 15566240.
HSL color Cylindrical-coordinate representation of color #A085ED: hue angle of 255.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A085ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 133 | 237 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 255.58º | 0.74% | 0.73% | - |
| HSV(B) | 255.58º | 0.44% | 0.93% | - |
| XYZ | 38.17 | 30.36 | 83.97 | - |
| YUV | 152.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 237 | 0.32 | 0.44 | 0 | 0.07 | 255.58 | 0.74 | 0.73 |
| Hex | A0 | 85 | ED | 20 | 2C | 0 | 7 | 100 | 4A | 49 |
| Octal | 240 | 205 | 355 | 40 | 54 | 0 | 7 | 400 | 112 | 111 |
| Binary | 10100000 | 10000101 | 11101101 | 100000 | 101100 | 0 | 111 | 100000000 | 1001010 | 1001001 |
Color Harmonies of #A085ED
Complementary color
Monochromatic Colors of #A085ED
Black with #A085ED
Text Example
Text Example
White with #A085ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085ED; }
p { color: rgb(160,133,237); }
H1.HeaderClassName
{
color: #A085ED;
}
.AnyTagClassName
{
color: #A085ED;
}
</style>
background-color css
<style>
a { background-color: #A085ED; }
a { background-color: rgb(160,133,237); }
div.DivClassName
{
background-color: #A085ED;
}
.BgClassName
{
background-color: #A085ED;
}
</style>
border-color css
<style>
span { border-color: #A085ED; }
span { border-color: rgb(160,133,237); }
td.TdClassName
{
border-color: #A085ED;
}
.TagClassName
{
border-color: #A085ED;
}
</style>