Shades of Blue Violet #AB2CED
Tints of Blue Violet #AB2CED
RGB
CMYK
RGB Variations
Color information
#AB2CED (or 0xAB2CED) is known color: Blue Violet. HEX triplet: AB, 2C and ED. RGB value is (171,44,237). Sum of RGB (Red+Green+Blue) = 171+44+237=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB2CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CED is #54D312. Grayscale: #676767. Windows color (decimal): -5559059 or 15543467. OLE color: 15543467.
HSL color Cylindrical-coordinate representation of color #AB2CED: hue angle of 279.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2CED is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 44 | 237 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.07 |
| HSL | 279.48º | 0.84% | 0.55% | - |
| HSV(B) | 279.48º | 0.81% | 0.93% | - |
| XYZ | 32.98 | 16.57 | 81.58 | - |
| YUV | 103.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 237 | 0.28 | 0.81 | 0 | 0.07 | 279.48 | 0.84 | 0.55 |
| Hex | AB | 2C | ED | 1C | 51 | 0 | 7 | 117 | 54 | 37 |
| Octal | 253 | 54 | 355 | 34 | 121 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101011 | 101100 | 11101101 | 11100 | 1010001 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #AB2CED
Complementary color
Monochromatic Colors of #AB2CED
Black with #AB2CED
Text Example
Text Example
White with #AB2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CED; }
p { color: rgb(171,44,237); }
H1.HeaderClassName
{
color: #AB2CED;
}
.AnyTagClassName
{
color: #AB2CED;
}
</style>
background-color css
<style>
a { background-color: #AB2CED; }
a { background-color: rgb(171,44,237); }
div.DivClassName
{
background-color: #AB2CED;
}
.BgClassName
{
background-color: #AB2CED;
}
</style>
border-color css
<style>
span { border-color: #AB2CED; }
span { border-color: rgb(171,44,237); }
td.TdClassName
{
border-color: #AB2CED;
}
.TagClassName
{
border-color: #AB2CED;
}
</style>