Shades of Medium Purple #A46EEF
Tints of Medium Purple #A46EEF
RGB
CMYK
RGB Variations
Color information
#A46EEF (or 0xA46EEF) is known color: Medium Purple. HEX triplet: A4, 6E and EF. RGB value is (164,110,239). Sum of RGB (Red+Green+Blue) = 164+110+239=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #A46EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EEF is #5B9110. Grayscale: #8C8C8C. Windows color (decimal): -6000913 or 15691428. OLE color: 15691428.
HSL color Cylindrical-coordinate representation of color #A46EEF: hue angle of 265.12º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46EEF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 110 | 239 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.06 |
| HSL | 265.12º | 0.8% | 0.68% | - |
| HSV(B) | 265.12º | 0.54% | 0.94% | - |
| XYZ | 36.47 | 25.28 | 84.62 | - |
| YUV | 140.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 239 | 0.31 | 0.54 | 0 | 0.06 | 265.12 | 0.8 | 0.68 |
| Hex | A4 | 6E | EF | 1F | 36 | 0 | 6 | 109 | 50 | 44 |
| Octal | 244 | 156 | 357 | 37 | 66 | 0 | 6 | 411 | 120 | 104 |
| Binary | 10100100 | 1101110 | 11101111 | 11111 | 110110 | 0 | 110 | 100001001 | 1010000 | 1000100 |
Color Harmonies of #A46EEF
Complementary color
Monochromatic Colors of #A46EEF
Black with #A46EEF
Text Example
Text Example
White with #A46EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EEF; }
p { color: rgb(164,110,239); }
H1.HeaderClassName
{
color: #A46EEF;
}
.AnyTagClassName
{
color: #A46EEF;
}
</style>
background-color css
<style>
a { background-color: #A46EEF; }
a { background-color: rgb(164,110,239); }
div.DivClassName
{
background-color: #A46EEF;
}
.BgClassName
{
background-color: #A46EEF;
}
</style>
border-color css
<style>
span { border-color: #A46EEF; }
span { border-color: rgb(164,110,239); }
td.TdClassName
{
border-color: #A46EEF;
}
.TagClassName
{
border-color: #A46EEF;
}
</style>