Shades of Medium Purple #A582E0
Tints of Medium Purple #A582E0
RGB
CMYK
RGB Variations
Color information
#A582E0 (or 0xA582E0) is known color: Medium Purple. HEX triplet: A5, 82 and E0. RGB value is (165,130,224). Sum of RGB (Red+Green+Blue) = 165+130+224=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #A582E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582E0 is #5A7D1F. Grayscale: #969696. Windows color (decimal): -5930272 or 14713509. OLE color: 14713509.
HSL color Cylindrical-coordinate representation of color #A582E0: hue angle of 262.34º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A582E0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 130 | 224 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.12 |
| HSL | 262.34º | 0.6% | 0.69% | - |
| HSV(B) | 262.34º | 0.42% | 0.88% | - |
| XYZ | 36.95 | 29.35 | 74.24 | - |
| YUV | 151.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 224 | 0.26 | 0.42 | 0 | 0.12 | 262.34 | 0.6 | 0.69 |
| Hex | A5 | 82 | E0 | 1A | 2A | 0 | C | 106 | 3C | 45 |
| Octal | 245 | 202 | 340 | 32 | 52 | 0 | 14 | 406 | 74 | 105 |
| Binary | 10100101 | 10000010 | 11100000 | 11010 | 101010 | 0 | 1100 | 100000110 | 111100 | 1000101 |
Color Harmonies of #A582E0
Complementary color
Monochromatic Colors of #A582E0
Black with #A582E0
Text Example
Text Example
White with #A582E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582E0; }
p { color: rgb(165,130,224); }
H1.HeaderClassName
{
color: #A582E0;
}
.AnyTagClassName
{
color: #A582E0;
}
</style>
background-color css
<style>
a { background-color: #A582E0; }
a { background-color: rgb(165,130,224); }
div.DivClassName
{
background-color: #A582E0;
}
.BgClassName
{
background-color: #A582E0;
}
</style>
border-color css
<style>
span { border-color: #A582E0; }
span { border-color: rgb(165,130,224); }
td.TdClassName
{
border-color: #A582E0;
}
.TagClassName
{
border-color: #A582E0;
}
</style>