Shades of Medium Purple #A881FA
Tints of Medium Purple #A881FA
RGB
CMYK
RGB Variations
Color information
#A881FA (or 0xA881FA) is known color: Medium Purple. HEX triplet: A8, 81 and FA. RGB value is (168,129,250). Sum of RGB (Red+Green+Blue) = 168+129+250=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A881FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FA is #577E05. Grayscale: #9A9A9A. Windows color (decimal): -5733894 or 16417192. OLE color: 16417192.
HSL color Cylindrical-coordinate representation of color #A881FA: hue angle of 259.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A881FA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 129 | 250 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.02 |
| HSL | 259.34º | 0.92% | 0.74% | - |
| HSV(B) | 259.34º | 0.48% | 0.98% | - |
| XYZ | 41.25 | 30.93 | 94.24 | - |
| YUV | 154.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 250 | 0.33 | 0.48 | 0 | 0.02 | 259.34 | 0.92 | 0.74 |
| Hex | A8 | 81 | FA | 21 | 30 | 0 | 2 | 103 | 5C | 4A |
| Octal | 250 | 201 | 372 | 41 | 60 | 0 | 2 | 403 | 134 | 112 |
| Binary | 10101000 | 10000001 | 11111010 | 100001 | 110000 | 0 | 10 | 100000011 | 1011100 | 1001010 |
Color Harmonies of #A881FA
Complementary color
Monochromatic Colors of #A881FA
Black with #A881FA
Text Example
Text Example
White with #A881FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881FA; }
p { color: rgb(168,129,250); }
H1.HeaderClassName
{
color: #A881FA;
}
.AnyTagClassName
{
color: #A881FA;
}
</style>
background-color css
<style>
a { background-color: #A881FA; }
a { background-color: rgb(168,129,250); }
div.DivClassName
{
background-color: #A881FA;
}
.BgClassName
{
background-color: #A881FA;
}
</style>
border-color css
<style>
span { border-color: #A881FA; }
span { border-color: rgb(168,129,250); }
td.TdClassName
{
border-color: #A881FA;
}
.TagClassName
{
border-color: #A881FA;
}
</style>