Shades of Medium Purple #A981F5
Tints of Medium Purple #A981F5
RGB
CMYK
RGB Variations
Color information
#A981F5 (or 0xA981F5) is known color: Medium Purple. HEX triplet: A9, 81 and F5. RGB value is (169,129,245). Sum of RGB (Red+Green+Blue) = 169+129+245=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A981F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981F5 is #567E0A. Grayscale: #999999. Windows color (decimal): -5668363 or 16089513. OLE color: 16089513.
HSL color Cylindrical-coordinate representation of color #A981F5: hue angle of 260.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A981F5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 129 | 245 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.04 |
| HSL | 260.69º | 0.85% | 0.73% | - |
| HSV(B) | 260.69º | 0.47% | 0.96% | - |
| XYZ | 40.69 | 30.73 | 90.17 | - |
| YUV | 154.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 245 | 0.31 | 0.47 | 0 | 0.04 | 260.69 | 0.85 | 0.73 |
| Hex | A9 | 81 | F5 | 1F | 2F | 0 | 4 | 105 | 55 | 49 |
| Octal | 251 | 201 | 365 | 37 | 57 | 0 | 4 | 405 | 125 | 111 |
| Binary | 10101001 | 10000001 | 11110101 | 11111 | 101111 | 0 | 100 | 100000101 | 1010101 | 1001001 |
Color Harmonies of #A981F5
Complementary color
Monochromatic Colors of #A981F5
Black with #A981F5
Text Example
Text Example
White with #A981F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A981F5; }
p { color: rgb(169,129,245); }
H1.HeaderClassName
{
color: #A981F5;
}
.AnyTagClassName
{
color: #A981F5;
}
</style>
background-color css
<style>
a { background-color: #A981F5; }
a { background-color: rgb(169,129,245); }
div.DivClassName
{
background-color: #A981F5;
}
.BgClassName
{
background-color: #A981F5;
}
</style>
border-color css
<style>
span { border-color: #A981F5; }
span { border-color: rgb(169,129,245); }
td.TdClassName
{
border-color: #A981F5;
}
.TagClassName
{
border-color: #A981F5;
}
</style>