Shades of Blue Violet #A942F9
Tints of Blue Violet #A942F9
RGB
CMYK
RGB Variations
Color information
#A942F9 (or 0xA942F9) is known color: Blue Violet. HEX triplet: A9, 42 and F9. RGB value is (169,66,249). Sum of RGB (Red+Green+Blue) = 169+66+249=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #A942F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A942F9 is #56BD06. Grayscale: #757575. Windows color (decimal): -5684487 or 16335529. OLE color: 16335529.
HSL color Cylindrical-coordinate representation of color #A942F9: hue angle of 273.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A942F9 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 66 | 249 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.02 |
| HSL | 273.77º | 0.94% | 0.62% | - |
| HSV(B) | 273.77º | 0.73% | 0.98% | - |
| XYZ | 35.41 | 19.17 | 91.46 | - |
| YUV | 117.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 249 | 0.32 | 0.73 | 0 | 0.02 | 273.77 | 0.94 | 0.62 |
| Hex | A9 | 42 | F9 | 20 | 49 | 0 | 2 | 112 | 5E | 3E |
| Octal | 251 | 102 | 371 | 40 | 111 | 0 | 2 | 422 | 136 | 76 |
| Binary | 10101001 | 1000010 | 11111001 | 100000 | 1001001 | 0 | 10 | 100010010 | 1011110 | 111110 |
Color Harmonies of #A942F9
Complementary color
Monochromatic Colors of #A942F9
Black with #A942F9
Text Example
Text Example
White with #A942F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942F9; }
p { color: rgb(169,66,249); }
H1.HeaderClassName
{
color: #A942F9;
}
.AnyTagClassName
{
color: #A942F9;
}
</style>
background-color css
<style>
a { background-color: #A942F9; }
a { background-color: rgb(169,66,249); }
div.DivClassName
{
background-color: #A942F9;
}
.BgClassName
{
background-color: #A942F9;
}
</style>
border-color css
<style>
span { border-color: #A942F9; }
span { border-color: rgb(169,66,249); }
td.TdClassName
{
border-color: #A942F9;
}
.TagClassName
{
border-color: #A942F9;
}
</style>