Shades of Medium Purple #A46EEC
Tints of Medium Purple #A46EEC
RGB
CMYK
RGB Variations
Color information
#A46EEC (or 0xA46EEC) is known color: Medium Purple. HEX triplet: A4, 6E and EC. RGB value is (164,110,236). Sum of RGB (Red+Green+Blue) = 164+110+236=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #A46EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EEC is #5B9113. Grayscale: #8C8C8C. Windows color (decimal): -6000916 or 15494820. OLE color: 15494820.
HSL color Cylindrical-coordinate representation of color #A46EEC: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A46EEC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 110 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 265.71º | 0.77% | 0.68% | - |
| HSV(B) | 265.71º | 0.53% | 0.93% | - |
| XYZ | 36.03 | 25.1 | 82.3 | - |
| YUV | 140.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 236 | 0.31 | 0.53 | 0 | 0.07 | 265.71 | 0.77 | 0.68 |
| Hex | A4 | 6E | EC | 1F | 35 | 0 | 7 | 10A | 4D | 44 |
| Octal | 244 | 156 | 354 | 37 | 65 | 0 | 7 | 412 | 115 | 104 |
| Binary | 10100100 | 1101110 | 11101100 | 11111 | 110101 | 0 | 111 | 100001010 | 1001101 | 1000100 |
Color Harmonies of #A46EEC
Complementary color
Monochromatic Colors of #A46EEC
Black with #A46EEC
Text Example
Text Example
White with #A46EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EEC; }
p { color: rgb(164,110,236); }
H1.HeaderClassName
{
color: #A46EEC;
}
.AnyTagClassName
{
color: #A46EEC;
}
</style>
background-color css
<style>
a { background-color: #A46EEC; }
a { background-color: rgb(164,110,236); }
div.DivClassName
{
background-color: #A46EEC;
}
.BgClassName
{
background-color: #A46EEC;
}
</style>
border-color css
<style>
span { border-color: #A46EEC; }
span { border-color: rgb(164,110,236); }
td.TdClassName
{
border-color: #A46EEC;
}
.TagClassName
{
border-color: #A46EEC;
}
</style>