Shades of Medium Purple #A46DF3
Tints of Medium Purple #A46DF3
RGB
CMYK
RGB Variations
Color information
#A46DF3 (or 0xA46DF3) is known color: Medium Purple. HEX triplet: A4, 6D and F3. RGB value is (164,109,243). Sum of RGB (Red+Green+Blue) = 164+109+243=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #A46DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DF3 is #5B920C. Grayscale: #8C8C8C. Windows color (decimal): -6001165 or 15953316. OLE color: 15953316.
HSL color Cylindrical-coordinate representation of color #A46DF3: hue angle of 264.63º degrees, saturation: 0.85, 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 #A46DF3 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 109 | 243 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 264.63º | 0.85% | 0.69% | - |
| HSV(B) | 264.63º | 0.55% | 0.95% | - |
| XYZ | 36.96 | 25.3 | 87.73 | - |
| YUV | 140.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 243 | 0.33 | 0.55 | 0 | 0.05 | 264.63 | 0.85 | 0.69 |
| Hex | A4 | 6D | F3 | 21 | 37 | 0 | 5 | 109 | 55 | 45 |
| Octal | 244 | 155 | 363 | 41 | 67 | 0 | 5 | 411 | 125 | 105 |
| Binary | 10100100 | 1101101 | 11110011 | 100001 | 110111 | 0 | 101 | 100001001 | 1010101 | 1000101 |
Color Harmonies of #A46DF3
Complementary color
Monochromatic Colors of #A46DF3
Black with #A46DF3
Text Example
Text Example
White with #A46DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DF3; }
p { color: rgb(164,109,243); }
H1.HeaderClassName
{
color: #A46DF3;
}
.AnyTagClassName
{
color: #A46DF3;
}
</style>
background-color css
<style>
a { background-color: #A46DF3; }
a { background-color: rgb(164,109,243); }
div.DivClassName
{
background-color: #A46DF3;
}
.BgClassName
{
background-color: #A46DF3;
}
</style>
border-color css
<style>
span { border-color: #A46DF3; }
span { border-color: rgb(164,109,243); }
td.TdClassName
{
border-color: #A46DF3;
}
.TagClassName
{
border-color: #A46DF3;
}
</style>