Shades of Blue Violet #AB1EEC
Tints of Blue Violet #AB1EEC
RGB
CMYK
RGB Variations
Color information
#AB1EEC (or 0xAB1EEC) is known color: Blue Violet. HEX triplet: AB, 1E and EC. RGB value is (171,30,236). Sum of RGB (Red+Green+Blue) = 171+30+236=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB1EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EEC is #54E113. Grayscale: #5E5E5E. Windows color (decimal): -5562644 or 15474347. OLE color: 15474347.
HSL color Cylindrical-coordinate representation of color #AB1EEC: hue angle of 281.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EEC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 30 | 236 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.07 |
| HSL | 281.07º | 0.84% | 0.52% | - |
| HSV(B) | 281.07º | 0.87% | 0.93% | - |
| XYZ | 32.4 | 15.64 | 80.67 | - |
| YUV | 95.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 236 | 0.28 | 0.87 | 0 | 0.07 | 281.07 | 0.84 | 0.52 |
| Hex | AB | 1E | EC | 1C | 57 | 0 | 7 | 119 | 54 | 34 |
| Octal | 253 | 36 | 354 | 34 | 127 | 0 | 7 | 431 | 124 | 64 |
| Binary | 10101011 | 11110 | 11101100 | 11100 | 1010111 | 0 | 111 | 100011001 | 1010100 | 110100 |
Color Harmonies of #AB1EEC
Complementary color
Monochromatic Colors of #AB1EEC
Black with #AB1EEC
Text Example
Text Example
White with #AB1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EEC; }
p { color: rgb(171,30,236); }
H1.HeaderClassName
{
color: #AB1EEC;
}
.AnyTagClassName
{
color: #AB1EEC;
}
</style>
background-color css
<style>
a { background-color: #AB1EEC; }
a { background-color: rgb(171,30,236); }
div.DivClassName
{
background-color: #AB1EEC;
}
.BgClassName
{
background-color: #AB1EEC;
}
</style>
border-color css
<style>
span { border-color: #AB1EEC; }
span { border-color: rgb(171,30,236); }
td.TdClassName
{
border-color: #AB1EEC;
}
.TagClassName
{
border-color: #AB1EEC;
}
</style>