Shades of Medium Purple #A05FEF
Tints of Medium Purple #A05FEF
RGB
CMYK
RGB Variations
Color information
#A05FEF (or 0xA05FEF) is known color: Medium Purple. HEX triplet: A0, 5F and EF. RGB value is (160,95,239). Sum of RGB (Red+Green+Blue) = 160+95+239=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #A05FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FEF is #5FA010. Grayscale: #828282. Windows color (decimal): -6266897 or 15687584. OLE color: 15687584.
HSL color Cylindrical-coordinate representation of color #A05FEF: hue angle of 267.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05FEF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 95 | 239 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.06 |
| HSL | 267.08º | 0.82% | 0.65% | - |
| HSV(B) | 267.08º | 0.6% | 0.94% | - |
| XYZ | 34.17 | 21.89 | 84.09 | - |
| YUV | 130.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 239 | 0.33 | 0.60 | 0 | 0.06 | 267.08 | 0.82 | 0.65 |
| Hex | A0 | 5F | EF | 21 | 3C | 0 | 6 | 10B | 52 | 41 |
| Octal | 240 | 137 | 357 | 41 | 74 | 0 | 6 | 413 | 122 | 101 |
| Binary | 10100000 | 1011111 | 11101111 | 100001 | 111100 | 0 | 110 | 100001011 | 1010010 | 1000001 |
Color Harmonies of #A05FEF
Complementary color
Monochromatic Colors of #A05FEF
Black with #A05FEF
Text Example
Text Example
White with #A05FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FEF; }
p { color: rgb(160,95,239); }
H1.HeaderClassName
{
color: #A05FEF;
}
.AnyTagClassName
{
color: #A05FEF;
}
</style>
background-color css
<style>
a { background-color: #A05FEF; }
a { background-color: rgb(160,95,239); }
div.DivClassName
{
background-color: #A05FEF;
}
.BgClassName
{
background-color: #A05FEF;
}
</style>
border-color css
<style>
span { border-color: #A05FEF; }
span { border-color: rgb(160,95,239); }
td.TdClassName
{
border-color: #A05FEF;
}
.TagClassName
{
border-color: #A05FEF;
}
</style>