Shades of Medium Purple #A856FC
Tints of Medium Purple #A856FC
RGB
CMYK
RGB Variations
Color information
#A856FC (or 0xA856FC) is known color: Medium Purple. HEX triplet: A8, 56 and FC. RGB value is (168,86,252). Sum of RGB (Red+Green+Blue) = 168+86+252=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #A856FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856FC is #57A903. Grayscale: #808080. Windows color (decimal): -5744900 or 16537256. OLE color: 16537256.
HSL color Cylindrical-coordinate representation of color #A856FC: hue angle of 269.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A856FC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 86 | 252 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.01 |
| HSL | 269.64º | 0.97% | 0.66% | - |
| HSV(B) | 269.64º | 0.66% | 0.99% | - |
| XYZ | 37.05 | 22.01 | 94.39 | - |
| YUV | 129.44 | 197.17 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 252 | 0.33 | 0.66 | 0 | 0.01 | 269.64 | 0.97 | 0.66 |
| Hex | A8 | 56 | FC | 21 | 42 | 0 | 1 | 10E | 61 | 42 |
| Octal | 250 | 126 | 374 | 41 | 102 | 0 | 1 | 416 | 141 | 102 |
| Binary | 10101000 | 1010110 | 11111100 | 100001 | 1000010 | 0 | 1 | 100001110 | 1100001 | 1000010 |
Color Harmonies of #A856FC
Complementary color
Monochromatic Colors of #A856FC
Black with #A856FC
Text Example
Text Example
White with #A856FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856FC; }
p { color: rgb(168,86,252); }
H1.HeaderClassName
{
color: #A856FC;
}
.AnyTagClassName
{
color: #A856FC;
}
</style>
background-color css
<style>
a { background-color: #A856FC; }
a { background-color: rgb(168,86,252); }
div.DivClassName
{
background-color: #A856FC;
}
.BgClassName
{
background-color: #A856FC;
}
</style>
border-color css
<style>
span { border-color: #A856FC; }
span { border-color: rgb(168,86,252); }
td.TdClassName
{
border-color: #A856FC;
}
.TagClassName
{
border-color: #A856FC;
}
</style>