Shades of Blue Violet #AB25EE
Tints of Blue Violet #AB25EE
RGB
CMYK
RGB Variations
Color information
#AB25EE (or 0xAB25EE) is known color: Blue Violet. HEX triplet: AB, 25 and EE. RGB value is (171,37,238). Sum of RGB (Red+Green+Blue) = 171+37+238=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25EE is #54DA11. Grayscale: #636363. Windows color (decimal): -5560850 or 15607211. OLE color: 15607211.
HSL color Cylindrical-coordinate representation of color #AB25EE: hue angle of 280º degrees, saturation: 0.86, 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 #AB25EE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 37 | 238 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 280º | 0.86% | 0.54% | - |
| HSV(B) | 280º | 0.84% | 0.93% | - |
| XYZ | 32.89 | 16.15 | 82.27 | - |
| YUV | 99.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 238 | 0.28 | 0.84 | 0 | 0.07 | 280 | 0.86 | 0.54 |
| Hex | AB | 25 | EE | 1C | 54 | 0 | 7 | 118 | 56 | 36 |
| Octal | 253 | 45 | 356 | 34 | 124 | 0 | 7 | 430 | 126 | 66 |
| Binary | 10101011 | 100101 | 11101110 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AB25EE
Complementary color
Monochromatic Colors of #AB25EE
Black with #AB25EE
Text Example
Text Example
White with #AB25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25EE; }
p { color: rgb(171,37,238); }
H1.HeaderClassName
{
color: #AB25EE;
}
.AnyTagClassName
{
color: #AB25EE;
}
</style>
background-color css
<style>
a { background-color: #AB25EE; }
a { background-color: rgb(171,37,238); }
div.DivClassName
{
background-color: #AB25EE;
}
.BgClassName
{
background-color: #AB25EE;
}
</style>
border-color css
<style>
span { border-color: #AB25EE; }
span { border-color: rgb(171,37,238); }
td.TdClassName
{
border-color: #AB25EE;
}
.TagClassName
{
border-color: #AB25EE;
}
</style>