Shades of Medium Purple #A46BE1
Tints of Medium Purple #A46BE1
RGB
CMYK
RGB Variations
Color information
#A46BE1 (or 0xA46BE1) is known color: Medium Purple. HEX triplet: A4, 6B and E1. RGB value is (164,107,225). Sum of RGB (Red+Green+Blue) = 164+107+225=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #A46BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BE1 is #5B941E. Grayscale: #898989. Windows color (decimal): -6001695 or 14773156. OLE color: 14773156.
HSL color Cylindrical-coordinate representation of color #A46BE1: hue angle of 268.98º degrees, saturation: 0.66, 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 #A46BE1 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 107 | 225 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.12 |
| HSL | 268.98º | 0.66% | 0.65% | - |
| HSV(B) | 268.98º | 0.52% | 0.88% | - |
| XYZ | 34.16 | 23.84 | 74.04 | - |
| YUV | 137.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 225 | 0.27 | 0.52 | 0 | 0.12 | 268.98 | 0.66 | 0.65 |
| Hex | A4 | 6B | E1 | 1B | 34 | 0 | C | 10D | 42 | 41 |
| Octal | 244 | 153 | 341 | 33 | 64 | 0 | 14 | 415 | 102 | 101 |
| Binary | 10100100 | 1101011 | 11100001 | 11011 | 110100 | 0 | 1100 | 100001101 | 1000010 | 1000001 |
Color Harmonies of #A46BE1
Complementary color
Monochromatic Colors of #A46BE1
Black with #A46BE1
Text Example
Text Example
White with #A46BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BE1; }
p { color: rgb(164,107,225); }
H1.HeaderClassName
{
color: #A46BE1;
}
.AnyTagClassName
{
color: #A46BE1;
}
</style>
background-color css
<style>
a { background-color: #A46BE1; }
a { background-color: rgb(164,107,225); }
div.DivClassName
{
background-color: #A46BE1;
}
.BgClassName
{
background-color: #A46BE1;
}
</style>
border-color css
<style>
span { border-color: #A46BE1; }
span { border-color: rgb(164,107,225); }
td.TdClassName
{
border-color: #A46BE1;
}
.TagClassName
{
border-color: #A46BE1;
}
</style>