Shades of Medium Purple #A46DF1
Tints of Medium Purple #A46DF1
RGB
CMYK
RGB Variations
Color information
#A46DF1 (or 0xA46DF1) is known color: Medium Purple. HEX triplet: A4, 6D and F1. RGB value is (164,109,241). Sum of RGB (Red+Green+Blue) = 164+109+241=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A46DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DF1 is #5B920E. Grayscale: #8C8C8C. Windows color (decimal): -6001167 or 15822244. OLE color: 15822244.
HSL color Cylindrical-coordinate representation of color #A46DF1: hue angle of 265º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46DF1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 109 | 241 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.05 |
| HSL | 265º | 0.83% | 0.69% | - |
| HSV(B) | 265º | 0.55% | 0.95% | - |
| XYZ | 36.66 | 25.18 | 86.15 | - |
| YUV | 140.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 241 | 0.32 | 0.55 | 0 | 0.05 | 265 | 0.83 | 0.69 |
| Hex | A4 | 6D | F1 | 20 | 37 | 0 | 5 | 109 | 52 | 45 |
| Octal | 244 | 155 | 361 | 40 | 67 | 0 | 5 | 411 | 122 | 105 |
| Binary | 10100100 | 1101101 | 11110001 | 100000 | 110111 | 0 | 101 | 100001001 | 1010010 | 1000101 |
Color Harmonies of #A46DF1
Complementary color
Monochromatic Colors of #A46DF1
Black with #A46DF1
Text Example
Text Example
White with #A46DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DF1; }
p { color: rgb(164,109,241); }
H1.HeaderClassName
{
color: #A46DF1;
}
.AnyTagClassName
{
color: #A46DF1;
}
</style>
background-color css
<style>
a { background-color: #A46DF1; }
a { background-color: rgb(164,109,241); }
div.DivClassName
{
background-color: #A46DF1;
}
.BgClassName
{
background-color: #A46DF1;
}
</style>
border-color css
<style>
span { border-color: #A46DF1; }
span { border-color: rgb(164,109,241); }
td.TdClassName
{
border-color: #A46DF1;
}
.TagClassName
{
border-color: #A46DF1;
}
</style>