Shades of Medium Purple #A053F1
Tints of Medium Purple #A053F1
RGB
CMYK
RGB Variations
Color information
#A053F1 (or 0xA053F1) is known color: Medium Purple. HEX triplet: A0, 53 and F1. RGB value is (160,83,241). Sum of RGB (Red+Green+Blue) = 160+83+241=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #A053F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053F1 is #5FAC0E. Grayscale: #7B7B7B. Windows color (decimal): -6269967 or 15815584. OLE color: 15815584.
HSL color Cylindrical-coordinate representation of color #A053F1: hue angle of 269.24º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A053F1 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 83 | 241 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.05 |
| HSL | 269.24º | 0.85% | 0.64% | - |
| HSV(B) | 269.24º | 0.66% | 0.95% | - |
| XYZ | 33.47 | 20.01 | 85.32 | - |
| YUV | 124.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 241 | 0.34 | 0.66 | 0 | 0.05 | 269.24 | 0.85 | 0.64 |
| Hex | A0 | 53 | F1 | 22 | 42 | 0 | 5 | 10D | 55 | 40 |
| Octal | 240 | 123 | 361 | 42 | 102 | 0 | 5 | 415 | 125 | 100 |
| Binary | 10100000 | 1010011 | 11110001 | 100010 | 1000010 | 0 | 101 | 100001101 | 1010101 | 1000000 |
Color Harmonies of #A053F1
Complementary color
Monochromatic Colors of #A053F1
Black with #A053F1
Text Example
Text Example
White with #A053F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053F1; }
p { color: rgb(160,83,241); }
H1.HeaderClassName
{
color: #A053F1;
}
.AnyTagClassName
{
color: #A053F1;
}
</style>
background-color css
<style>
a { background-color: #A053F1; }
a { background-color: rgb(160,83,241); }
div.DivClassName
{
background-color: #A053F1;
}
.BgClassName
{
background-color: #A053F1;
}
</style>
border-color css
<style>
span { border-color: #A053F1; }
span { border-color: rgb(160,83,241); }
td.TdClassName
{
border-color: #A053F1;
}
.TagClassName
{
border-color: #A053F1;
}
</style>