Shades of Medium Purple #A064F2
Tints of Medium Purple #A064F2
RGB
CMYK
RGB Variations
Color information
#A064F2 (or 0xA064F2) is known color: Medium Purple. HEX triplet: A0, 64 and F2. RGB value is (160,100,242). Sum of RGB (Red+Green+Blue) = 160+100+242=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #A064F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064F2 is #5F9B0D. Grayscale: #858585. Windows color (decimal): -6265614 or 15885472. OLE color: 15885472.
HSL color Cylindrical-coordinate representation of color #A064F2: hue angle of 265.35º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A064F2 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 100 | 242 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.05 |
| HSL | 265.35º | 0.85% | 0.67% | - |
| HSV(B) | 265.35º | 0.59% | 0.95% | - |
| XYZ | 35.08 | 23 | 86.59 | - |
| YUV | 134.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 242 | 0.34 | 0.59 | 0 | 0.05 | 265.35 | 0.85 | 0.67 |
| Hex | A0 | 64 | F2 | 22 | 3B | 0 | 5 | 109 | 55 | 43 |
| Octal | 240 | 144 | 362 | 42 | 73 | 0 | 5 | 411 | 125 | 103 |
| Binary | 10100000 | 1100100 | 11110010 | 100010 | 111011 | 0 | 101 | 100001001 | 1010101 | 1000011 |
Color Harmonies of #A064F2
Complementary color
Monochromatic Colors of #A064F2
Black with #A064F2
Text Example
Text Example
White with #A064F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064F2; }
p { color: rgb(160,100,242); }
H1.HeaderClassName
{
color: #A064F2;
}
.AnyTagClassName
{
color: #A064F2;
}
</style>
background-color css
<style>
a { background-color: #A064F2; }
a { background-color: rgb(160,100,242); }
div.DivClassName
{
background-color: #A064F2;
}
.BgClassName
{
background-color: #A064F2;
}
</style>
border-color css
<style>
span { border-color: #A064F2; }
span { border-color: rgb(160,100,242); }
td.TdClassName
{
border-color: #A064F2;
}
.TagClassName
{
border-color: #A064F2;
}
</style>