Shades of Blue Violet #A939F1
Tints of Blue Violet #A939F1
RGB
CMYK
RGB Variations
Color information
#A939F1 (or 0xA939F1) is known color: Blue Violet. HEX triplet: A9, 39 and F1. RGB value is (169,57,241). Sum of RGB (Red+Green+Blue) = 169+57+241=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #A939F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A939F1 is #56C60E. Grayscale: #6E6E6E. Windows color (decimal): -5686799 or 15808937. OLE color: 15808937.
HSL color Cylindrical-coordinate representation of color #A939F1: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A939F1 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 57 | 241 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.05 |
| HSL | 276.52º | 0.87% | 0.58% | - |
| HSV(B) | 276.52º | 0.76% | 0.95% | - |
| XYZ | 33.7 | 17.71 | 84.86 | - |
| YUV | 111.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 241 | 0.30 | 0.76 | 0 | 0.05 | 276.52 | 0.87 | 0.58 |
| Hex | A9 | 39 | F1 | 1E | 4C | 0 | 5 | 115 | 57 | 3A |
| Octal | 251 | 71 | 361 | 36 | 114 | 0 | 5 | 425 | 127 | 72 |
| Binary | 10101001 | 111001 | 11110001 | 11110 | 1001100 | 0 | 101 | 100010101 | 1010111 | 111010 |
Color Harmonies of #A939F1
Complementary color
Monochromatic Colors of #A939F1
Black with #A939F1
Text Example
Text Example
White with #A939F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939F1; }
p { color: rgb(169,57,241); }
H1.HeaderClassName
{
color: #A939F1;
}
.AnyTagClassName
{
color: #A939F1;
}
</style>
background-color css
<style>
a { background-color: #A939F1; }
a { background-color: rgb(169,57,241); }
div.DivClassName
{
background-color: #A939F1;
}
.BgClassName
{
background-color: #A939F1;
}
</style>
border-color css
<style>
span { border-color: #A939F1; }
span { border-color: rgb(169,57,241); }
td.TdClassName
{
border-color: #A939F1;
}
.TagClassName
{
border-color: #A939F1;
}
</style>