Shades of Medium Purple #A571ED
Tints of Medium Purple #A571ED
RGB
CMYK
RGB Variations
Color information
#A571ED (or 0xA571ED) is known color: Medium Purple. HEX triplet: A5, 71 and ED. RGB value is (165,113,237). Sum of RGB (Red+Green+Blue) = 165+113+237=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #A571ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A571ED is #5A8E12. Grayscale: #8E8E8E. Windows color (decimal): -5934611 or 15561125. OLE color: 15561125.
HSL color Cylindrical-coordinate representation of color #A571ED: hue angle of 265.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A571ED is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 113 | 237 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.07 |
| HSL | 265.16º | 0.78% | 0.69% | - |
| HSV(B) | 265.16º | 0.52% | 0.93% | - |
| XYZ | 36.71 | 25.92 | 83.19 | - |
| YUV | 142.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 237 | 0.30 | 0.52 | 0 | 0.07 | 265.16 | 0.78 | 0.69 |
| Hex | A5 | 71 | ED | 1E | 34 | 0 | 7 | 109 | 4E | 45 |
| Octal | 245 | 161 | 355 | 36 | 64 | 0 | 7 | 411 | 116 | 105 |
| Binary | 10100101 | 1110001 | 11101101 | 11110 | 110100 | 0 | 111 | 100001001 | 1001110 | 1000101 |
Color Harmonies of #A571ED
Complementary color
Monochromatic Colors of #A571ED
Black with #A571ED
Text Example
Text Example
White with #A571ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571ED; }
p { color: rgb(165,113,237); }
H1.HeaderClassName
{
color: #A571ED;
}
.AnyTagClassName
{
color: #A571ED;
}
</style>
background-color css
<style>
a { background-color: #A571ED; }
a { background-color: rgb(165,113,237); }
div.DivClassName
{
background-color: #A571ED;
}
.BgClassName
{
background-color: #A571ED;
}
</style>
border-color css
<style>
span { border-color: #A571ED; }
span { border-color: rgb(165,113,237); }
td.TdClassName
{
border-color: #A571ED;
}
.TagClassName
{
border-color: #A571ED;
}
</style>