Shades of Medium Purple #A981F0
Tints of Medium Purple #A981F0
RGB
CMYK
RGB Variations
Color information
#A981F0 (or 0xA981F0) is known color: Medium Purple. HEX triplet: A9, 81 and F0. RGB value is (169,129,240). Sum of RGB (Red+Green+Blue) = 169+129+240=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A981F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981F0 is #567E0F. Grayscale: #999999. Windows color (decimal): -5668368 or 15761833. OLE color: 15761833.
HSL color Cylindrical-coordinate representation of color #A981F0: hue angle of 261.62º 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 #A981F0 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 129 | 240 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.06 |
| HSL | 261.62º | 0.79% | 0.72% | - |
| HSV(B) | 261.62º | 0.46% | 0.94% | - |
| XYZ | 39.94 | 30.43 | 86.21 | - |
| YUV | 153.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 240 | 0.30 | 0.46 | 0 | 0.06 | 261.62 | 0.79 | 0.72 |
| Hex | A9 | 81 | F0 | 1E | 2E | 0 | 6 | 106 | 4F | 48 |
| Octal | 251 | 201 | 360 | 36 | 56 | 0 | 6 | 406 | 117 | 110 |
| Binary | 10101001 | 10000001 | 11110000 | 11110 | 101110 | 0 | 110 | 100000110 | 1001111 | 1001000 |
Color Harmonies of #A981F0
Complementary color
Monochromatic Colors of #A981F0
Black with #A981F0
Text Example
Text Example
White with #A981F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981F0; }
p { color: rgb(169,129,240); }
H1.HeaderClassName
{
color: #A981F0;
}
.AnyTagClassName
{
color: #A981F0;
}
</style>
background-color css
<style>
a { background-color: #A981F0; }
a { background-color: rgb(169,129,240); }
div.DivClassName
{
background-color: #A981F0;
}
.BgClassName
{
background-color: #A981F0;
}
</style>
border-color css
<style>
span { border-color: #A981F0; }
span { border-color: rgb(169,129,240); }
td.TdClassName
{
border-color: #A981F0;
}
.TagClassName
{
border-color: #A981F0;
}
</style>