Shades of Blue Violet #A144F9
Tints of Blue Violet #A144F9
RGB
CMYK
RGB Variations
Color information
#A144F9 (or 0xA144F9) is known color: Blue Violet. HEX triplet: A1, 44 and F9. RGB value is (161,68,249). Sum of RGB (Red+Green+Blue) = 161+68+249=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #A144F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A144F9 is #5EBB06. Grayscale: #737373. Windows color (decimal): -6208263 or 16336033. OLE color: 16336033.
HSL color Cylindrical-coordinate representation of color #A144F9: hue angle of 270.83º 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 #A144F9 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 68 | 249 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.02 |
| HSL | 270.83º | 0.94% | 0.62% | - |
| HSV(B) | 270.83º | 0.73% | 0.98% | - |
| XYZ | 33.86 | 18.55 | 91.42 | - |
| YUV | 116.44 | 202.81 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 249 | 0.35 | 0.73 | 0 | 0.02 | 270.83 | 0.94 | 0.62 |
| Hex | A1 | 44 | F9 | 23 | 49 | 0 | 2 | 10F | 5E | 3E |
| Octal | 241 | 104 | 371 | 43 | 111 | 0 | 2 | 417 | 136 | 76 |
| Binary | 10100001 | 1000100 | 11111001 | 100011 | 1001001 | 0 | 10 | 100001111 | 1011110 | 111110 |
Color Harmonies of #A144F9
Complementary color
Monochromatic Colors of #A144F9
Black with #A144F9
Text Example
Text Example
White with #A144F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144F9; }
p { color: rgb(161,68,249); }
H1.HeaderClassName
{
color: #A144F9;
}
.AnyTagClassName
{
color: #A144F9;
}
</style>
background-color css
<style>
a { background-color: #A144F9; }
a { background-color: rgb(161,68,249); }
div.DivClassName
{
background-color: #A144F9;
}
.BgClassName
{
background-color: #A144F9;
}
</style>
border-color css
<style>
span { border-color: #A144F9; }
span { border-color: rgb(161,68,249); }
td.TdClassName
{
border-color: #A144F9;
}
.TagClassName
{
border-color: #A144F9;
}
</style>