Shades of Medium Purple #A085DD
Tints of Medium Purple #A085DD
RGB
CMYK
RGB Variations
Color information
#A085DD (or 0xA085DD) is known color: Medium Purple. HEX triplet: A0, 85 and DD. RGB value is (160,133,221). Sum of RGB (Red+Green+Blue) = 160+133+221=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #A085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085DD is #5F7A22. Grayscale: #969696. Windows color (decimal): -6257187 or 14517664. OLE color: 14517664.
HSL color Cylindrical-coordinate representation of color #A085DD: hue angle of 258.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A085DD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 133 | 221 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.13 |
| HSL | 258.41º | 0.56% | 0.69% | - |
| HSV(B) | 258.41º | 0.4% | 0.87% | - |
| XYZ | 35.94 | 29.47 | 72.2 | - |
| YUV | 151.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 221 | 0.28 | 0.40 | 0 | 0.13 | 258.41 | 0.56 | 0.69 |
| Hex | A0 | 85 | DD | 1C | 28 | 0 | D | 102 | 38 | 45 |
| Octal | 240 | 205 | 335 | 34 | 50 | 0 | 15 | 402 | 70 | 105 |
| Binary | 10100000 | 10000101 | 11011101 | 11100 | 101000 | 0 | 1101 | 100000010 | 111000 | 1000101 |
Color Harmonies of #A085DD
Complementary color
Monochromatic Colors of #A085DD
Black with #A085DD
Text Example
Text Example
White with #A085DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085DD; }
p { color: rgb(160,133,221); }
H1.HeaderClassName
{
color: #A085DD;
}
.AnyTagClassName
{
color: #A085DD;
}
</style>
background-color css
<style>
a { background-color: #A085DD; }
a { background-color: rgb(160,133,221); }
div.DivClassName
{
background-color: #A085DD;
}
.BgClassName
{
background-color: #A085DD;
}
</style>
border-color css
<style>
span { border-color: #A085DD; }
span { border-color: rgb(160,133,221); }
td.TdClassName
{
border-color: #A085DD;
}
.TagClassName
{
border-color: #A085DD;
}
</style>