Shades of Medium Purple #A064EF
Tints of Medium Purple #A064EF
RGB
CMYK
RGB Variations
Color information
#A064EF (or 0xA064EF) is known color: Medium Purple. HEX triplet: A0, 64 and EF. RGB value is (160,100,239). Sum of RGB (Red+Green+Blue) = 160+100+239=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #A064EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064EF is #5F9B10. Grayscale: #858585. Windows color (decimal): -6265617 or 15688864. OLE color: 15688864.
HSL color Cylindrical-coordinate representation of color #A064EF: hue angle of 265.9º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A064EF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 100 | 239 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.06 |
| HSL | 265.9º | 0.81% | 0.66% | - |
| HSV(B) | 265.9º | 0.58% | 0.94% | - |
| XYZ | 34.63 | 22.82 | 84.24 | - |
| YUV | 133.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 239 | 0.33 | 0.58 | 0 | 0.06 | 265.9 | 0.81 | 0.66 |
| Hex | A0 | 64 | EF | 21 | 3A | 0 | 6 | 10A | 51 | 42 |
| Octal | 240 | 144 | 357 | 41 | 72 | 0 | 6 | 412 | 121 | 102 |
| Binary | 10100000 | 1100100 | 11101111 | 100001 | 111010 | 0 | 110 | 100001010 | 1010001 | 1000010 |
Color Harmonies of #A064EF
Complementary color
Monochromatic Colors of #A064EF
Black with #A064EF
Text Example
Text Example
White with #A064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064EF; }
p { color: rgb(160,100,239); }
H1.HeaderClassName
{
color: #A064EF;
}
.AnyTagClassName
{
color: #A064EF;
}
</style>
background-color css
<style>
a { background-color: #A064EF; }
a { background-color: rgb(160,100,239); }
div.DivClassName
{
background-color: #A064EF;
}
.BgClassName
{
background-color: #A064EF;
}
</style>
border-color css
<style>
span { border-color: #A064EF; }
span { border-color: rgb(160,100,239); }
td.TdClassName
{
border-color: #A064EF;
}
.TagClassName
{
border-color: #A064EF;
}
</style>