Shades of Medium Purple #A464FD
Tints of Medium Purple #A464FD
RGB
CMYK
RGB Variations
Color information
#A464FD (or 0xA464FD) is known color: Medium Purple. HEX triplet: A4, 64 and FD. RGB value is (164,100,253). Sum of RGB (Red+Green+Blue) = 164+100+253=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #A464FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464FD is #5B9B02. Grayscale: #888888. Windows color (decimal): -6003459 or 16606372. OLE color: 16606372.
HSL color Cylindrical-coordinate representation of color #A464FD: hue angle of 265.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A464FD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 100 | 253 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.01 |
| HSL | 265.1º | 0.97% | 0.69% | - |
| HSV(B) | 265.1º | 0.6% | 0.99% | - |
| XYZ | 37.6 | 24.1 | 95.6 | - |
| YUV | 136.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 253 | 0.35 | 0.60 | 0 | 0.01 | 265.1 | 0.97 | 0.69 |
| Hex | A4 | 64 | FD | 23 | 3C | 0 | 1 | 109 | 61 | 45 |
| Octal | 244 | 144 | 375 | 43 | 74 | 0 | 1 | 411 | 141 | 105 |
| Binary | 10100100 | 1100100 | 11111101 | 100011 | 111100 | 0 | 1 | 100001001 | 1100001 | 1000101 |
Color Harmonies of #A464FD
Complementary color
Monochromatic Colors of #A464FD
Black with #A464FD
Text Example
Text Example
White with #A464FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464FD; }
p { color: rgb(164,100,253); }
H1.HeaderClassName
{
color: #A464FD;
}
.AnyTagClassName
{
color: #A464FD;
}
</style>
background-color css
<style>
a { background-color: #A464FD; }
a { background-color: rgb(164,100,253); }
div.DivClassName
{
background-color: #A464FD;
}
.BgClassName
{
background-color: #A464FD;
}
</style>
border-color css
<style>
span { border-color: #A464FD; }
span { border-color: rgb(164,100,253); }
td.TdClassName
{
border-color: #A464FD;
}
.TagClassName
{
border-color: #A464FD;
}
</style>