Shades of Medium Purple #A062E5
Tints of Medium Purple #A062E5
RGB
CMYK
RGB Variations
Color information
#A062E5 (or 0xA062E5) is known color: Medium Purple. HEX triplet: A0, 62 and E5. RGB value is (160,98,229). Sum of RGB (Red+Green+Blue) = 160+98+229=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #A062E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062E5 is #5F9D1A. Grayscale: #838383. Windows color (decimal): -6266139 or 15032992. OLE color: 15032992.
HSL color Cylindrical-coordinate representation of color #A062E5: hue angle of 268.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A062E5 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 98 | 229 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.10 |
| HSL | 268.4º | 0.72% | 0.64% | - |
| HSV(B) | 268.4º | 0.57% | 0.9% | - |
| XYZ | 33.01 | 21.87 | 76.61 | - |
| YUV | 131.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 229 | 0.30 | 0.57 | 0 | 0.10 | 268.4 | 0.72 | 0.64 |
| Hex | A0 | 62 | E5 | 1E | 39 | 0 | A | 10C | 48 | 40 |
| Octal | 240 | 142 | 345 | 36 | 71 | 0 | 12 | 414 | 110 | 100 |
| Binary | 10100000 | 1100010 | 11100101 | 11110 | 111001 | 0 | 1010 | 100001100 | 1001000 | 1000000 |
Color Harmonies of #A062E5
Complementary color
Monochromatic Colors of #A062E5
Black with #A062E5
Text Example
Text Example
White with #A062E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062E5; }
p { color: rgb(160,98,229); }
H1.HeaderClassName
{
color: #A062E5;
}
.AnyTagClassName
{
color: #A062E5;
}
</style>
background-color css
<style>
a { background-color: #A062E5; }
a { background-color: rgb(160,98,229); }
div.DivClassName
{
background-color: #A062E5;
}
.BgClassName
{
background-color: #A062E5;
}
</style>
border-color css
<style>
span { border-color: #A062E5; }
span { border-color: rgb(160,98,229); }
td.TdClassName
{
border-color: #A062E5;
}
.TagClassName
{
border-color: #A062E5;
}
</style>