Shades of Medium Purple #A570ED
Tints of Medium Purple #A570ED
RGB
CMYK
RGB Variations
Color information
#A570ED (or 0xA570ED) is known color: Medium Purple. HEX triplet: A5, 70 and ED. RGB value is (165,112,237). Sum of RGB (Red+Green+Blue) = 165+112+237=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A570ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570ED is #5A8F12. Grayscale: #8D8D8D. Windows color (decimal): -5934867 or 15560869. OLE color: 15560869.
HSL color Cylindrical-coordinate representation of color #A570ED: hue angle of 265.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A570ED is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 112 | 237 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.07 |
| HSL | 265.44º | 0.78% | 0.68% | - |
| HSV(B) | 265.44º | 0.53% | 0.93% | - |
| XYZ | 36.6 | 25.7 | 83.15 | - |
| YUV | 142.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 237 | 0.30 | 0.53 | 0 | 0.07 | 265.44 | 0.78 | 0.68 |
| Hex | A5 | 70 | ED | 1E | 35 | 0 | 7 | 109 | 4E | 44 |
| Octal | 245 | 160 | 355 | 36 | 65 | 0 | 7 | 411 | 116 | 104 |
| Binary | 10100101 | 1110000 | 11101101 | 11110 | 110101 | 0 | 111 | 100001001 | 1001110 | 1000100 |
Color Harmonies of #A570ED
Complementary color
Monochromatic Colors of #A570ED
Black with #A570ED
Text Example
Text Example
White with #A570ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570ED; }
p { color: rgb(165,112,237); }
H1.HeaderClassName
{
color: #A570ED;
}
.AnyTagClassName
{
color: #A570ED;
}
</style>
background-color css
<style>
a { background-color: #A570ED; }
a { background-color: rgb(165,112,237); }
div.DivClassName
{
background-color: #A570ED;
}
.BgClassName
{
background-color: #A570ED;
}
</style>
border-color css
<style>
span { border-color: #A570ED; }
span { border-color: rgb(165,112,237); }
td.TdClassName
{
border-color: #A570ED;
}
.TagClassName
{
border-color: #A570ED;
}
</style>