Shades of Medium Purple #A085F0
Tints of Medium Purple #A085F0
RGB
CMYK
RGB Variations
Color information
#A085F0 (or 0xA085F0) is known color: Medium Purple. HEX triplet: A0, 85 and F0. RGB value is (160,133,240). Sum of RGB (Red+Green+Blue) = 160+133+240=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A085F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F0 is #5F7A0F. Grayscale: #989898. Windows color (decimal): -6257168 or 15762848. OLE color: 15762848.
HSL color Cylindrical-coordinate representation of color #A085F0: hue angle of 255.14º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A085F0 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 133 | 240 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.06 |
| HSL | 255.14º | 0.78% | 0.73% | - |
| HSV(B) | 255.14º | 0.45% | 0.94% | - |
| XYZ | 38.61 | 30.54 | 86.3 | - |
| YUV | 153.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 240 | 0.33 | 0.45 | 0 | 0.06 | 255.14 | 0.78 | 0.73 |
| Hex | A0 | 85 | F0 | 21 | 2D | 0 | 6 | FF | 4E | 49 |
| Octal | 240 | 205 | 360 | 41 | 55 | 0 | 6 | 377 | 116 | 111 |
| Binary | 10100000 | 10000101 | 11110000 | 100001 | 101101 | 0 | 110 | 11111111 | 1001110 | 1001001 |
Color Harmonies of #A085F0
Complementary color
Monochromatic Colors of #A085F0
Black with #A085F0
Text Example
Text Example
White with #A085F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085F0; }
p { color: rgb(160,133,240); }
H1.HeaderClassName
{
color: #A085F0;
}
.AnyTagClassName
{
color: #A085F0;
}
</style>
background-color css
<style>
a { background-color: #A085F0; }
a { background-color: rgb(160,133,240); }
div.DivClassName
{
background-color: #A085F0;
}
.BgClassName
{
background-color: #A085F0;
}
</style>
border-color css
<style>
span { border-color: #A085F0; }
span { border-color: rgb(160,133,240); }
td.TdClassName
{
border-color: #A085F0;
}
.TagClassName
{
border-color: #A085F0;
}
</style>