Shades of Medium Purple #A964EC
Tints of Medium Purple #A964EC
RGB
CMYK
RGB Variations
Color information
#A964EC (or 0xA964EC) is known color: Medium Purple. HEX triplet: A9, 64 and EC. RGB value is (169,100,236). Sum of RGB (Red+Green+Blue) = 169+100+236=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A964EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964EC is #569B13. Grayscale: #878787. Windows color (decimal): -5675796 or 15492265. OLE color: 15492265.
HSL color Cylindrical-coordinate representation of color #A964EC: hue angle of 270.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A964EC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 100 | 236 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.07 |
| HSL | 270.44º | 0.78% | 0.66% | - |
| HSV(B) | 270.44º | 0.58% | 0.93% | - |
| XYZ | 36.06 | 23.61 | 82.01 | - |
| YUV | 136.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 236 | 0.28 | 0.58 | 0 | 0.07 | 270.44 | 0.78 | 0.66 |
| Hex | A9 | 64 | EC | 1C | 3A | 0 | 7 | 10E | 4E | 42 |
| Octal | 251 | 144 | 354 | 34 | 72 | 0 | 7 | 416 | 116 | 102 |
| Binary | 10101001 | 1100100 | 11101100 | 11100 | 111010 | 0 | 111 | 100001110 | 1001110 | 1000010 |
Color Harmonies of #A964EC
Complementary color
Monochromatic Colors of #A964EC
Black with #A964EC
Text Example
Text Example
White with #A964EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964EC; }
p { color: rgb(169,100,236); }
H1.HeaderClassName
{
color: #A964EC;
}
.AnyTagClassName
{
color: #A964EC;
}
</style>
background-color css
<style>
a { background-color: #A964EC; }
a { background-color: rgb(169,100,236); }
div.DivClassName
{
background-color: #A964EC;
}
.BgClassName
{
background-color: #A964EC;
}
</style>
border-color css
<style>
span { border-color: #A964EC; }
span { border-color: rgb(169,100,236); }
td.TdClassName
{
border-color: #A964EC;
}
.TagClassName
{
border-color: #A964EC;
}
</style>