Shades of Medium Purple #A85FEC
Tints of Medium Purple #A85FEC
RGB
CMYK
RGB Variations
Color information
#A85FEC (or 0xA85FEC) is known color: Medium Purple. HEX triplet: A8, 5F and EC. RGB value is (168,95,236). Sum of RGB (Red+Green+Blue) = 168+95+236=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FEC is #57A013. Grayscale: #848484. Windows color (decimal): -5742612 or 15490984. OLE color: 15490984.
HSL color Cylindrical-coordinate representation of color #A85FEC: hue angle of 271.06º degrees, saturation: 0.79, 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 #A85FEC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 95 | 236 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.07 |
| HSL | 271.06º | 0.79% | 0.65% | - |
| HSV(B) | 271.06º | 0.6% | 0.93% | - |
| XYZ | 35.38 | 22.57 | 81.85 | - |
| YUV | 132.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 236 | 0.29 | 0.60 | 0 | 0.07 | 271.06 | 0.79 | 0.65 |
| Hex | A8 | 5F | EC | 1D | 3C | 0 | 7 | 10F | 4F | 41 |
| Octal | 250 | 137 | 354 | 35 | 74 | 0 | 7 | 417 | 117 | 101 |
| Binary | 10101000 | 1011111 | 11101100 | 11101 | 111100 | 0 | 111 | 100001111 | 1001111 | 1000001 |
Color Harmonies of #A85FEC
Complementary color
Monochromatic Colors of #A85FEC
Black with #A85FEC
Text Example
Text Example
White with #A85FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FEC; }
p { color: rgb(168,95,236); }
H1.HeaderClassName
{
color: #A85FEC;
}
.AnyTagClassName
{
color: #A85FEC;
}
</style>
background-color css
<style>
a { background-color: #A85FEC; }
a { background-color: rgb(168,95,236); }
div.DivClassName
{
background-color: #A85FEC;
}
.BgClassName
{
background-color: #A85FEC;
}
</style>
border-color css
<style>
span { border-color: #A85FEC; }
span { border-color: rgb(168,95,236); }
td.TdClassName
{
border-color: #A85FEC;
}
.TagClassName
{
border-color: #A85FEC;
}
</style>