Shades of Medium Purple #A864FA
Tints of Medium Purple #A864FA
RGB
CMYK
RGB Variations
Color information
#A864FA (or 0xA864FA) is known color: Medium Purple. HEX triplet: A8, 64 and FA. RGB value is (168,100,250). Sum of RGB (Red+Green+Blue) = 168+100+250=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A864FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864FA is #579B05. Grayscale: #888888. Windows color (decimal): -5741318 or 16409768. OLE color: 16409768.
HSL color Cylindrical-coordinate representation of color #A864FA: hue angle of 267.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A864FA is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 100 | 250 | - |
| CMYK | 0.33 | 0.6 | 0 | 0.02 |
| HSL | 267.2º | 0.94% | 0.69% | - |
| HSV(B) | 267.2º | 0.6% | 0.98% | - |
| XYZ | 37.96 | 24.34 | 93.14 | - |
| YUV | 137.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 250 | 0.33 | 0.6 | 0 | 0.02 | 267.2 | 0.94 | 0.69 |
| Hex | A8 | 64 | FA | 21 | 3C | 0 | 2 | 10B | 5E | 45 |
| Octal | 250 | 144 | 372 | 41 | 74 | 0 | 2 | 413 | 136 | 105 |
| Binary | 10101000 | 1100100 | 11111010 | 100001 | 111100 | 0 | 10 | 100001011 | 1011110 | 1000101 |
Color Harmonies of #A864FA
Complementary color
Monochromatic Colors of #A864FA
Black with #A864FA
Text Example
Text Example
White with #A864FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864FA; }
p { color: rgb(168,100,250); }
H1.HeaderClassName
{
color: #A864FA;
}
.AnyTagClassName
{
color: #A864FA;
}
</style>
background-color css
<style>
a { background-color: #A864FA; }
a { background-color: rgb(168,100,250); }
div.DivClassName
{
background-color: #A864FA;
}
.BgClassName
{
background-color: #A864FA;
}
</style>
border-color css
<style>
span { border-color: #A864FA; }
span { border-color: rgb(168,100,250); }
td.TdClassName
{
border-color: #A864FA;
}
.TagClassName
{
border-color: #A864FA;
}
</style>