Shades of Medium Purple #A881F0
Tints of Medium Purple #A881F0
RGB
CMYK
RGB Variations
Color information
#A881F0 (or 0xA881F0) is known color: Medium Purple. HEX triplet: A8, 81 and F0. RGB value is (168,129,240). Sum of RGB (Red+Green+Blue) = 168+129+240=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A881F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881F0 is #577E0F. Grayscale: #989898. Windows color (decimal): -5733904 or 15761832. OLE color: 15761832.
HSL color Cylindrical-coordinate representation of color #A881F0: hue angle of 261.08º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A881F0 is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 129 | 240 | - |
| CMYK | 0.3 | 0.46 | 0 | 0.06 |
| HSL | 261.08º | 0.79% | 0.72% | - |
| HSV(B) | 261.08º | 0.46% | 0.94% | - |
| XYZ | 39.73 | 30.32 | 86.2 | - |
| YUV | 153.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 240 | 0.3 | 0.46 | 0 | 0.06 | 261.08 | 0.79 | 0.72 |
| Hex | A8 | 81 | F0 | 1E | 2E | 0 | 6 | 105 | 4F | 48 |
| Octal | 250 | 201 | 360 | 36 | 56 | 0 | 6 | 405 | 117 | 110 |
| Binary | 10101000 | 10000001 | 11110000 | 11110 | 101110 | 0 | 110 | 100000101 | 1001111 | 1001000 |
Color Harmonies of #A881F0
Complementary color
Monochromatic Colors of #A881F0
Black with #A881F0
Text Example
Text Example
White with #A881F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881F0; }
p { color: rgb(168,129,240); }
H1.HeaderClassName
{
color: #A881F0;
}
.AnyTagClassName
{
color: #A881F0;
}
</style>
background-color css
<style>
a { background-color: #A881F0; }
a { background-color: rgb(168,129,240); }
div.DivClassName
{
background-color: #A881F0;
}
.BgClassName
{
background-color: #A881F0;
}
</style>
border-color css
<style>
span { border-color: #A881F0; }
span { border-color: rgb(168,129,240); }
td.TdClassName
{
border-color: #A881F0;
}
.TagClassName
{
border-color: #A881F0;
}
</style>