Shades of Medium Purple #A46EE0
Tints of Medium Purple #A46EE0
RGB
CMYK
RGB Variations
Color information
#A46EE0 (or 0xA46EE0) is known color: Medium Purple. HEX triplet: A4, 6E and E0. RGB value is (164,110,224). Sum of RGB (Red+Green+Blue) = 164+110+224=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #A46EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EE0 is #5B911F. Grayscale: #8A8A8A. Windows color (decimal): -6000928 or 14708388. OLE color: 14708388.
HSL color Cylindrical-coordinate representation of color #A46EE0: hue angle of 268.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46EE0 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 110 | 224 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.12 |
| HSL | 268.42º | 0.65% | 0.65% | - |
| HSV(B) | 268.42º | 0.51% | 0.88% | - |
| XYZ | 34.34 | 24.43 | 73.43 | - |
| YUV | 139.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 224 | 0.27 | 0.51 | 0 | 0.12 | 268.42 | 0.65 | 0.65 |
| Hex | A4 | 6E | E0 | 1B | 33 | 0 | C | 10C | 41 | 41 |
| Octal | 244 | 156 | 340 | 33 | 63 | 0 | 14 | 414 | 101 | 101 |
| Binary | 10100100 | 1101110 | 11100000 | 11011 | 110011 | 0 | 1100 | 100001100 | 1000001 | 1000001 |
Color Harmonies of #A46EE0
Complementary color
Monochromatic Colors of #A46EE0
Black with #A46EE0
Text Example
Text Example
White with #A46EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EE0; }
p { color: rgb(164,110,224); }
H1.HeaderClassName
{
color: #A46EE0;
}
.AnyTagClassName
{
color: #A46EE0;
}
</style>
background-color css
<style>
a { background-color: #A46EE0; }
a { background-color: rgb(164,110,224); }
div.DivClassName
{
background-color: #A46EE0;
}
.BgClassName
{
background-color: #A46EE0;
}
</style>
border-color css
<style>
span { border-color: #A46EE0; }
span { border-color: rgb(164,110,224); }
td.TdClassName
{
border-color: #A46EE0;
}
.TagClassName
{
border-color: #A46EE0;
}
</style>