Shades of Medium Purple #A481F9
Tints of Medium Purple #A481F9
RGB
CMYK
RGB Variations
Color information
#A481F9 (or 0xA481F9) is known color: Medium Purple. HEX triplet: A4, 81 and F9. RGB value is (164,129,249). Sum of RGB (Red+Green+Blue) = 164+129+249=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #A481F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481F9 is #5B7E06. Grayscale: #989898. Windows color (decimal): -5996039 or 16351652. OLE color: 16351652.
HSL color Cylindrical-coordinate representation of color #A481F9: hue angle of 257.5º degrees, saturation: 0.91, 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 #A481F9 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 129 | 249 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.02 |
| HSL | 257.5º | 0.91% | 0.74% | - |
| HSV(B) | 257.5º | 0.48% | 0.98% | - |
| XYZ | 40.26 | 30.43 | 93.37 | - |
| YUV | 153.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 249 | 0.34 | 0.48 | 0 | 0.02 | 257.5 | 0.91 | 0.74 |
| Hex | A4 | 81 | F9 | 22 | 30 | 0 | 2 | 102 | 5B | 4A |
| Octal | 244 | 201 | 371 | 42 | 60 | 0 | 2 | 402 | 133 | 112 |
| Binary | 10100100 | 10000001 | 11111001 | 100010 | 110000 | 0 | 10 | 100000010 | 1011011 | 1001010 |
Color Harmonies of #A481F9
Complementary color
Monochromatic Colors of #A481F9
Black with #A481F9
Text Example
Text Example
White with #A481F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481F9; }
p { color: rgb(164,129,249); }
H1.HeaderClassName
{
color: #A481F9;
}
.AnyTagClassName
{
color: #A481F9;
}
</style>
background-color css
<style>
a { background-color: #A481F9; }
a { background-color: rgb(164,129,249); }
div.DivClassName
{
background-color: #A481F9;
}
.BgClassName
{
background-color: #A481F9;
}
</style>
border-color css
<style>
span { border-color: #A481F9; }
span { border-color: rgb(164,129,249); }
td.TdClassName
{
border-color: #A481F9;
}
.TagClassName
{
border-color: #A481F9;
}
</style>