Shades of Medium Purple #A378F1
Tints of Medium Purple #A378F1
RGB
CMYK
RGB Variations
Color information
#A378F1 (or 0xA378F1) is known color: Medium Purple. HEX triplet: A3, 78 and F1. RGB value is (163,120,241). Sum of RGB (Red+Green+Blue) = 163+120+241=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #A378F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A378F1 is #5C870E. Grayscale: #929292. Windows color (decimal): -6063887 or 15825059. OLE color: 15825059.
HSL color Cylindrical-coordinate representation of color #A378F1: hue angle of 261.32º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A378F1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 120 | 241 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.05 |
| HSL | 261.32º | 0.81% | 0.71% | - |
| HSV(B) | 261.32º | 0.5% | 0.95% | - |
| XYZ | 37.7 | 27.57 | 86.55 | - |
| YUV | 146.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 241 | 0.32 | 0.50 | 0 | 0.05 | 261.32 | 0.81 | 0.71 |
| Hex | A3 | 78 | F1 | 20 | 32 | 0 | 5 | 105 | 51 | 47 |
| Octal | 243 | 170 | 361 | 40 | 62 | 0 | 5 | 405 | 121 | 107 |
| Binary | 10100011 | 1111000 | 11110001 | 100000 | 110010 | 0 | 101 | 100000101 | 1010001 | 1000111 |
Color Harmonies of #A378F1
Complementary color
Monochromatic Colors of #A378F1
Black with #A378F1
Text Example
Text Example
White with #A378F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378F1; }
p { color: rgb(163,120,241); }
H1.HeaderClassName
{
color: #A378F1;
}
.AnyTagClassName
{
color: #A378F1;
}
</style>
background-color css
<style>
a { background-color: #A378F1; }
a { background-color: rgb(163,120,241); }
div.DivClassName
{
background-color: #A378F1;
}
.BgClassName
{
background-color: #A378F1;
}
</style>
border-color css
<style>
span { border-color: #A378F1; }
span { border-color: rgb(163,120,241); }
td.TdClassName
{
border-color: #A378F1;
}
.TagClassName
{
border-color: #A378F1;
}
</style>