Shades of Medium Purple #A881FC
Tints of Medium Purple #A881FC
RGB
CMYK
RGB Variations
Color information
#A881FC (or 0xA881FC) is known color: Medium Purple. HEX triplet: A8, 81 and FC. RGB value is (168,129,252). Sum of RGB (Red+Green+Blue) = 168+129+252=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #A881FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FC is #577E03. Grayscale: #9A9A9A. Windows color (decimal): -5733892 or 16548264. OLE color: 16548264.
HSL color Cylindrical-coordinate representation of color #A881FC: hue angle of 259.02º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A881FC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 129 | 252 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.01 |
| HSL | 259.02º | 0.95% | 0.75% | - |
| HSV(B) | 259.02º | 0.49% | 0.99% | - |
| XYZ | 41.57 | 31.05 | 95.9 | - |
| YUV | 154.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 252 | 0.33 | 0.49 | 0 | 0.01 | 259.02 | 0.95 | 0.75 |
| Hex | A8 | 81 | FC | 21 | 31 | 0 | 1 | 103 | 5F | 4B |
| Octal | 250 | 201 | 374 | 41 | 61 | 0 | 1 | 403 | 137 | 113 |
| Binary | 10101000 | 10000001 | 11111100 | 100001 | 110001 | 0 | 1 | 100000011 | 1011111 | 1001011 |
Color Harmonies of #A881FC
Complementary color
Monochromatic Colors of #A881FC
Black with #A881FC
Text Example
Text Example
White with #A881FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881FC; }
p { color: rgb(168,129,252); }
H1.HeaderClassName
{
color: #A881FC;
}
.AnyTagClassName
{
color: #A881FC;
}
</style>
background-color css
<style>
a { background-color: #A881FC; }
a { background-color: rgb(168,129,252); }
div.DivClassName
{
background-color: #A881FC;
}
.BgClassName
{
background-color: #A881FC;
}
</style>
border-color css
<style>
span { border-color: #A881FC; }
span { border-color: rgb(168,129,252); }
td.TdClassName
{
border-color: #A881FC;
}
.TagClassName
{
border-color: #A881FC;
}
</style>