Shades of Medium Purple #A464EF
Tints of Medium Purple #A464EF
RGB
CMYK
RGB Variations
Color information
#A464EF (or 0xA464EF) is known color: Medium Purple. HEX triplet: A4, 64 and EF. RGB value is (164,100,239). Sum of RGB (Red+Green+Blue) = 164+100+239=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #A464EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464EF is #5B9B10. Grayscale: #868686. Windows color (decimal): -6003473 or 15688868. OLE color: 15688868.
HSL color Cylindrical-coordinate representation of color #A464EF: hue angle of 267.63º 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 #A464EF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 100 | 239 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.06 |
| HSL | 267.63º | 0.81% | 0.66% | - |
| HSV(B) | 267.63º | 0.58% | 0.94% | - |
| XYZ | 35.45 | 23.24 | 84.28 | - |
| YUV | 134.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 239 | 0.31 | 0.58 | 0 | 0.06 | 267.63 | 0.81 | 0.66 |
| Hex | A4 | 64 | EF | 1F | 3A | 0 | 6 | 10C | 51 | 42 |
| Octal | 244 | 144 | 357 | 37 | 72 | 0 | 6 | 414 | 121 | 102 |
| Binary | 10100100 | 1100100 | 11101111 | 11111 | 111010 | 0 | 110 | 100001100 | 1010001 | 1000010 |
Color Harmonies of #A464EF
Complementary color
Monochromatic Colors of #A464EF
Black with #A464EF
Text Example
Text Example
White with #A464EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464EF; }
p { color: rgb(164,100,239); }
H1.HeaderClassName
{
color: #A464EF;
}
.AnyTagClassName
{
color: #A464EF;
}
</style>
background-color css
<style>
a { background-color: #A464EF; }
a { background-color: rgb(164,100,239); }
div.DivClassName
{
background-color: #A464EF;
}
.BgClassName
{
background-color: #A464EF;
}
</style>
border-color css
<style>
span { border-color: #A464EF; }
span { border-color: rgb(164,100,239); }
td.TdClassName
{
border-color: #A464EF;
}
.TagClassName
{
border-color: #A464EF;
}
</style>