Shades of Medium Purple #A570E4
Tints of Medium Purple #A570E4
RGB
CMYK
RGB Variations
Color information
#A570E4 (or 0xA570E4) is known color: Medium Purple. HEX triplet: A5, 70 and E4. RGB value is (165,112,228). Sum of RGB (Red+Green+Blue) = 165+112+228=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #A570E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570E4 is #5A8F1B. Grayscale: #8C8C8C. Windows color (decimal): -5934876 or 14971045. OLE color: 14971045.
HSL color Cylindrical-coordinate representation of color #A570E4: hue angle of 267.41º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A570E4 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 112 | 228 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.11 |
| HSL | 267.41º | 0.68% | 0.67% | - |
| HSV(B) | 267.41º | 0.51% | 0.89% | - |
| XYZ | 35.31 | 25.19 | 76.4 | - |
| YUV | 141.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 228 | 0.28 | 0.51 | 0 | 0.11 | 267.41 | 0.68 | 0.67 |
| Hex | A5 | 70 | E4 | 1C | 33 | 0 | B | 10B | 44 | 43 |
| Octal | 245 | 160 | 344 | 34 | 63 | 0 | 13 | 413 | 104 | 103 |
| Binary | 10100101 | 1110000 | 11100100 | 11100 | 110011 | 0 | 1011 | 100001011 | 1000100 | 1000011 |
Color Harmonies of #A570E4
Complementary color
Monochromatic Colors of #A570E4
Black with #A570E4
Text Example
Text Example
White with #A570E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570E4; }
p { color: rgb(165,112,228); }
H1.HeaderClassName
{
color: #A570E4;
}
.AnyTagClassName
{
color: #A570E4;
}
</style>
background-color css
<style>
a { background-color: #A570E4; }
a { background-color: rgb(165,112,228); }
div.DivClassName
{
background-color: #A570E4;
}
.BgClassName
{
background-color: #A570E4;
}
</style>
border-color css
<style>
span { border-color: #A570E4; }
span { border-color: rgb(165,112,228); }
td.TdClassName
{
border-color: #A570E4;
}
.TagClassName
{
border-color: #A570E4;
}
</style>