Shades of Medium Purple #A064E9
Tints of Medium Purple #A064E9
RGB
CMYK
RGB Variations
Color information
#A064E9 (or 0xA064E9) is known color: Medium Purple. HEX triplet: A0, 64 and E9. RGB value is (160,100,233). Sum of RGB (Red+Green+Blue) = 160+100+233=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #A064E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064E9 is #5F9B16. Grayscale: #848484. Windows color (decimal): -6265623 or 15295648. OLE color: 15295648.
HSL color Cylindrical-coordinate representation of color #A064E9: hue angle of 267.07º 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 #A064E9 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 100 | 233 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.09 |
| HSL | 267.07º | 0.75% | 0.65% | - |
| HSV(B) | 267.07º | 0.57% | 0.91% | - |
| XYZ | 33.76 | 22.47 | 79.65 | - |
| YUV | 133.1 | 184.38 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 233 | 0.31 | 0.57 | 0 | 0.09 | 267.07 | 0.75 | 0.65 |
| Hex | A0 | 64 | E9 | 1F | 39 | 0 | 9 | 10B | 4B | 41 |
| Octal | 240 | 144 | 351 | 37 | 71 | 0 | 11 | 413 | 113 | 101 |
| Binary | 10100000 | 1100100 | 11101001 | 11111 | 111001 | 0 | 1001 | 100001011 | 1001011 | 1000001 |
Color Harmonies of #A064E9
Complementary color
Monochromatic Colors of #A064E9
Black with #A064E9
Text Example
Text Example
White with #A064E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064E9; }
p { color: rgb(160,100,233); }
H1.HeaderClassName
{
color: #A064E9;
}
.AnyTagClassName
{
color: #A064E9;
}
</style>
background-color css
<style>
a { background-color: #A064E9; }
a { background-color: rgb(160,100,233); }
div.DivClassName
{
background-color: #A064E9;
}
.BgClassName
{
background-color: #A064E9;
}
</style>
border-color css
<style>
span { border-color: #A064E9; }
span { border-color: rgb(160,100,233); }
td.TdClassName
{
border-color: #A064E9;
}
.TagClassName
{
border-color: #A064E9;
}
</style>