Shades of Medium Purple #A864F6
Tints of Medium Purple #A864F6
RGB
CMYK
RGB Variations
Color information
#A864F6 (or 0xA864F6) is known color: Medium Purple. HEX triplet: A8, 64 and F6. RGB value is (168,100,246). Sum of RGB (Red+Green+Blue) = 168+100+246=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #A864F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864F6 is #579B09. Grayscale: #888888. Windows color (decimal): -5741322 or 16147624. OLE color: 16147624.
HSL color Cylindrical-coordinate representation of color #A864F6: hue angle of 267.95º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A864F6 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 100 | 246 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.04 |
| HSL | 267.95º | 0.89% | 0.68% | - |
| HSV(B) | 267.95º | 0.59% | 0.96% | - |
| XYZ | 37.34 | 24.09 | 89.87 | - |
| YUV | 136.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 246 | 0.32 | 0.59 | 0 | 0.04 | 267.95 | 0.89 | 0.68 |
| Hex | A8 | 64 | F6 | 20 | 3B | 0 | 4 | 10C | 59 | 44 |
| Octal | 250 | 144 | 366 | 40 | 73 | 0 | 4 | 414 | 131 | 104 |
| Binary | 10101000 | 1100100 | 11110110 | 100000 | 111011 | 0 | 100 | 100001100 | 1011001 | 1000100 |
Color Harmonies of #A864F6
Complementary color
Monochromatic Colors of #A864F6
Black with #A864F6
Text Example
Text Example
White with #A864F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864F6; }
p { color: rgb(168,100,246); }
H1.HeaderClassName
{
color: #A864F6;
}
.AnyTagClassName
{
color: #A864F6;
}
</style>
background-color css
<style>
a { background-color: #A864F6; }
a { background-color: rgb(168,100,246); }
div.DivClassName
{
background-color: #A864F6;
}
.BgClassName
{
background-color: #A864F6;
}
</style>
border-color css
<style>
span { border-color: #A864F6; }
span { border-color: rgb(168,100,246); }
td.TdClassName
{
border-color: #A864F6;
}
.TagClassName
{
border-color: #A864F6;
}
</style>