Shades of Medium Purple #A46FEC
Tints of Medium Purple #A46FEC
RGB
CMYK
RGB Variations
Color information
#A46FEC (or 0xA46FEC) is known color: Medium Purple. HEX triplet: A4, 6F and EC. RGB value is (164,111,236). Sum of RGB (Red+Green+Blue) = 164+111+236=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A46FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FEC is #5B9013. Grayscale: #8C8C8C. Windows color (decimal): -6000660 or 15495076. OLE color: 15495076.
HSL color Cylindrical-coordinate representation of color #A46FEC: hue angle of 265.44º 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 #A46FEC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 111 | 236 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.07 |
| HSL | 265.44º | 0.77% | 0.68% | - |
| HSV(B) | 265.44º | 0.53% | 0.93% | - |
| XYZ | 36.13 | 25.32 | 82.34 | - |
| YUV | 141.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 236 | 0.31 | 0.53 | 0 | 0.07 | 265.44 | 0.77 | 0.68 |
| Hex | A4 | 6F | EC | 1F | 35 | 0 | 7 | 109 | 4D | 44 |
| Octal | 244 | 157 | 354 | 37 | 65 | 0 | 7 | 411 | 115 | 104 |
| Binary | 10100100 | 1101111 | 11101100 | 11111 | 110101 | 0 | 111 | 100001001 | 1001101 | 1000100 |
Color Harmonies of #A46FEC
Complementary color
Monochromatic Colors of #A46FEC
Black with #A46FEC
Text Example
Text Example
White with #A46FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FEC; }
p { color: rgb(164,111,236); }
H1.HeaderClassName
{
color: #A46FEC;
}
.AnyTagClassName
{
color: #A46FEC;
}
</style>
background-color css
<style>
a { background-color: #A46FEC; }
a { background-color: rgb(164,111,236); }
div.DivClassName
{
background-color: #A46FEC;
}
.BgClassName
{
background-color: #A46FEC;
}
</style>
border-color css
<style>
span { border-color: #A46FEC; }
span { border-color: rgb(164,111,236); }
td.TdClassName
{
border-color: #A46FEC;
}
.TagClassName
{
border-color: #A46FEC;
}
</style>