Shades of Blue Violet #AB23EC
Tints of Blue Violet #AB23EC
RGB
CMYK
RGB Variations
Color information
#AB23EC (or 0xAB23EC) is known color: Blue Violet. HEX triplet: AB, 23 and EC. RGB value is (171,35,236). Sum of RGB (Red+Green+Blue) = 171+35+236=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB23EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB23EC is #54DC13. Grayscale: #616161. Windows color (decimal): -5561364 or 15475627. OLE color: 15475627.
HSL color Cylindrical-coordinate representation of color #AB23EC: hue angle of 280.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB23EC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 35 | 236 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.07 |
| HSL | 280.6º | 0.84% | 0.53% | - |
| HSV(B) | 280.6º | 0.85% | 0.93% | - |
| XYZ | 32.54 | 15.92 | 80.71 | - |
| YUV | 98.58 | 205.56 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 236 | 0.28 | 0.85 | 0 | 0.07 | 280.6 | 0.84 | 0.53 |
| Hex | AB | 23 | EC | 1C | 55 | 0 | 7 | 119 | 54 | 35 |
| Octal | 253 | 43 | 354 | 34 | 125 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101011 | 100011 | 11101100 | 11100 | 1010101 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AB23EC
Complementary color
Monochromatic Colors of #AB23EC
Black with #AB23EC
Text Example
Text Example
White with #AB23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23EC; }
p { color: rgb(171,35,236); }
H1.HeaderClassName
{
color: #AB23EC;
}
.AnyTagClassName
{
color: #AB23EC;
}
</style>
background-color css
<style>
a { background-color: #AB23EC; }
a { background-color: rgb(171,35,236); }
div.DivClassName
{
background-color: #AB23EC;
}
.BgClassName
{
background-color: #AB23EC;
}
</style>
border-color css
<style>
span { border-color: #AB23EC; }
span { border-color: rgb(171,35,236); }
td.TdClassName
{
border-color: #AB23EC;
}
.TagClassName
{
border-color: #AB23EC;
}
</style>