Shades of Blue Violet #AB25F1
Tints of Blue Violet #AB25F1
RGB
CMYK
RGB Variations
Color information
#AB25F1 (or 0xAB25F1) is known color: Blue Violet. HEX triplet: AB, 25 and F1. RGB value is (171,37,241). Sum of RGB (Red+Green+Blue) = 171+37+241=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB25F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25F1 is #54DA0E. Grayscale: #636363. Windows color (decimal): -5560847 or 15803819. OLE color: 15803819.
HSL color Cylindrical-coordinate representation of color #AB25F1: hue angle of 279.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB25F1 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 37 | 241 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.05 |
| HSL | 279.41º | 0.88% | 0.55% | - |
| HSV(B) | 279.41º | 0.85% | 0.95% | - |
| XYZ | 33.33 | 16.33 | 84.61 | - |
| YUV | 100.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 241 | 0.29 | 0.85 | 0 | 0.05 | 279.41 | 0.88 | 0.55 |
| Hex | AB | 25 | F1 | 1D | 55 | 0 | 5 | 117 | 58 | 37 |
| Octal | 253 | 45 | 361 | 35 | 125 | 0 | 5 | 427 | 130 | 67 |
| Binary | 10101011 | 100101 | 11110001 | 11101 | 1010101 | 0 | 101 | 100010111 | 1011000 | 110111 |
Color Harmonies of #AB25F1
Complementary color
Monochromatic Colors of #AB25F1
Black with #AB25F1
Text Example
Text Example
White with #AB25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25F1; }
p { color: rgb(171,37,241); }
H1.HeaderClassName
{
color: #AB25F1;
}
.AnyTagClassName
{
color: #AB25F1;
}
</style>
background-color css
<style>
a { background-color: #AB25F1; }
a { background-color: rgb(171,37,241); }
div.DivClassName
{
background-color: #AB25F1;
}
.BgClassName
{
background-color: #AB25F1;
}
</style>
border-color css
<style>
span { border-color: #AB25F1; }
span { border-color: rgb(171,37,241); }
td.TdClassName
{
border-color: #AB25F1;
}
.TagClassName
{
border-color: #AB25F1;
}
</style>