Shades of Medium Purple #A085D8
Tints of Medium Purple #A085D8
RGB
CMYK
RGB Variations
Color information
#A085D8 (or 0xA085D8) is known color: Medium Purple. HEX triplet: A0, 85 and D8. RGB value is (160,133,216). Sum of RGB (Red+Green+Blue) = 160+133+216=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #A085D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D8 is #5F7A27. Grayscale: #969696. Windows color (decimal): -6257192 or 14189984. OLE color: 14189984.
HSL color Cylindrical-coordinate representation of color #A085D8: hue angle of 259.52º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A085D8 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 133 | 216 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.15 |
| HSL | 259.52º | 0.52% | 0.68% | - |
| HSV(B) | 259.52º | 0.38% | 0.85% | - |
| XYZ | 35.28 | 29.21 | 68.74 | - |
| YUV | 150.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 216 | 0.26 | 0.38 | 0 | 0.15 | 259.52 | 0.52 | 0.68 |
| Hex | A0 | 85 | D8 | 1A | 26 | 0 | F | 104 | 34 | 44 |
| Octal | 240 | 205 | 330 | 32 | 46 | 0 | 17 | 404 | 64 | 104 |
| Binary | 10100000 | 10000101 | 11011000 | 11010 | 100110 | 0 | 1111 | 100000100 | 110100 | 1000100 |
Color Harmonies of #A085D8
Complementary color
Monochromatic Colors of #A085D8
Black with #A085D8
Text Example
Text Example
White with #A085D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085D8; }
p { color: rgb(160,133,216); }
H1.HeaderClassName
{
color: #A085D8;
}
.AnyTagClassName
{
color: #A085D8;
}
</style>
background-color css
<style>
a { background-color: #A085D8; }
a { background-color: rgb(160,133,216); }
div.DivClassName
{
background-color: #A085D8;
}
.BgClassName
{
background-color: #A085D8;
}
</style>
border-color css
<style>
span { border-color: #A085D8; }
span { border-color: rgb(160,133,216); }
td.TdClassName
{
border-color: #A085D8;
}
.TagClassName
{
border-color: #A085D8;
}
</style>