Shades of Medium Purple #A562EE
Tints of Medium Purple #A562EE
RGB
CMYK
RGB Variations
Color information
#A562EE (or 0xA562EE) is known color: Medium Purple. HEX triplet: A5, 62 and EE. RGB value is (165,98,238). Sum of RGB (Red+Green+Blue) = 165+98+238=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #A562EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562EE is #5A9D11. Grayscale: #858585. Windows color (decimal): -5938450 or 15622821. OLE color: 15622821.
HSL color Cylindrical-coordinate representation of color #A562EE: hue angle of 268.71º 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 #A562EE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 98 | 238 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.07 |
| HSL | 268.71º | 0.8% | 0.66% | - |
| HSV(B) | 268.71º | 0.59% | 0.93% | - |
| XYZ | 35.32 | 22.91 | 83.45 | - |
| YUV | 133.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 238 | 0.31 | 0.59 | 0 | 0.07 | 268.71 | 0.8 | 0.66 |
| Hex | A5 | 62 | EE | 1F | 3B | 0 | 7 | 10D | 50 | 42 |
| Octal | 245 | 142 | 356 | 37 | 73 | 0 | 7 | 415 | 120 | 102 |
| Binary | 10100101 | 1100010 | 11101110 | 11111 | 111011 | 0 | 111 | 100001101 | 1010000 | 1000010 |
Color Harmonies of #A562EE
Complementary color
Monochromatic Colors of #A562EE
Black with #A562EE
Text Example
Text Example
White with #A562EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562EE; }
p { color: rgb(165,98,238); }
H1.HeaderClassName
{
color: #A562EE;
}
.AnyTagClassName
{
color: #A562EE;
}
</style>
background-color css
<style>
a { background-color: #A562EE; }
a { background-color: rgb(165,98,238); }
div.DivClassName
{
background-color: #A562EE;
}
.BgClassName
{
background-color: #A562EE;
}
</style>
border-color css
<style>
span { border-color: #A562EE; }
span { border-color: rgb(165,98,238); }
td.TdClassName
{
border-color: #A562EE;
}
.TagClassName
{
border-color: #A562EE;
}
</style>