Shades of Medium Purple #A064F4
Tints of Medium Purple #A064F4
RGB
CMYK
RGB Variations
Color information
#A064F4 (or 0xA064F4) is known color: Medium Purple. HEX triplet: A0, 64 and F4. RGB value is (160,100,244). Sum of RGB (Red+Green+Blue) = 160+100+244=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #A064F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064F4 is #5F9B0B. Grayscale: #858585. Windows color (decimal): -6265612 or 16016544. OLE color: 16016544.
HSL color Cylindrical-coordinate representation of color #A064F4: hue angle of 265º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A064F4 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 100 | 244 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.04 |
| HSL | 265º | 0.87% | 0.67% | - |
| HSV(B) | 265º | 0.59% | 0.96% | - |
| XYZ | 35.38 | 23.12 | 88.19 | - |
| YUV | 134.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 244 | 0.34 | 0.59 | 0 | 0.04 | 265 | 0.87 | 0.67 |
| Hex | A0 | 64 | F4 | 22 | 3B | 0 | 4 | 109 | 57 | 43 |
| Octal | 240 | 144 | 364 | 42 | 73 | 0 | 4 | 411 | 127 | 103 |
| Binary | 10100000 | 1100100 | 11110100 | 100010 | 111011 | 0 | 100 | 100001001 | 1010111 | 1000011 |
Color Harmonies of #A064F4
Complementary color
Monochromatic Colors of #A064F4
Black with #A064F4
Text Example
Text Example
White with #A064F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064F4; }
p { color: rgb(160,100,244); }
H1.HeaderClassName
{
color: #A064F4;
}
.AnyTagClassName
{
color: #A064F4;
}
</style>
background-color css
<style>
a { background-color: #A064F4; }
a { background-color: rgb(160,100,244); }
div.DivClassName
{
background-color: #A064F4;
}
.BgClassName
{
background-color: #A064F4;
}
</style>
border-color css
<style>
span { border-color: #A064F4; }
span { border-color: rgb(160,100,244); }
td.TdClassName
{
border-color: #A064F4;
}
.TagClassName
{
border-color: #A064F4;
}
</style>