Shades of Medium Purple #A062EE
Tints of Medium Purple #A062EE
RGB
CMYK
RGB Variations
Color information
#A062EE (or 0xA062EE) is known color: Medium Purple. HEX triplet: A0, 62 and EE. RGB value is (160,98,238). Sum of RGB (Red+Green+Blue) = 160+98+238=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #A062EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062EE is #5F9D11. Grayscale: #848484. Windows color (decimal): -6266130 or 15622816. OLE color: 15622816.
HSL color Cylindrical-coordinate representation of color #A062EE: hue angle of 266.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A062EE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 98 | 238 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.07 |
| HSL | 266.57º | 0.8% | 0.66% | - |
| HSV(B) | 266.57º | 0.59% | 0.93% | - |
| XYZ | 34.3 | 22.38 | 83.4 | - |
| YUV | 132.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 238 | 0.33 | 0.59 | 0 | 0.07 | 266.57 | 0.8 | 0.66 |
| Hex | A0 | 62 | EE | 21 | 3B | 0 | 7 | 10B | 50 | 42 |
| Octal | 240 | 142 | 356 | 41 | 73 | 0 | 7 | 413 | 120 | 102 |
| Binary | 10100000 | 1100010 | 11101110 | 100001 | 111011 | 0 | 111 | 100001011 | 1010000 | 1000010 |
Color Harmonies of #A062EE
Complementary color
Monochromatic Colors of #A062EE
Black with #A062EE
Text Example
Text Example
White with #A062EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062EE; }
p { color: rgb(160,98,238); }
H1.HeaderClassName
{
color: #A062EE;
}
.AnyTagClassName
{
color: #A062EE;
}
</style>
background-color css
<style>
a { background-color: #A062EE; }
a { background-color: rgb(160,98,238); }
div.DivClassName
{
background-color: #A062EE;
}
.BgClassName
{
background-color: #A062EE;
}
</style>
border-color css
<style>
span { border-color: #A062EE; }
span { border-color: rgb(160,98,238); }
td.TdClassName
{
border-color: #A062EE;
}
.TagClassName
{
border-color: #A062EE;
}
</style>