Shades of Medium Purple #A05FEA
Tints of Medium Purple #A05FEA
RGB
CMYK
RGB Variations
Color information
#A05FEA (or 0xA05FEA) is known color: Medium Purple. HEX triplet: A0, 5F and EA. RGB value is (160,95,234). Sum of RGB (Red+Green+Blue) = 160+95+234=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A05FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FEA is #5FA015. Grayscale: #818181. Windows color (decimal): -6266902 or 15359904. OLE color: 15359904.
HSL color Cylindrical-coordinate representation of color #A05FEA: hue angle of 268.06º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05FEA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 95 | 234 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.08 |
| HSL | 268.06º | 0.77% | 0.65% | - |
| HSV(B) | 268.06º | 0.59% | 0.92% | - |
| XYZ | 33.44 | 21.6 | 80.25 | - |
| YUV | 130.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 234 | 0.32 | 0.59 | 0 | 0.08 | 268.06 | 0.77 | 0.65 |
| Hex | A0 | 5F | EA | 20 | 3B | 0 | 8 | 10C | 4D | 41 |
| Octal | 240 | 137 | 352 | 40 | 73 | 0 | 10 | 414 | 115 | 101 |
| Binary | 10100000 | 1011111 | 11101010 | 100000 | 111011 | 0 | 1000 | 100001100 | 1001101 | 1000001 |
Color Harmonies of #A05FEA
Complementary color
Monochromatic Colors of #A05FEA
Black with #A05FEA
Text Example
Text Example
White with #A05FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FEA; }
p { color: rgb(160,95,234); }
H1.HeaderClassName
{
color: #A05FEA;
}
.AnyTagClassName
{
color: #A05FEA;
}
</style>
background-color css
<style>
a { background-color: #A05FEA; }
a { background-color: rgb(160,95,234); }
div.DivClassName
{
background-color: #A05FEA;
}
.BgClassName
{
background-color: #A05FEA;
}
</style>
border-color css
<style>
span { border-color: #A05FEA; }
span { border-color: rgb(160,95,234); }
td.TdClassName
{
border-color: #A05FEA;
}
.TagClassName
{
border-color: #A05FEA;
}
</style>