Shades of Medium Purple #A864FC
Tints of Medium Purple #A864FC
RGB
CMYK
RGB Variations
Color information
#A864FC (or 0xA864FC) is known color: Medium Purple. HEX triplet: A8, 64 and FC. RGB value is (168,100,252). Sum of RGB (Red+Green+Blue) = 168+100+252=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A864FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864FC is #579B03. Grayscale: #898989. Windows color (decimal): -5741316 or 16540840. OLE color: 16540840.
HSL color Cylindrical-coordinate representation of color #A864FC: hue angle of 266.84º degrees, saturation: 0.96, 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 #A864FC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 100 | 252 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.01 |
| HSL | 266.84º | 0.96% | 0.69% | - |
| HSV(B) | 266.84º | 0.6% | 0.99% | - |
| XYZ | 38.28 | 24.47 | 94.8 | - |
| YUV | 137.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 252 | 0.33 | 0.60 | 0 | 0.01 | 266.84 | 0.96 | 0.69 |
| Hex | A8 | 64 | FC | 21 | 3C | 0 | 1 | 10B | 60 | 45 |
| Octal | 250 | 144 | 374 | 41 | 74 | 0 | 1 | 413 | 140 | 105 |
| Binary | 10101000 | 1100100 | 11111100 | 100001 | 111100 | 0 | 1 | 100001011 | 1100000 | 1000101 |
Color Harmonies of #A864FC
Complementary color
Monochromatic Colors of #A864FC
Black with #A864FC
Text Example
Text Example
White with #A864FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864FC; }
p { color: rgb(168,100,252); }
H1.HeaderClassName
{
color: #A864FC;
}
.AnyTagClassName
{
color: #A864FC;
}
</style>
background-color css
<style>
a { background-color: #A864FC; }
a { background-color: rgb(168,100,252); }
div.DivClassName
{
background-color: #A864FC;
}
.BgClassName
{
background-color: #A864FC;
}
</style>
border-color css
<style>
span { border-color: #A864FC; }
span { border-color: rgb(168,100,252); }
td.TdClassName
{
border-color: #A864FC;
}
.TagClassName
{
border-color: #A864FC;
}
</style>