Shades of Blue Violet #AB2BEE
Tints of Blue Violet #AB2BEE
RGB
CMYK
RGB Variations
Color information
#AB2BEE (or 0xAB2BEE) is known color: Blue Violet. HEX triplet: AB, 2B and EE. RGB value is (171,43,238). Sum of RGB (Red+Green+Blue) = 171+43+238=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BEE is #54D411. Grayscale: #666666. Windows color (decimal): -5559314 or 15608747. OLE color: 15608747.
HSL color Cylindrical-coordinate representation of color #AB2BEE: hue angle of 279.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2BEE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 43 | 238 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.07 |
| HSL | 279.38º | 0.85% | 0.55% | - |
| HSV(B) | 279.38º | 0.82% | 0.93% | - |
| XYZ | 33.09 | 16.56 | 82.34 | - |
| YUV | 103.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 238 | 0.28 | 0.82 | 0 | 0.07 | 279.38 | 0.85 | 0.55 |
| Hex | AB | 2B | EE | 1C | 52 | 0 | 7 | 117 | 55 | 37 |
| Octal | 253 | 53 | 356 | 34 | 122 | 0 | 7 | 427 | 125 | 67 |
| Binary | 10101011 | 101011 | 11101110 | 11100 | 1010010 | 0 | 111 | 100010111 | 1010101 | 110111 |
Color Harmonies of #AB2BEE
Complementary color
Monochromatic Colors of #AB2BEE
Black with #AB2BEE
Text Example
Text Example
White with #AB2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BEE; }
p { color: rgb(171,43,238); }
H1.HeaderClassName
{
color: #AB2BEE;
}
.AnyTagClassName
{
color: #AB2BEE;
}
</style>
background-color css
<style>
a { background-color: #AB2BEE; }
a { background-color: rgb(171,43,238); }
div.DivClassName
{
background-color: #AB2BEE;
}
.BgClassName
{
background-color: #AB2BEE;
}
</style>
border-color css
<style>
span { border-color: #AB2BEE; }
span { border-color: rgb(171,43,238); }
td.TdClassName
{
border-color: #AB2BEE;
}
.TagClassName
{
border-color: #AB2BEE;
}
</style>