Shades of Medium Purple #A868FC
Tints of Medium Purple #A868FC
RGB
CMYK
RGB Variations
Color information
#A868FC (or 0xA868FC) is known color: Medium Purple. HEX triplet: A8, 68 and FC. RGB value is (168,104,252). Sum of RGB (Red+Green+Blue) = 168+104+252=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #A868FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FC is #579703. Grayscale: #8B8B8B. Windows color (decimal): -5740292 or 16541864. OLE color: 16541864.
HSL color Cylindrical-coordinate representation of color #A868FC: hue angle of 265.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A868FC is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 104 | 252 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.01 |
| HSL | 265.95º | 0.96% | 0.7% | - |
| HSV(B) | 265.95º | 0.59% | 0.99% | - |
| XYZ | 38.67 | 25.25 | 94.93 | - |
| YUV | 140.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 252 | 0.33 | 0.59 | 0 | 0.01 | 265.95 | 0.96 | 0.7 |
| Hex | A8 | 68 | FC | 21 | 3B | 0 | 1 | 10A | 60 | 46 |
| Octal | 250 | 150 | 374 | 41 | 73 | 0 | 1 | 412 | 140 | 106 |
| Binary | 10101000 | 1101000 | 11111100 | 100001 | 111011 | 0 | 1 | 100001010 | 1100000 | 1000110 |
Color Harmonies of #A868FC
Complementary color
Monochromatic Colors of #A868FC
Black with #A868FC
Text Example
Text Example
White with #A868FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868FC; }
p { color: rgb(168,104,252); }
H1.HeaderClassName
{
color: #A868FC;
}
.AnyTagClassName
{
color: #A868FC;
}
</style>
background-color css
<style>
a { background-color: #A868FC; }
a { background-color: rgb(168,104,252); }
div.DivClassName
{
background-color: #A868FC;
}
.BgClassName
{
background-color: #A868FC;
}
</style>
border-color css
<style>
span { border-color: #A868FC; }
span { border-color: rgb(168,104,252); }
td.TdClassName
{
border-color: #A868FC;
}
.TagClassName
{
border-color: #A868FC;
}
</style>