Shades of Medium Purple #A85FED
Tints of Medium Purple #A85FED
RGB
CMYK
RGB Variations
Color information
#A85FED (or 0xA85FED) is known color: Medium Purple. HEX triplet: A8, 5F and ED. RGB value is (168,95,237). Sum of RGB (Red+Green+Blue) = 168+95+237=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #A85FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FED is #57A012. Grayscale: #848484. Windows color (decimal): -5742611 or 15556520. OLE color: 15556520.
HSL color Cylindrical-coordinate representation of color #A85FED: hue angle of 270.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85FED is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 95 | 237 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.07 |
| HSL | 270.85º | 0.8% | 0.65% | - |
| HSV(B) | 270.85º | 0.6% | 0.93% | - |
| XYZ | 35.53 | 22.62 | 82.62 | - |
| YUV | 133.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 237 | 0.29 | 0.60 | 0 | 0.07 | 270.85 | 0.8 | 0.65 |
| Hex | A8 | 5F | ED | 1D | 3C | 0 | 7 | 10F | 50 | 41 |
| Octal | 250 | 137 | 355 | 35 | 74 | 0 | 7 | 417 | 120 | 101 |
| Binary | 10101000 | 1011111 | 11101101 | 11101 | 111100 | 0 | 111 | 100001111 | 1010000 | 1000001 |
Color Harmonies of #A85FED
Complementary color
Monochromatic Colors of #A85FED
Black with #A85FED
Text Example
Text Example
White with #A85FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FED; }
p { color: rgb(168,95,237); }
H1.HeaderClassName
{
color: #A85FED;
}
.AnyTagClassName
{
color: #A85FED;
}
</style>
background-color css
<style>
a { background-color: #A85FED; }
a { background-color: rgb(168,95,237); }
div.DivClassName
{
background-color: #A85FED;
}
.BgClassName
{
background-color: #A85FED;
}
</style>
border-color css
<style>
span { border-color: #A85FED; }
span { border-color: rgb(168,95,237); }
td.TdClassName
{
border-color: #A85FED;
}
.TagClassName
{
border-color: #A85FED;
}
</style>