Shades of Medium Purple #A46EF3
Tints of Medium Purple #A46EF3
RGB
CMYK
RGB Variations
Color information
#A46EF3 (or 0xA46EF3) is known color: Medium Purple. HEX triplet: A4, 6E and F3. RGB value is (164,110,243). Sum of RGB (Red+Green+Blue) = 164+110+243=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #A46EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EF3 is #5B910C. Grayscale: #8C8C8C. Windows color (decimal): -6000909 or 15953572. OLE color: 15953572.
HSL color Cylindrical-coordinate representation of color #A46EF3: hue angle of 264.36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46EF3 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 110 | 243 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.05 |
| HSL | 264.36º | 0.85% | 0.69% | - |
| HSV(B) | 264.36º | 0.55% | 0.95% | - |
| XYZ | 37.06 | 25.52 | 87.77 | - |
| YUV | 141.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 243 | 0.33 | 0.55 | 0 | 0.05 | 264.36 | 0.85 | 0.69 |
| Hex | A4 | 6E | F3 | 21 | 37 | 0 | 5 | 108 | 55 | 45 |
| Octal | 244 | 156 | 363 | 41 | 67 | 0 | 5 | 410 | 125 | 105 |
| Binary | 10100100 | 1101110 | 11110011 | 100001 | 110111 | 0 | 101 | 100001000 | 1010101 | 1000101 |
Color Harmonies of #A46EF3
Complementary color
Monochromatic Colors of #A46EF3
Black with #A46EF3
Text Example
Text Example
White with #A46EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EF3; }
p { color: rgb(164,110,243); }
H1.HeaderClassName
{
color: #A46EF3;
}
.AnyTagClassName
{
color: #A46EF3;
}
</style>
background-color css
<style>
a { background-color: #A46EF3; }
a { background-color: rgb(164,110,243); }
div.DivClassName
{
background-color: #A46EF3;
}
.BgClassName
{
background-color: #A46EF3;
}
</style>
border-color css
<style>
span { border-color: #A46EF3; }
span { border-color: rgb(164,110,243); }
td.TdClassName
{
border-color: #A46EF3;
}
.TagClassName
{
border-color: #A46EF3;
}
</style>