Shades of Blue Violet #AB2DF9
Tints of Blue Violet #AB2DF9
RGB
CMYK
RGB Variations
Color information
#AB2DF9 (or 0xAB2DF9) is known color: Blue Violet. HEX triplet: AB, 2D and F9. RGB value is (171,45,249). Sum of RGB (Red+Green+Blue) = 171+45+249=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB2DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DF9 is #54D206. Grayscale: #696969. Windows color (decimal): -5558791 or 16330155. OLE color: 16330155.
HSL color Cylindrical-coordinate representation of color #AB2DF9: hue angle of 277.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2DF9 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 45 | 249 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.02 |
| HSL | 277.06º | 0.94% | 0.58% | - |
| HSV(B) | 277.06º | 0.82% | 0.98% | - |
| XYZ | 34.83 | 17.37 | 91.14 | - |
| YUV | 105.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 249 | 0.31 | 0.82 | 0 | 0.02 | 277.06 | 0.94 | 0.58 |
| Hex | AB | 2D | F9 | 1F | 52 | 0 | 2 | 115 | 5E | 3A |
| Octal | 253 | 55 | 371 | 37 | 122 | 0 | 2 | 425 | 136 | 72 |
| Binary | 10101011 | 101101 | 11111001 | 11111 | 1010010 | 0 | 10 | 100010101 | 1011110 | 111010 |
Color Harmonies of #AB2DF9
Complementary color
Monochromatic Colors of #AB2DF9
Black with #AB2DF9
Text Example
Text Example
White with #AB2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DF9; }
p { color: rgb(171,45,249); }
H1.HeaderClassName
{
color: #AB2DF9;
}
.AnyTagClassName
{
color: #AB2DF9;
}
</style>
background-color css
<style>
a { background-color: #AB2DF9; }
a { background-color: rgb(171,45,249); }
div.DivClassName
{
background-color: #AB2DF9;
}
.BgClassName
{
background-color: #AB2DF9;
}
</style>
border-color css
<style>
span { border-color: #AB2DF9; }
span { border-color: rgb(171,45,249); }
td.TdClassName
{
border-color: #AB2DF9;
}
.TagClassName
{
border-color: #AB2DF9;
}
</style>