Shades of Blue Violet #AB32EE
Tints of Blue Violet #AB32EE
RGB
CMYK
RGB Variations
Color information
#AB32EE (or 0xAB32EE) is known color: Blue Violet. HEX triplet: AB, 32 and EE. RGB value is (171,50,238). Sum of RGB (Red+Green+Blue) = 171+50+238=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB32EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB32EE is #54CD11. Grayscale: #6A6A6A. Windows color (decimal): -5557522 or 15610539. OLE color: 15610539.
HSL color Cylindrical-coordinate representation of color #AB32EE: hue angle of 278.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB32EE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 50 | 238 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.07 |
| HSL | 278.62º | 0.85% | 0.56% | - |
| HSV(B) | 278.62º | 0.79% | 0.93% | - |
| XYZ | 33.37 | 17.11 | 82.43 | - |
| YUV | 107.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 238 | 0.28 | 0.79 | 0 | 0.07 | 278.62 | 0.85 | 0.56 |
| Hex | AB | 32 | EE | 1C | 4F | 0 | 7 | 117 | 55 | 38 |
| Octal | 253 | 62 | 356 | 34 | 117 | 0 | 7 | 427 | 125 | 70 |
| Binary | 10101011 | 110010 | 11101110 | 11100 | 1001111 | 0 | 111 | 100010111 | 1010101 | 111000 |
Color Harmonies of #AB32EE
Complementary color
Monochromatic Colors of #AB32EE
Black with #AB32EE
Text Example
Text Example
White with #AB32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32EE; }
p { color: rgb(171,50,238); }
H1.HeaderClassName
{
color: #AB32EE;
}
.AnyTagClassName
{
color: #AB32EE;
}
</style>
background-color css
<style>
a { background-color: #AB32EE; }
a { background-color: rgb(171,50,238); }
div.DivClassName
{
background-color: #AB32EE;
}
.BgClassName
{
background-color: #AB32EE;
}
</style>
border-color css
<style>
span { border-color: #AB32EE; }
span { border-color: rgb(171,50,238); }
td.TdClassName
{
border-color: #AB32EE;
}
.TagClassName
{
border-color: #AB32EE;
}
</style>