Shades of Medium Purple #A05EF2
Tints of Medium Purple #A05EF2
RGB
CMYK
RGB Variations
Color information
#A05EF2 (or 0xA05EF2) is known color: Medium Purple. HEX triplet: A0, 5E and F2. RGB value is (160,94,242). Sum of RGB (Red+Green+Blue) = 160+94+242=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #A05EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EF2 is #5FA10D. Grayscale: #828282. Windows color (decimal): -6267150 or 15883936. OLE color: 15883936.
HSL color Cylindrical-coordinate representation of color #A05EF2: hue angle of 266.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05EF2 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 94 | 242 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.05 |
| HSL | 266.76º | 0.85% | 0.66% | - |
| HSV(B) | 266.76º | 0.61% | 0.95% | - |
| XYZ | 34.53 | 21.89 | 86.41 | - |
| YUV | 130.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 242 | 0.34 | 0.61 | 0 | 0.05 | 266.76 | 0.85 | 0.66 |
| Hex | A0 | 5E | F2 | 22 | 3D | 0 | 5 | 10B | 55 | 42 |
| Octal | 240 | 136 | 362 | 42 | 75 | 0 | 5 | 413 | 125 | 102 |
| Binary | 10100000 | 1011110 | 11110010 | 100010 | 111101 | 0 | 101 | 100001011 | 1010101 | 1000010 |
Color Harmonies of #A05EF2
Complementary color
Monochromatic Colors of #A05EF2
Black with #A05EF2
Text Example
Text Example
White with #A05EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EF2; }
p { color: rgb(160,94,242); }
H1.HeaderClassName
{
color: #A05EF2;
}
.AnyTagClassName
{
color: #A05EF2;
}
</style>
background-color css
<style>
a { background-color: #A05EF2; }
a { background-color: rgb(160,94,242); }
div.DivClassName
{
background-color: #A05EF2;
}
.BgClassName
{
background-color: #A05EF2;
}
</style>
border-color css
<style>
span { border-color: #A05EF2; }
span { border-color: rgb(160,94,242); }
td.TdClassName
{
border-color: #A05EF2;
}
.TagClassName
{
border-color: #A05EF2;
}
</style>