Shades of Medium Purple #A05EEA
Tints of Medium Purple #A05EEA
RGB
CMYK
RGB Variations
Color information
#A05EEA (or 0xA05EEA) is known color: Medium Purple. HEX triplet: A0, 5E and EA. RGB value is (160,94,234). Sum of RGB (Red+Green+Blue) = 160+94+234=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A05EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EEA is #5FA115. Grayscale: #818181. Windows color (decimal): -6267158 or 15359648. OLE color: 15359648.
HSL color Cylindrical-coordinate representation of color #A05EEA: hue angle of 268.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05EEA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 94 | 234 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.08 |
| HSL | 268.29º | 0.77% | 0.64% | - |
| HSV(B) | 268.29º | 0.6% | 0.92% | - |
| XYZ | 33.35 | 21.42 | 80.22 | - |
| YUV | 129.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 234 | 0.32 | 0.60 | 0 | 0.08 | 268.29 | 0.77 | 0.64 |
| Hex | A0 | 5E | EA | 20 | 3C | 0 | 8 | 10C | 4D | 40 |
| Octal | 240 | 136 | 352 | 40 | 74 | 0 | 10 | 414 | 115 | 100 |
| Binary | 10100000 | 1011110 | 11101010 | 100000 | 111100 | 0 | 1000 | 100001100 | 1001101 | 1000000 |
Color Harmonies of #A05EEA
Complementary color
Monochromatic Colors of #A05EEA
Black with #A05EEA
Text Example
Text Example
White with #A05EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EEA; }
p { color: rgb(160,94,234); }
H1.HeaderClassName
{
color: #A05EEA;
}
.AnyTagClassName
{
color: #A05EEA;
}
</style>
background-color css
<style>
a { background-color: #A05EEA; }
a { background-color: rgb(160,94,234); }
div.DivClassName
{
background-color: #A05EEA;
}
.BgClassName
{
background-color: #A05EEA;
}
</style>
border-color css
<style>
span { border-color: #A05EEA; }
span { border-color: rgb(160,94,234); }
td.TdClassName
{
border-color: #A05EEA;
}
.TagClassName
{
border-color: #A05EEA;
}
</style>