Shades of Blue Violet #A940F1
Tints of Blue Violet #A940F1
RGB
CMYK
RGB Variations
Color information
#A940F1 (or 0xA940F1) is known color: Blue Violet. HEX triplet: A9, 40 and F1. RGB value is (169,64,241). Sum of RGB (Red+Green+Blue) = 169+64+241=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #A940F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940F1 is #56BF0E. Grayscale: #727272. Windows color (decimal): -5685007 or 15810729. OLE color: 15810729.
HSL color Cylindrical-coordinate representation of color #A940F1: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A940F1 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 64 | 241 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.05 |
| HSL | 275.59º | 0.86% | 0.6% | - |
| HSV(B) | 275.59º | 0.73% | 0.95% | - |
| XYZ | 34.07 | 18.45 | 84.98 | - |
| YUV | 115.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 241 | 0.30 | 0.73 | 0 | 0.05 | 275.59 | 0.86 | 0.6 |
| Hex | A9 | 40 | F1 | 1E | 49 | 0 | 5 | 114 | 56 | 3C |
| Octal | 251 | 100 | 361 | 36 | 111 | 0 | 5 | 424 | 126 | 74 |
| Binary | 10101001 | 1000000 | 11110001 | 11110 | 1001001 | 0 | 101 | 100010100 | 1010110 | 111100 |
Color Harmonies of #A940F1
Complementary color
Monochromatic Colors of #A940F1
Black with #A940F1
Text Example
Text Example
White with #A940F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940F1; }
p { color: rgb(169,64,241); }
H1.HeaderClassName
{
color: #A940F1;
}
.AnyTagClassName
{
color: #A940F1;
}
</style>
background-color css
<style>
a { background-color: #A940F1; }
a { background-color: rgb(169,64,241); }
div.DivClassName
{
background-color: #A940F1;
}
.BgClassName
{
background-color: #A940F1;
}
</style>
border-color css
<style>
span { border-color: #A940F1; }
span { border-color: rgb(169,64,241); }
td.TdClassName
{
border-color: #A940F1;
}
.TagClassName
{
border-color: #A940F1;
}
</style>