Shades of Medium Purple #A85DED
Tints of Medium Purple #A85DED
RGB
CMYK
RGB Variations
Color information
#A85DED (or 0xA85DED) is known color: Medium Purple. HEX triplet: A8, 5D and ED. RGB value is (168,93,237). Sum of RGB (Red+Green+Blue) = 168+93+237=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #A85DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DED is #57A212. Grayscale: #838383. Windows color (decimal): -5743123 or 15556008. OLE color: 15556008.
HSL color Cylindrical-coordinate representation of color #A85DED: hue angle of 271.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85DED is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 93 | 237 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.07 |
| HSL | 271.25º | 0.8% | 0.65% | - |
| HSV(B) | 271.25º | 0.61% | 0.93% | - |
| XYZ | 35.35 | 22.27 | 82.56 | - |
| YUV | 131.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 237 | 0.29 | 0.61 | 0 | 0.07 | 271.25 | 0.8 | 0.65 |
| Hex | A8 | 5D | ED | 1D | 3D | 0 | 7 | 10F | 50 | 41 |
| Octal | 250 | 135 | 355 | 35 | 75 | 0 | 7 | 417 | 120 | 101 |
| Binary | 10101000 | 1011101 | 11101101 | 11101 | 111101 | 0 | 111 | 100001111 | 1010000 | 1000001 |
Color Harmonies of #A85DED
Complementary color
Monochromatic Colors of #A85DED
Black with #A85DED
Text Example
Text Example
White with #A85DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DED; }
p { color: rgb(168,93,237); }
H1.HeaderClassName
{
color: #A85DED;
}
.AnyTagClassName
{
color: #A85DED;
}
</style>
background-color css
<style>
a { background-color: #A85DED; }
a { background-color: rgb(168,93,237); }
div.DivClassName
{
background-color: #A85DED;
}
.BgClassName
{
background-color: #A85DED;
}
</style>
border-color css
<style>
span { border-color: #A85DED; }
span { border-color: rgb(168,93,237); }
td.TdClassName
{
border-color: #A85DED;
}
.TagClassName
{
border-color: #A85DED;
}
</style>