Shades of Medium Purple #A064F5
Tints of Medium Purple #A064F5
RGB
CMYK
RGB Variations
Color information
#A064F5 (or 0xA064F5) is known color: Medium Purple. HEX triplet: A0, 64 and F5. RGB value is (160,100,245). Sum of RGB (Red+Green+Blue) = 160+100+245=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #A064F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064F5 is #5F9B0A. Grayscale: #858585. Windows color (decimal): -6265611 or 16082080. OLE color: 16082080.
HSL color Cylindrical-coordinate representation of color #A064F5: hue angle of 264.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A064F5 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 100 | 245 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.04 |
| HSL | 264.83º | 0.88% | 0.68% | - |
| HSV(B) | 264.83º | 0.59% | 0.96% | - |
| XYZ | 35.54 | 23.18 | 88.99 | - |
| YUV | 134.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 245 | 0.35 | 0.59 | 0 | 0.04 | 264.83 | 0.88 | 0.68 |
| Hex | A0 | 64 | F5 | 23 | 3B | 0 | 4 | 109 | 58 | 44 |
| Octal | 240 | 144 | 365 | 43 | 73 | 0 | 4 | 411 | 130 | 104 |
| Binary | 10100000 | 1100100 | 11110101 | 100011 | 111011 | 0 | 100 | 100001001 | 1011000 | 1000100 |
Color Harmonies of #A064F5
Complementary color
Monochromatic Colors of #A064F5
Black with #A064F5
Text Example
Text Example
White with #A064F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064F5; }
p { color: rgb(160,100,245); }
H1.HeaderClassName
{
color: #A064F5;
}
.AnyTagClassName
{
color: #A064F5;
}
</style>
background-color css
<style>
a { background-color: #A064F5; }
a { background-color: rgb(160,100,245); }
div.DivClassName
{
background-color: #A064F5;
}
.BgClassName
{
background-color: #A064F5;
}
</style>
border-color css
<style>
span { border-color: #A064F5; }
span { border-color: rgb(160,100,245); }
td.TdClassName
{
border-color: #A064F5;
}
.TagClassName
{
border-color: #A064F5;
}
</style>