Shades of Blue Violet #AB20EE
Tints of Blue Violet #AB20EE
RGB
CMYK
RGB Variations
Color information
#AB20EE (or 0xAB20EE) is known color: Blue Violet. HEX triplet: AB, 20 and EE. RGB value is (171,32,238). Sum of RGB (Red+Green+Blue) = 171+32+238=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB20EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20EE is #54DF11. Grayscale: #606060. Windows color (decimal): -5562130 or 15605931. OLE color: 15605931.
HSL color Cylindrical-coordinate representation of color #AB20EE: hue angle of 280.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB20EE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 32 | 238 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.07 |
| HSL | 280.49º | 0.86% | 0.53% | - |
| HSV(B) | 280.49º | 0.87% | 0.93% | - |
| XYZ | 32.74 | 15.86 | 82.23 | - |
| YUV | 97.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 238 | 0.28 | 0.87 | 0 | 0.07 | 280.49 | 0.86 | 0.53 |
| Hex | AB | 20 | EE | 1C | 57 | 0 | 7 | 118 | 56 | 35 |
| Octal | 253 | 40 | 356 | 34 | 127 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10101011 | 100000 | 11101110 | 11100 | 1010111 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #AB20EE
Complementary color
Monochromatic Colors of #AB20EE
Black with #AB20EE
Text Example
Text Example
White with #AB20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20EE; }
p { color: rgb(171,32,238); }
H1.HeaderClassName
{
color: #AB20EE;
}
.AnyTagClassName
{
color: #AB20EE;
}
</style>
background-color css
<style>
a { background-color: #AB20EE; }
a { background-color: rgb(171,32,238); }
div.DivClassName
{
background-color: #AB20EE;
}
.BgClassName
{
background-color: #AB20EE;
}
</style>
border-color css
<style>
span { border-color: #AB20EE; }
span { border-color: rgb(171,32,238); }
td.TdClassName
{
border-color: #AB20EE;
}
.TagClassName
{
border-color: #AB20EE;
}
</style>