Shades of Blue Violet #AB25EA
Tints of Blue Violet #AB25EA
RGB
CMYK
RGB Variations
Color information
#AB25EA (or 0xAB25EA) is known color: Blue Violet. HEX triplet: AB, 25 and EA. RGB value is (171,37,234). Sum of RGB (Red+Green+Blue) = 171+37+234=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB25EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25EA is #54DA15. Grayscale: #626262. Windows color (decimal): -5560854 or 15345067. OLE color: 15345067.
HSL color Cylindrical-coordinate representation of color #AB25EA: hue angle of 280.81º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB25EA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 37 | 234 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.08 |
| HSL | 280.81º | 0.82% | 0.53% | - |
| HSV(B) | 280.81º | 0.84% | 0.92% | - |
| XYZ | 32.31 | 15.92 | 79.21 | - |
| YUV | 99.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 234 | 0.27 | 0.84 | 0 | 0.08 | 280.81 | 0.82 | 0.53 |
| Hex | AB | 25 | EA | 1B | 54 | 0 | 8 | 119 | 52 | 35 |
| Octal | 253 | 45 | 352 | 33 | 124 | 0 | 10 | 431 | 122 | 65 |
| Binary | 10101011 | 100101 | 11101010 | 11011 | 1010100 | 0 | 1000 | 100011001 | 1010010 | 110101 |
Color Harmonies of #AB25EA
Complementary color
Monochromatic Colors of #AB25EA
Black with #AB25EA
Text Example
Text Example
White with #AB25EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25EA; }
p { color: rgb(171,37,234); }
H1.HeaderClassName
{
color: #AB25EA;
}
.AnyTagClassName
{
color: #AB25EA;
}
</style>
background-color css
<style>
a { background-color: #AB25EA; }
a { background-color: rgb(171,37,234); }
div.DivClassName
{
background-color: #AB25EA;
}
.BgClassName
{
background-color: #AB25EA;
}
</style>
border-color css
<style>
span { border-color: #AB25EA; }
span { border-color: rgb(171,37,234); }
td.TdClassName
{
border-color: #AB25EA;
}
.TagClassName
{
border-color: #AB25EA;
}
</style>