Shades of Blue Violet #AB40F1
Tints of Blue Violet #AB40F1
RGB
CMYK
RGB Variations
Color information
#AB40F1 (or 0xAB40F1) is known color: Blue Violet. HEX triplet: AB, 40 and F1. RGB value is (171,64,241). Sum of RGB (Red+Green+Blue) = 171+64+241=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB40F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40F1 is #54BF0E. Grayscale: #737373. Windows color (decimal): -5553935 or 15810731. OLE color: 15810731.
HSL color Cylindrical-coordinate representation of color #AB40F1: hue angle of 276.27º 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 #AB40F1 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 64 | 241 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.05 |
| HSL | 276.27º | 0.86% | 0.6% | - |
| HSV(B) | 276.27º | 0.73% | 0.95% | - |
| XYZ | 34.51 | 18.68 | 85.01 | - |
| YUV | 116.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 241 | 0.29 | 0.73 | 0 | 0.05 | 276.27 | 0.86 | 0.6 |
| Hex | AB | 40 | F1 | 1D | 49 | 0 | 5 | 114 | 56 | 3C |
| Octal | 253 | 100 | 361 | 35 | 111 | 0 | 5 | 424 | 126 | 74 |
| Binary | 10101011 | 1000000 | 11110001 | 11101 | 1001001 | 0 | 101 | 100010100 | 1010110 | 111100 |
Color Harmonies of #AB40F1
Complementary color
Monochromatic Colors of #AB40F1
Black with #AB40F1
Text Example
Text Example
White with #AB40F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40F1; }
p { color: rgb(171,64,241); }
H1.HeaderClassName
{
color: #AB40F1;
}
.AnyTagClassName
{
color: #AB40F1;
}
</style>
background-color css
<style>
a { background-color: #AB40F1; }
a { background-color: rgb(171,64,241); }
div.DivClassName
{
background-color: #AB40F1;
}
.BgClassName
{
background-color: #AB40F1;
}
</style>
border-color css
<style>
span { border-color: #AB40F1; }
span { border-color: rgb(171,64,241); }
td.TdClassName
{
border-color: #AB40F1;
}
.TagClassName
{
border-color: #AB40F1;
}
</style>