Shades of Medium Purple #A562E8
Tints of Medium Purple #A562E8
RGB
CMYK
RGB Variations
Color information
#A562E8 (or 0xA562E8) is known color: Medium Purple. HEX triplet: A5, 62 and E8. RGB value is (165,98,232). Sum of RGB (Red+Green+Blue) = 165+98+232=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #A562E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562E8 is #5A9D17. Grayscale: #848484. Windows color (decimal): -5938456 or 15229605. OLE color: 15229605.
HSL color Cylindrical-coordinate representation of color #A562E8: hue angle of 270º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A562E8 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 98 | 232 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.09 |
| HSL | 270º | 0.74% | 0.65% | - |
| HSV(B) | 270º | 0.58% | 0.91% | - |
| XYZ | 34.45 | 22.56 | 78.88 | - |
| YUV | 133.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 232 | 0.29 | 0.58 | 0 | 0.09 | 270 | 0.74 | 0.65 |
| Hex | A5 | 62 | E8 | 1D | 3A | 0 | 9 | 10E | 4A | 41 |
| Octal | 245 | 142 | 350 | 35 | 72 | 0 | 11 | 416 | 112 | 101 |
| Binary | 10100101 | 1100010 | 11101000 | 11101 | 111010 | 0 | 1001 | 100001110 | 1001010 | 1000001 |
Color Harmonies of #A562E8
Complementary color
Monochromatic Colors of #A562E8
Black with #A562E8
Text Example
Text Example
White with #A562E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A562E8; }
p { color: rgb(165,98,232); }
H1.HeaderClassName
{
color: #A562E8;
}
.AnyTagClassName
{
color: #A562E8;
}
</style>
background-color css
<style>
a { background-color: #A562E8; }
a { background-color: rgb(165,98,232); }
div.DivClassName
{
background-color: #A562E8;
}
.BgClassName
{
background-color: #A562E8;
}
</style>
border-color css
<style>
span { border-color: #A562E8; }
span { border-color: rgb(165,98,232); }
td.TdClassName
{
border-color: #A562E8;
}
.TagClassName
{
border-color: #A562E8;
}
</style>