Shades of Blue Violet #AB2FEC
Tints of Blue Violet #AB2FEC
RGB
CMYK
RGB Variations
Color information
#AB2FEC (or 0xAB2FEC) is known color: Blue Violet. HEX triplet: AB, 2F and EC. RGB value is (171,47,236). Sum of RGB (Red+Green+Blue) = 171+47+236=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FEC is #54D013. Grayscale: #686868. Windows color (decimal): -5558292 or 15478699. OLE color: 15478699.
HSL color Cylindrical-coordinate representation of color #AB2FEC: hue angle of 279.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2FEC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 47 | 236 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.07 |
| HSL | 279.37º | 0.83% | 0.55% | - |
| HSV(B) | 279.37º | 0.8% | 0.93% | - |
| XYZ | 32.95 | 16.75 | 80.85 | - |
| YUV | 105.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 236 | 0.28 | 0.80 | 0 | 0.07 | 279.37 | 0.83 | 0.55 |
| Hex | AB | 2F | EC | 1C | 50 | 0 | 7 | 117 | 53 | 37 |
| Octal | 253 | 57 | 354 | 34 | 120 | 0 | 7 | 427 | 123 | 67 |
| Binary | 10101011 | 101111 | 11101100 | 11100 | 1010000 | 0 | 111 | 100010111 | 1010011 | 110111 |
Color Harmonies of #AB2FEC
Complementary color
Monochromatic Colors of #AB2FEC
Black with #AB2FEC
Text Example
Text Example
White with #AB2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FEC; }
p { color: rgb(171,47,236); }
H1.HeaderClassName
{
color: #AB2FEC;
}
.AnyTagClassName
{
color: #AB2FEC;
}
</style>
background-color css
<style>
a { background-color: #AB2FEC; }
a { background-color: rgb(171,47,236); }
div.DivClassName
{
background-color: #AB2FEC;
}
.BgClassName
{
background-color: #AB2FEC;
}
</style>
border-color css
<style>
span { border-color: #AB2FEC; }
span { border-color: rgb(171,47,236); }
td.TdClassName
{
border-color: #AB2FEC;
}
.TagClassName
{
border-color: #AB2FEC;
}
</style>