Shades of Medium Purple #A46CE0
Tints of Medium Purple #A46CE0
RGB
CMYK
RGB Variations
Color information
#A46CE0 (or 0xA46CE0) is known color: Medium Purple. HEX triplet: A4, 6C and E0. RGB value is (164,108,224). Sum of RGB (Red+Green+Blue) = 164+108+224=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #A46CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CE0 is #5B931F. Grayscale: #898989. Windows color (decimal): -6001440 or 14707876. OLE color: 14707876.
HSL color Cylindrical-coordinate representation of color #A46CE0: hue angle of 268.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46CE0 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 108 | 224 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.12 |
| HSL | 268.97º | 0.65% | 0.65% | - |
| HSV(B) | 268.97º | 0.52% | 0.88% | - |
| XYZ | 34.13 | 24 | 73.35 | - |
| YUV | 137.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 224 | 0.27 | 0.52 | 0 | 0.12 | 268.97 | 0.65 | 0.65 |
| Hex | A4 | 6C | E0 | 1B | 34 | 0 | C | 10D | 41 | 41 |
| Octal | 244 | 154 | 340 | 33 | 64 | 0 | 14 | 415 | 101 | 101 |
| Binary | 10100100 | 1101100 | 11100000 | 11011 | 110100 | 0 | 1100 | 100001101 | 1000001 | 1000001 |
Color Harmonies of #A46CE0
Complementary color
Monochromatic Colors of #A46CE0
Black with #A46CE0
Text Example
Text Example
White with #A46CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CE0; }
p { color: rgb(164,108,224); }
H1.HeaderClassName
{
color: #A46CE0;
}
.AnyTagClassName
{
color: #A46CE0;
}
</style>
background-color css
<style>
a { background-color: #A46CE0; }
a { background-color: rgb(164,108,224); }
div.DivClassName
{
background-color: #A46CE0;
}
.BgClassName
{
background-color: #A46CE0;
}
</style>
border-color css
<style>
span { border-color: #A46CE0; }
span { border-color: rgb(164,108,224); }
td.TdClassName
{
border-color: #A46CE0;
}
.TagClassName
{
border-color: #A46CE0;
}
</style>