Shades of Medium Purple #A05FEC
Tints of Medium Purple #A05FEC
RGB
CMYK
RGB Variations
Color information
#A05FEC (or 0xA05FEC) is known color: Medium Purple. HEX triplet: A0, 5F and EC. RGB value is (160,95,236). Sum of RGB (Red+Green+Blue) = 160+95+236=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #A05FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FEC is #5FA013. Grayscale: #828282. Windows color (decimal): -6266900 or 15490976. OLE color: 15490976.
HSL color Cylindrical-coordinate representation of color #A05FEC: hue angle of 267.66º 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 #A05FEC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 95 | 236 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.07 |
| HSL | 267.66º | 0.79% | 0.65% | - |
| HSV(B) | 267.66º | 0.6% | 0.93% | - |
| XYZ | 33.73 | 21.71 | 81.77 | - |
| YUV | 130.51 | 187.53 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 236 | 0.32 | 0.60 | 0 | 0.07 | 267.66 | 0.79 | 0.65 |
| Hex | A0 | 5F | EC | 20 | 3C | 0 | 7 | 10C | 4F | 41 |
| Octal | 240 | 137 | 354 | 40 | 74 | 0 | 7 | 414 | 117 | 101 |
| Binary | 10100000 | 1011111 | 11101100 | 100000 | 111100 | 0 | 111 | 100001100 | 1001111 | 1000001 |
Color Harmonies of #A05FEC
Complementary color
Monochromatic Colors of #A05FEC
Black with #A05FEC
Text Example
Text Example
White with #A05FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FEC; }
p { color: rgb(160,95,236); }
H1.HeaderClassName
{
color: #A05FEC;
}
.AnyTagClassName
{
color: #A05FEC;
}
</style>
background-color css
<style>
a { background-color: #A05FEC; }
a { background-color: rgb(160,95,236); }
div.DivClassName
{
background-color: #A05FEC;
}
.BgClassName
{
background-color: #A05FEC;
}
</style>
border-color css
<style>
span { border-color: #A05FEC; }
span { border-color: rgb(160,95,236); }
td.TdClassName
{
border-color: #A05FEC;
}
.TagClassName
{
border-color: #A05FEC;
}
</style>