Shades of Medium Purple #A46DDF
Tints of Medium Purple #A46DDF
RGB
CMYK
RGB Variations
Color information
#A46DDF (or 0xA46DDF) is known color: Medium Purple. HEX triplet: A4, 6D and DF. RGB value is (164,109,223). Sum of RGB (Red+Green+Blue) = 164+109+223=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #A46DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DDF is #5B9220. Grayscale: #8A8A8A. Windows color (decimal): -6001185 or 14642596. OLE color: 14642596.
HSL color Cylindrical-coordinate representation of color #A46DDF: hue angle of 268.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46DDF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 109 | 223 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.13 |
| HSL | 268.95º | 0.64% | 0.65% | - |
| HSV(B) | 268.95º | 0.51% | 0.87% | - |
| XYZ | 34.1 | 24.16 | 72.68 | - |
| YUV | 138.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 223 | 0.26 | 0.51 | 0 | 0.13 | 268.95 | 0.64 | 0.65 |
| Hex | A4 | 6D | DF | 1A | 33 | 0 | D | 10D | 40 | 41 |
| Octal | 244 | 155 | 337 | 32 | 63 | 0 | 15 | 415 | 100 | 101 |
| Binary | 10100100 | 1101101 | 11011111 | 11010 | 110011 | 0 | 1101 | 100001101 | 1000000 | 1000001 |
Color Harmonies of #A46DDF
Complementary color
Monochromatic Colors of #A46DDF
Black with #A46DDF
Text Example
Text Example
White with #A46DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DDF; }
p { color: rgb(164,109,223); }
H1.HeaderClassName
{
color: #A46DDF;
}
.AnyTagClassName
{
color: #A46DDF;
}
</style>
background-color css
<style>
a { background-color: #A46DDF; }
a { background-color: rgb(164,109,223); }
div.DivClassName
{
background-color: #A46DDF;
}
.BgClassName
{
background-color: #A46DDF;
}
</style>
border-color css
<style>
span { border-color: #A46DDF; }
span { border-color: rgb(164,109,223); }
td.TdClassName
{
border-color: #A46DDF;
}
.TagClassName
{
border-color: #A46DDF;
}
</style>