Shades of Medium Purple #A570E5
Tints of Medium Purple #A570E5
RGB
CMYK
RGB Variations
Color information
#A570E5 (or 0xA570E5) is known color: Medium Purple. HEX triplet: A5, 70 and E5. RGB value is (165,112,229). Sum of RGB (Red+Green+Blue) = 165+112+229=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A570E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570E5 is #5A8F1A. Grayscale: #8C8C8C. Windows color (decimal): -5934875 or 15036581. OLE color: 15036581.
HSL color Cylindrical-coordinate representation of color #A570E5: hue angle of 267.18º 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 #A570E5 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 112 | 229 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.10 |
| HSL | 267.18º | 0.69% | 0.67% | - |
| HSV(B) | 267.18º | 0.51% | 0.9% | - |
| XYZ | 35.45 | 25.24 | 77.13 | - |
| YUV | 141.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 229 | 0.28 | 0.51 | 0 | 0.10 | 267.18 | 0.69 | 0.67 |
| Hex | A5 | 70 | E5 | 1C | 33 | 0 | A | 10B | 45 | 43 |
| Octal | 245 | 160 | 345 | 34 | 63 | 0 | 12 | 413 | 105 | 103 |
| Binary | 10100101 | 1110000 | 11100101 | 11100 | 110011 | 0 | 1010 | 100001011 | 1000101 | 1000011 |
Color Harmonies of #A570E5
Complementary color
Monochromatic Colors of #A570E5
Black with #A570E5
Text Example
Text Example
White with #A570E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570E5; }
p { color: rgb(165,112,229); }
H1.HeaderClassName
{
color: #A570E5;
}
.AnyTagClassName
{
color: #A570E5;
}
</style>
background-color css
<style>
a { background-color: #A570E5; }
a { background-color: rgb(165,112,229); }
div.DivClassName
{
background-color: #A570E5;
}
.BgClassName
{
background-color: #A570E5;
}
</style>
border-color css
<style>
span { border-color: #A570E5; }
span { border-color: rgb(165,112,229); }
td.TdClassName
{
border-color: #A570E5;
}
.TagClassName
{
border-color: #A570E5;
}
</style>