Shades of Medium Purple #A571E5
Tints of Medium Purple #A571E5
RGB
CMYK
RGB Variations
Color information
#A571E5 (or 0xA571E5) is known color: Medium Purple. HEX triplet: A5, 71 and E5. RGB value is (165,113,229). Sum of RGB (Red+Green+Blue) = 165+113+229=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #A571E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571E5 is #5A8E1A. Grayscale: #8D8D8D. Windows color (decimal): -5934619 or 15036837. OLE color: 15036837.
HSL color Cylindrical-coordinate representation of color #A571E5: hue angle of 266.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A571E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 113 | 229 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.10 |
| HSL | 266.9º | 0.69% | 0.67% | - |
| HSV(B) | 266.9º | 0.51% | 0.9% | - |
| XYZ | 35.57 | 25.47 | 77.17 | - |
| YUV | 141.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 229 | 0.28 | 0.51 | 0 | 0.10 | 266.9 | 0.69 | 0.67 |
| Hex | A5 | 71 | E5 | 1C | 33 | 0 | A | 10B | 45 | 43 |
| Octal | 245 | 161 | 345 | 34 | 63 | 0 | 12 | 413 | 105 | 103 |
| Binary | 10100101 | 1110001 | 11100101 | 11100 | 110011 | 0 | 1010 | 100001011 | 1000101 | 1000011 |
Color Harmonies of #A571E5
Complementary color
Monochromatic Colors of #A571E5
Black with #A571E5
Text Example
Text Example
White with #A571E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571E5; }
p { color: rgb(165,113,229); }
H1.HeaderClassName
{
color: #A571E5;
}
.AnyTagClassName
{
color: #A571E5;
}
</style>
background-color css
<style>
a { background-color: #A571E5; }
a { background-color: rgb(165,113,229); }
div.DivClassName
{
background-color: #A571E5;
}
.BgClassName
{
background-color: #A571E5;
}
</style>
border-color css
<style>
span { border-color: #A571E5; }
span { border-color: rgb(165,113,229); }
td.TdClassName
{
border-color: #A571E5;
}
.TagClassName
{
border-color: #A571E5;
}
</style>