Shades of Blue Violet #AB25EF
Tints of Blue Violet #AB25EF
RGB
CMYK
RGB Variations
Color information
#AB25EF (or 0xAB25EF) is known color: Blue Violet. HEX triplet: AB, 25 and EF. RGB value is (171,37,239). Sum of RGB (Red+Green+Blue) = 171+37+239=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB25EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25EF is #54DA10. Grayscale: #636363. Windows color (decimal): -5560849 or 15672747. OLE color: 15672747.
HSL color Cylindrical-coordinate representation of color #AB25EF: hue angle of 279.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB25EF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 37 | 239 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.06 |
| HSL | 279.8º | 0.86% | 0.54% | - |
| HSV(B) | 279.8º | 0.85% | 0.94% | - |
| XYZ | 33.04 | 16.21 | 83.05 | - |
| YUV | 100.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 239 | 0.28 | 0.85 | 0 | 0.06 | 279.8 | 0.86 | 0.54 |
| Hex | AB | 25 | EF | 1C | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 253 | 45 | 357 | 34 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101011 | 100101 | 11101111 | 11100 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AB25EF
Complementary color
Monochromatic Colors of #AB25EF
Black with #AB25EF
Text Example
Text Example
White with #AB25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25EF; }
p { color: rgb(171,37,239); }
H1.HeaderClassName
{
color: #AB25EF;
}
.AnyTagClassName
{
color: #AB25EF;
}
</style>
background-color css
<style>
a { background-color: #AB25EF; }
a { background-color: rgb(171,37,239); }
div.DivClassName
{
background-color: #AB25EF;
}
.BgClassName
{
background-color: #AB25EF;
}
</style>
border-color css
<style>
span { border-color: #AB25EF; }
span { border-color: rgb(171,37,239); }
td.TdClassName
{
border-color: #AB25EF;
}
.TagClassName
{
border-color: #AB25EF;
}
</style>