Shades of Blue Violet #AB2AF1
Tints of Blue Violet #AB2AF1
RGB
CMYK
RGB Variations
Color information
#AB2AF1 (or 0xAB2AF1) is known color: Blue Violet. HEX triplet: AB, 2A and F1. RGB value is (171,42,241). Sum of RGB (Red+Green+Blue) = 171+42+241=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB2AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2AF1 is #54D50E. Grayscale: #666666. Windows color (decimal): -5559567 or 15805099. OLE color: 15805099.
HSL color Cylindrical-coordinate representation of color #AB2AF1: hue angle of 278.89º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2AF1 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 42 | 241 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.05 |
| HSL | 278.89º | 0.88% | 0.55% | - |
| HSV(B) | 278.89º | 0.83% | 0.95% | - |
| XYZ | 33.5 | 16.66 | 84.67 | - |
| YUV | 103.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 241 | 0.29 | 0.83 | 0 | 0.05 | 278.89 | 0.88 | 0.55 |
| Hex | AB | 2A | F1 | 1D | 53 | 0 | 5 | 117 | 58 | 37 |
| Octal | 253 | 52 | 361 | 35 | 123 | 0 | 5 | 427 | 130 | 67 |
| Binary | 10101011 | 101010 | 11110001 | 11101 | 1010011 | 0 | 101 | 100010111 | 1011000 | 110111 |
Color Harmonies of #AB2AF1
Complementary color
Monochromatic Colors of #AB2AF1
Black with #AB2AF1
Text Example
Text Example
White with #AB2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AF1; }
p { color: rgb(171,42,241); }
H1.HeaderClassName
{
color: #AB2AF1;
}
.AnyTagClassName
{
color: #AB2AF1;
}
</style>
background-color css
<style>
a { background-color: #AB2AF1; }
a { background-color: rgb(171,42,241); }
div.DivClassName
{
background-color: #AB2AF1;
}
.BgClassName
{
background-color: #AB2AF1;
}
</style>
border-color css
<style>
span { border-color: #AB2AF1; }
span { border-color: rgb(171,42,241); }
td.TdClassName
{
border-color: #AB2AF1;
}
.TagClassName
{
border-color: #AB2AF1;
}
</style>