Shades of Medium Purple #A064EA
Tints of Medium Purple #A064EA
RGB
CMYK
RGB Variations
Color information
#A064EA (or 0xA064EA) is known color: Medium Purple. HEX triplet: A0, 64 and EA. RGB value is (160,100,234). Sum of RGB (Red+Green+Blue) = 160+100+234=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #A064EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064EA is #5F9B15. Grayscale: #848484. Windows color (decimal): -6265622 or 15361184. OLE color: 15361184.
HSL color Cylindrical-coordinate representation of color #A064EA: hue angle of 266.87º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A064EA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 100 | 234 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.08 |
| HSL | 266.87º | 0.76% | 0.65% | - |
| HSV(B) | 266.87º | 0.57% | 0.92% | - |
| XYZ | 33.91 | 22.53 | 80.4 | - |
| YUV | 133.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 234 | 0.32 | 0.57 | 0 | 0.08 | 266.87 | 0.76 | 0.65 |
| Hex | A0 | 64 | EA | 20 | 39 | 0 | 8 | 10B | 4C | 41 |
| Octal | 240 | 144 | 352 | 40 | 71 | 0 | 10 | 413 | 114 | 101 |
| Binary | 10100000 | 1100100 | 11101010 | 100000 | 111001 | 0 | 1000 | 100001011 | 1001100 | 1000001 |
Color Harmonies of #A064EA
Complementary color
Monochromatic Colors of #A064EA
Black with #A064EA
Text Example
Text Example
White with #A064EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064EA; }
p { color: rgb(160,100,234); }
H1.HeaderClassName
{
color: #A064EA;
}
.AnyTagClassName
{
color: #A064EA;
}
</style>
background-color css
<style>
a { background-color: #A064EA; }
a { background-color: rgb(160,100,234); }
div.DivClassName
{
background-color: #A064EA;
}
.BgClassName
{
background-color: #A064EA;
}
</style>
border-color css
<style>
span { border-color: #A064EA; }
span { border-color: rgb(160,100,234); }
td.TdClassName
{
border-color: #A064EA;
}
.TagClassName
{
border-color: #A064EA;
}
</style>