Shades of Medium Purple #A964E9
Tints of Medium Purple #A964E9
RGB
CMYK
RGB Variations
Color information
#A964E9 (or 0xA964E9) is known color: Medium Purple. HEX triplet: A9, 64 and E9. RGB value is (169,100,233). Sum of RGB (Red+Green+Blue) = 169+100+233=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #A964E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964E9 is #569B16. Grayscale: #878787. Windows color (decimal): -5675799 or 15295657. OLE color: 15295657.
HSL color Cylindrical-coordinate representation of color #A964E9: hue angle of 271.13º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A964E9 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 100 | 233 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.09 |
| HSL | 271.13º | 0.75% | 0.65% | - |
| HSV(B) | 271.13º | 0.57% | 0.91% | - |
| XYZ | 35.63 | 23.43 | 79.74 | - |
| YUV | 135.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 233 | 0.27 | 0.57 | 0 | 0.09 | 271.13 | 0.75 | 0.65 |
| Hex | A9 | 64 | E9 | 1B | 39 | 0 | 9 | 10F | 4B | 41 |
| Octal | 251 | 144 | 351 | 33 | 71 | 0 | 11 | 417 | 113 | 101 |
| Binary | 10101001 | 1100100 | 11101001 | 11011 | 111001 | 0 | 1001 | 100001111 | 1001011 | 1000001 |
Color Harmonies of #A964E9
Complementary color
Monochromatic Colors of #A964E9
Black with #A964E9
Text Example
Text Example
White with #A964E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964E9; }
p { color: rgb(169,100,233); }
H1.HeaderClassName
{
color: #A964E9;
}
.AnyTagClassName
{
color: #A964E9;
}
</style>
background-color css
<style>
a { background-color: #A964E9; }
a { background-color: rgb(169,100,233); }
div.DivClassName
{
background-color: #A964E9;
}
.BgClassName
{
background-color: #A964E9;
}
</style>
border-color css
<style>
span { border-color: #A964E9; }
span { border-color: rgb(169,100,233); }
td.TdClassName
{
border-color: #A964E9;
}
.TagClassName
{
border-color: #A964E9;
}
</style>