Shades of Medium Purple #A570E2
Tints of Medium Purple #A570E2
RGB
CMYK
RGB Variations
Color information
#A570E2 (or 0xA570E2) is known color: Medium Purple. HEX triplet: A5, 70 and E2. RGB value is (165,112,226). Sum of RGB (Red+Green+Blue) = 165+112+226=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #A570E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570E2 is #5A8F1D. Grayscale: #8C8C8C. Windows color (decimal): -5934878 or 14839973. OLE color: 14839973.
HSL color Cylindrical-coordinate representation of color #A570E2: hue angle of 267.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A570E2 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 112 | 226 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.11 |
| HSL | 267.89º | 0.66% | 0.66% | - |
| HSV(B) | 267.89º | 0.5% | 0.89% | - |
| XYZ | 35.04 | 25.08 | 74.95 | - |
| YUV | 140.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 226 | 0.27 | 0.50 | 0 | 0.11 | 267.89 | 0.66 | 0.66 |
| Hex | A5 | 70 | E2 | 1B | 32 | 0 | B | 10C | 42 | 42 |
| Octal | 245 | 160 | 342 | 33 | 62 | 0 | 13 | 414 | 102 | 102 |
| Binary | 10100101 | 1110000 | 11100010 | 11011 | 110010 | 0 | 1011 | 100001100 | 1000010 | 1000010 |
Color Harmonies of #A570E2
Complementary color
Monochromatic Colors of #A570E2
Black with #A570E2
Text Example
Text Example
White with #A570E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570E2; }
p { color: rgb(165,112,226); }
H1.HeaderClassName
{
color: #A570E2;
}
.AnyTagClassName
{
color: #A570E2;
}
</style>
background-color css
<style>
a { background-color: #A570E2; }
a { background-color: rgb(165,112,226); }
div.DivClassName
{
background-color: #A570E2;
}
.BgClassName
{
background-color: #A570E2;
}
</style>
border-color css
<style>
span { border-color: #A570E2; }
span { border-color: rgb(165,112,226); }
td.TdClassName
{
border-color: #A570E2;
}
.TagClassName
{
border-color: #A570E2;
}
</style>