Shades of Blue Violet #A140F9
Tints of Blue Violet #A140F9
RGB
CMYK
RGB Variations
Color information
#A140F9 (or 0xA140F9) is known color: Blue Violet. HEX triplet: A1, 40 and F9. RGB value is (161,64,249). Sum of RGB (Red+Green+Blue) = 161+64+249=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #A140F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140F9 is #5EBF06. Grayscale: #717171. Windows color (decimal): -6209287 or 16335009. OLE color: 16335009.
HSL color Cylindrical-coordinate representation of color #A140F9: hue angle of 271.46º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A140F9 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 64 | 249 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 271.46º | 0.94% | 0.61% | - |
| HSV(B) | 271.46º | 0.74% | 0.98% | - |
| XYZ | 33.63 | 18.08 | 91.34 | - |
| YUV | 114.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 249 | 0.35 | 0.74 | 0 | 0.02 | 271.46 | 0.94 | 0.61 |
| Hex | A1 | 40 | F9 | 23 | 4A | 0 | 2 | 10F | 5E | 3D |
| Octal | 241 | 100 | 371 | 43 | 112 | 0 | 2 | 417 | 136 | 75 |
| Binary | 10100001 | 1000000 | 11111001 | 100011 | 1001010 | 0 | 10 | 100001111 | 1011110 | 111101 |
Color Harmonies of #A140F9
Complementary color
Monochromatic Colors of #A140F9
Black with #A140F9
Text Example
Text Example
White with #A140F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140F9; }
p { color: rgb(161,64,249); }
H1.HeaderClassName
{
color: #A140F9;
}
.AnyTagClassName
{
color: #A140F9;
}
</style>
background-color css
<style>
a { background-color: #A140F9; }
a { background-color: rgb(161,64,249); }
div.DivClassName
{
background-color: #A140F9;
}
.BgClassName
{
background-color: #A140F9;
}
</style>
border-color css
<style>
span { border-color: #A140F9; }
span { border-color: rgb(161,64,249); }
td.TdClassName
{
border-color: #A140F9;
}
.TagClassName
{
border-color: #A140F9;
}
</style>