Shades of Medium Purple #A46FF1
Tints of Medium Purple #A46FF1
RGB
CMYK
RGB Variations
Color information
#A46FF1 (or 0xA46FF1) is known color: Medium Purple. HEX triplet: A4, 6F and F1. RGB value is (164,111,241). Sum of RGB (Red+Green+Blue) = 164+111+241=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 111 (43.75% from 255 or 21.51% 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 #A46FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FF1 is #5B900E. Grayscale: #8D8D8D. Windows color (decimal): -6000655 or 15822756. OLE color: 15822756.
HSL color Cylindrical-coordinate representation of color #A46FF1: hue angle of 264.46º 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 #A46FF1 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 111 | 241 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.05 |
| HSL | 264.46º | 0.82% | 0.69% | - |
| HSV(B) | 264.46º | 0.54% | 0.95% | - |
| XYZ | 36.87 | 25.61 | 86.22 | - |
| YUV | 141.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 241 | 0.32 | 0.54 | 0 | 0.05 | 264.46 | 0.82 | 0.69 |
| Hex | A4 | 6F | F1 | 20 | 36 | 0 | 5 | 108 | 52 | 45 |
| Octal | 244 | 157 | 361 | 40 | 66 | 0 | 5 | 410 | 122 | 105 |
| Binary | 10100100 | 1101111 | 11110001 | 100000 | 110110 | 0 | 101 | 100001000 | 1010010 | 1000101 |
Color Harmonies of #A46FF1
Complementary color
Monochromatic Colors of #A46FF1
Black with #A46FF1
Text Example
Text Example
White with #A46FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FF1; }
p { color: rgb(164,111,241); }
H1.HeaderClassName
{
color: #A46FF1;
}
.AnyTagClassName
{
color: #A46FF1;
}
</style>
background-color css
<style>
a { background-color: #A46FF1; }
a { background-color: rgb(164,111,241); }
div.DivClassName
{
background-color: #A46FF1;
}
.BgClassName
{
background-color: #A46FF1;
}
</style>
border-color css
<style>
span { border-color: #A46FF1; }
span { border-color: rgb(164,111,241); }
td.TdClassName
{
border-color: #A46FF1;
}
.TagClassName
{
border-color: #A46FF1;
}
</style>