Shades of Medium Purple #A46EE1
Tints of Medium Purple #A46EE1
RGB
CMYK
RGB Variations
Color information
#A46EE1 (or 0xA46EE1) is known color: Medium Purple. HEX triplet: A4, 6E and E1. RGB value is (164,110,225). Sum of RGB (Red+Green+Blue) = 164+110+225=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #A46EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EE1 is #5B911E. Grayscale: #8A8A8A. Windows color (decimal): -6000927 or 14773924. OLE color: 14773924.
HSL color Cylindrical-coordinate representation of color #A46EE1: hue angle of 268.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46EE1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 110 | 225 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.12 |
| HSL | 268.17º | 0.66% | 0.66% | - |
| HSV(B) | 268.17º | 0.51% | 0.88% | - |
| XYZ | 34.48 | 24.48 | 74.14 | - |
| YUV | 139.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 225 | 0.27 | 0.51 | 0 | 0.12 | 268.17 | 0.66 | 0.66 |
| Hex | A4 | 6E | E1 | 1B | 33 | 0 | C | 10C | 42 | 42 |
| Octal | 244 | 156 | 341 | 33 | 63 | 0 | 14 | 414 | 102 | 102 |
| Binary | 10100100 | 1101110 | 11100001 | 11011 | 110011 | 0 | 1100 | 100001100 | 1000010 | 1000010 |
Color Harmonies of #A46EE1
Complementary color
Monochromatic Colors of #A46EE1
Black with #A46EE1
Text Example
Text Example
White with #A46EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EE1; }
p { color: rgb(164,110,225); }
H1.HeaderClassName
{
color: #A46EE1;
}
.AnyTagClassName
{
color: #A46EE1;
}
</style>
background-color css
<style>
a { background-color: #A46EE1; }
a { background-color: rgb(164,110,225); }
div.DivClassName
{
background-color: #A46EE1;
}
.BgClassName
{
background-color: #A46EE1;
}
</style>
border-color css
<style>
span { border-color: #A46EE1; }
span { border-color: rgb(164,110,225); }
td.TdClassName
{
border-color: #A46EE1;
}
.TagClassName
{
border-color: #A46EE1;
}
</style>