Shades of Medium Purple #A46CE9
Tints of Medium Purple #A46CE9
RGB
CMYK
RGB Variations
Color information
#A46CE9 (or 0xA46CE9) is known color: Medium Purple. HEX triplet: A4, 6C and E9. RGB value is (164,108,233). Sum of RGB (Red+Green+Blue) = 164+108+233=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #A46CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CE9 is #5B9316. Grayscale: #8A8A8A. Windows color (decimal): -6001431 or 15297700. OLE color: 15297700.
HSL color Cylindrical-coordinate representation of color #A46CE9: hue angle of 266.88º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46CE9 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 108 | 233 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.09 |
| HSL | 266.88º | 0.74% | 0.67% | - |
| HSV(B) | 266.88º | 0.54% | 0.91% | - |
| XYZ | 35.38 | 24.5 | 79.96 | - |
| YUV | 138.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 233 | 0.30 | 0.54 | 0 | 0.09 | 266.88 | 0.74 | 0.67 |
| Hex | A4 | 6C | E9 | 1E | 36 | 0 | 9 | 10B | 4A | 43 |
| Octal | 244 | 154 | 351 | 36 | 66 | 0 | 11 | 413 | 112 | 103 |
| Binary | 10100100 | 1101100 | 11101001 | 11110 | 110110 | 0 | 1001 | 100001011 | 1001010 | 1000011 |
Color Harmonies of #A46CE9
Complementary color
Monochromatic Colors of #A46CE9
Black with #A46CE9
Text Example
Text Example
White with #A46CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CE9; }
p { color: rgb(164,108,233); }
H1.HeaderClassName
{
color: #A46CE9;
}
.AnyTagClassName
{
color: #A46CE9;
}
</style>
background-color css
<style>
a { background-color: #A46CE9; }
a { background-color: rgb(164,108,233); }
div.DivClassName
{
background-color: #A46CE9;
}
.BgClassName
{
background-color: #A46CE9;
}
</style>
border-color css
<style>
span { border-color: #A46CE9; }
span { border-color: rgb(164,108,233); }
td.TdClassName
{
border-color: #A46CE9;
}
.TagClassName
{
border-color: #A46CE9;
}
</style>