Shades of Blue Violet #AB25EC
Tints of Blue Violet #AB25EC
RGB
CMYK
RGB Variations
Color information
#AB25EC (or 0xAB25EC) is known color: Blue Violet. HEX triplet: AB, 25 and EC. RGB value is (171,37,236). Sum of RGB (Red+Green+Blue) = 171+37+236=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25EC is #54DA13. Grayscale: #636363. Windows color (decimal): -5560852 or 15476139. OLE color: 15476139.
HSL color Cylindrical-coordinate representation of color #AB25EC: hue angle of 280.4º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB25EC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 37 | 236 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 280.4º | 0.84% | 0.54% | - |
| HSV(B) | 280.4º | 0.84% | 0.93% | - |
| XYZ | 32.6 | 16.04 | 80.73 | - |
| YUV | 99.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 236 | 0.28 | 0.84 | 0 | 0.07 | 280.4 | 0.84 | 0.54 |
| Hex | AB | 25 | EC | 1C | 54 | 0 | 7 | 118 | 54 | 36 |
| Octal | 253 | 45 | 354 | 34 | 124 | 0 | 7 | 430 | 124 | 66 |
| Binary | 10101011 | 100101 | 11101100 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010100 | 110110 |
Color Harmonies of #AB25EC
Complementary color
Monochromatic Colors of #AB25EC
Black with #AB25EC
Text Example
Text Example
White with #AB25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25EC; }
p { color: rgb(171,37,236); }
H1.HeaderClassName
{
color: #AB25EC;
}
.AnyTagClassName
{
color: #AB25EC;
}
</style>
background-color css
<style>
a { background-color: #AB25EC; }
a { background-color: rgb(171,37,236); }
div.DivClassName
{
background-color: #AB25EC;
}
.BgClassName
{
background-color: #AB25EC;
}
</style>
border-color css
<style>
span { border-color: #AB25EC; }
span { border-color: rgb(171,37,236); }
td.TdClassName
{
border-color: #AB25EC;
}
.TagClassName
{
border-color: #AB25EC;
}
</style>