Shades of Blue Violet #AB25ED
Tints of Blue Violet #AB25ED
RGB
CMYK
RGB Variations
Color information
#AB25ED (or 0xAB25ED) is known color: Blue Violet. HEX triplet: AB, 25 and ED. RGB value is (171,37,237). Sum of RGB (Red+Green+Blue) = 171+37+237=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB25ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25ED is #54DA12. Grayscale: #636363. Windows color (decimal): -5560851 or 15541675. OLE color: 15541675.
HSL color Cylindrical-coordinate representation of color #AB25ED: hue angle of 280.2º degrees, saturation: 0.85, 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 #AB25ED is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 37 | 237 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 280.2º | 0.85% | 0.54% | - |
| HSV(B) | 280.2º | 0.84% | 0.93% | - |
| XYZ | 32.74 | 16.1 | 81.5 | - |
| YUV | 99.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 237 | 0.28 | 0.84 | 0 | 0.07 | 280.2 | 0.85 | 0.54 |
| Hex | AB | 25 | ED | 1C | 54 | 0 | 7 | 118 | 55 | 36 |
| Octal | 253 | 45 | 355 | 34 | 124 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101011 | 100101 | 11101101 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #AB25ED
Complementary color
Monochromatic Colors of #AB25ED
Black with #AB25ED
Text Example
Text Example
White with #AB25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25ED; }
p { color: rgb(171,37,237); }
H1.HeaderClassName
{
color: #AB25ED;
}
.AnyTagClassName
{
color: #AB25ED;
}
</style>
background-color css
<style>
a { background-color: #AB25ED; }
a { background-color: rgb(171,37,237); }
div.DivClassName
{
background-color: #AB25ED;
}
.BgClassName
{
background-color: #AB25ED;
}
</style>
border-color css
<style>
span { border-color: #AB25ED; }
span { border-color: rgb(171,37,237); }
td.TdClassName
{
border-color: #AB25ED;
}
.TagClassName
{
border-color: #AB25ED;
}
</style>