Shades of Medium Purple #A370F1
Tints of Medium Purple #A370F1
RGB
CMYK
RGB Variations
Color information
#A370F1 (or 0xA370F1) is known color: Medium Purple. HEX triplet: A3, 70 and F1. RGB value is (163,112,241). Sum of RGB (Red+Green+Blue) = 163+112+241=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #A370F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370F1 is #5C8F0E. Grayscale: #8D8D8D. Windows color (decimal): -6065935 or 15823011. OLE color: 15823011.
HSL color Cylindrical-coordinate representation of color #A370F1: hue angle of 263.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A370F1 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 112 | 241 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.05 |
| HSL | 263.72º | 0.82% | 0.69% | - |
| HSV(B) | 263.72º | 0.54% | 0.95% | - |
| XYZ | 36.78 | 25.73 | 86.25 | - |
| YUV | 141.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 241 | 0.32 | 0.54 | 0 | 0.05 | 263.72 | 0.82 | 0.69 |
| Hex | A3 | 70 | F1 | 20 | 36 | 0 | 5 | 108 | 52 | 45 |
| Octal | 243 | 160 | 361 | 40 | 66 | 0 | 5 | 410 | 122 | 105 |
| Binary | 10100011 | 1110000 | 11110001 | 100000 | 110110 | 0 | 101 | 100001000 | 1010010 | 1000101 |
Color Harmonies of #A370F1
Complementary color
Monochromatic Colors of #A370F1
Black with #A370F1
Text Example
Text Example
White with #A370F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370F1; }
p { color: rgb(163,112,241); }
H1.HeaderClassName
{
color: #A370F1;
}
.AnyTagClassName
{
color: #A370F1;
}
</style>
background-color css
<style>
a { background-color: #A370F1; }
a { background-color: rgb(163,112,241); }
div.DivClassName
{
background-color: #A370F1;
}
.BgClassName
{
background-color: #A370F1;
}
</style>
border-color css
<style>
span { border-color: #A370F1; }
span { border-color: rgb(163,112,241); }
td.TdClassName
{
border-color: #A370F1;
}
.TagClassName
{
border-color: #A370F1;
}
</style>