Shades of Medium Purple #A46AF1
Tints of Medium Purple #A46AF1
RGB
CMYK
RGB Variations
Color information
#A46AF1 (or 0xA46AF1) is known color: Medium Purple. HEX triplet: A4, 6A and F1. RGB value is (164,106,241). Sum of RGB (Red+Green+Blue) = 164+106+241=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #A46AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AF1 is #5B950E. Grayscale: #8A8A8A. Windows color (decimal): -6001935 or 15821476. OLE color: 15821476.
HSL color Cylindrical-coordinate representation of color #A46AF1: hue angle of 265.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46AF1 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 106 | 241 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.05 |
| HSL | 265.78º | 0.83% | 0.68% | - |
| HSV(B) | 265.78º | 0.56% | 0.95% | - |
| XYZ | 36.34 | 24.55 | 86.04 | - |
| YUV | 138.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 241 | 0.32 | 0.56 | 0 | 0.05 | 265.78 | 0.83 | 0.68 |
| Hex | A4 | 6A | F1 | 20 | 38 | 0 | 5 | 10A | 53 | 44 |
| Octal | 244 | 152 | 361 | 40 | 70 | 0 | 5 | 412 | 123 | 104 |
| Binary | 10100100 | 1101010 | 11110001 | 100000 | 111000 | 0 | 101 | 100001010 | 1010011 | 1000100 |
Color Harmonies of #A46AF1
Complementary color
Monochromatic Colors of #A46AF1
Black with #A46AF1
Text Example
Text Example
White with #A46AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46AF1; }
p { color: rgb(164,106,241); }
H1.HeaderClassName
{
color: #A46AF1;
}
.AnyTagClassName
{
color: #A46AF1;
}
</style>
background-color css
<style>
a { background-color: #A46AF1; }
a { background-color: rgb(164,106,241); }
div.DivClassName
{
background-color: #A46AF1;
}
.BgClassName
{
background-color: #A46AF1;
}
</style>
border-color css
<style>
span { border-color: #A46AF1; }
span { border-color: rgb(164,106,241); }
td.TdClassName
{
border-color: #A46AF1;
}
.TagClassName
{
border-color: #A46AF1;
}
</style>