Shades of Medium Purple #A46FE9
Tints of Medium Purple #A46FE9
RGB
CMYK
RGB Variations
Color information
#A46FE9 (or 0xA46FE9) is known color: Medium Purple. HEX triplet: A4, 6F and E9. RGB value is (164,111,233). Sum of RGB (Red+Green+Blue) = 164+111+233=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #A46FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FE9 is #5B9016. Grayscale: #8C8C8C. Windows color (decimal): -6000663 or 15298468. OLE color: 15298468.
HSL color Cylindrical-coordinate representation of color #A46FE9: hue angle of 266.07º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46FE9 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 111 | 233 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 266.07º | 0.73% | 0.67% | - |
| HSV(B) | 266.07º | 0.52% | 0.91% | - |
| XYZ | 35.7 | 25.14 | 80.06 | - |
| YUV | 140.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 233 | 0.30 | 0.52 | 0 | 0.09 | 266.07 | 0.73 | 0.67 |
| Hex | A4 | 6F | E9 | 1E | 34 | 0 | 9 | 10A | 49 | 43 |
| Octal | 244 | 157 | 351 | 36 | 64 | 0 | 11 | 412 | 111 | 103 |
| Binary | 10100100 | 1101111 | 11101001 | 11110 | 110100 | 0 | 1001 | 100001010 | 1001001 | 1000011 |
Color Harmonies of #A46FE9
Complementary color
Monochromatic Colors of #A46FE9
Black with #A46FE9
Text Example
Text Example
White with #A46FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46FE9; }
p { color: rgb(164,111,233); }
H1.HeaderClassName
{
color: #A46FE9;
}
.AnyTagClassName
{
color: #A46FE9;
}
</style>
background-color css
<style>
a { background-color: #A46FE9; }
a { background-color: rgb(164,111,233); }
div.DivClassName
{
background-color: #A46FE9;
}
.BgClassName
{
background-color: #A46FE9;
}
</style>
border-color css
<style>
span { border-color: #A46FE9; }
span { border-color: rgb(164,111,233); }
td.TdClassName
{
border-color: #A46FE9;
}
.TagClassName
{
border-color: #A46FE9;
}
</style>