Shades of Medium Purple #A864F1
Tints of Medium Purple #A864F1
RGB
CMYK
RGB Variations
Color information
#A864F1 (or 0xA864F1) is known color: Medium Purple. HEX triplet: A8, 64 and F1. RGB value is (168,100,241). Sum of RGB (Red+Green+Blue) = 168+100+241=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #A864F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864F1 is #579B0E. Grayscale: #878787. Windows color (decimal): -5741327 or 15819944. OLE color: 15819944.
HSL color Cylindrical-coordinate representation of color #A864F1: hue angle of 268.94º degrees, saturation: 0.83, 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 #A864F1 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 100 | 241 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.05 |
| HSL | 268.94º | 0.83% | 0.67% | - |
| HSV(B) | 268.94º | 0.59% | 0.95% | - |
| XYZ | 36.58 | 23.79 | 85.88 | - |
| YUV | 136.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 241 | 0.30 | 0.59 | 0 | 0.05 | 268.94 | 0.83 | 0.67 |
| Hex | A8 | 64 | F1 | 1E | 3B | 0 | 5 | 10D | 53 | 43 |
| Octal | 250 | 144 | 361 | 36 | 73 | 0 | 5 | 415 | 123 | 103 |
| Binary | 10101000 | 1100100 | 11110001 | 11110 | 111011 | 0 | 101 | 100001101 | 1010011 | 1000011 |
Color Harmonies of #A864F1
Complementary color
Monochromatic Colors of #A864F1
Black with #A864F1
Text Example
Text Example
White with #A864F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864F1; }
p { color: rgb(168,100,241); }
H1.HeaderClassName
{
color: #A864F1;
}
.AnyTagClassName
{
color: #A864F1;
}
</style>
background-color css
<style>
a { background-color: #A864F1; }
a { background-color: rgb(168,100,241); }
div.DivClassName
{
background-color: #A864F1;
}
.BgClassName
{
background-color: #A864F1;
}
</style>
border-color css
<style>
span { border-color: #A864F1; }
span { border-color: rgb(168,100,241); }
td.TdClassName
{
border-color: #A864F1;
}
.TagClassName
{
border-color: #A864F1;
}
</style>