Shades of Blue Violet #AB34ED
Tints of Blue Violet #AB34ED
RGB
CMYK
RGB Variations
Color information
#AB34ED (or 0xAB34ED) is known color: Blue Violet. HEX triplet: AB, 34 and ED. RGB value is (171,52,237). Sum of RGB (Red+Green+Blue) = 171+52+237=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB34ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB34ED is #54CB12. Grayscale: #6C6C6C. Windows color (decimal): -5557011 or 15545515. OLE color: 15545515.
HSL color Cylindrical-coordinate representation of color #AB34ED: hue angle of 278.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB34ED is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 52 | 237 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.07 |
| HSL | 278.59º | 0.84% | 0.57% | - |
| HSV(B) | 278.59º | 0.78% | 0.93% | - |
| XYZ | 33.31 | 17.23 | 81.69 | - |
| YUV | 108.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 237 | 0.28 | 0.78 | 0 | 0.07 | 278.59 | 0.84 | 0.57 |
| Hex | AB | 34 | ED | 1C | 4E | 0 | 7 | 117 | 54 | 39 |
| Octal | 253 | 64 | 355 | 34 | 116 | 0 | 7 | 427 | 124 | 71 |
| Binary | 10101011 | 110100 | 11101101 | 11100 | 1001110 | 0 | 111 | 100010111 | 1010100 | 111001 |
Color Harmonies of #AB34ED
Complementary color
Monochromatic Colors of #AB34ED
Black with #AB34ED
Text Example
Text Example
White with #AB34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34ED; }
p { color: rgb(171,52,237); }
H1.HeaderClassName
{
color: #AB34ED;
}
.AnyTagClassName
{
color: #AB34ED;
}
</style>
background-color css
<style>
a { background-color: #AB34ED; }
a { background-color: rgb(171,52,237); }
div.DivClassName
{
background-color: #AB34ED;
}
.BgClassName
{
background-color: #AB34ED;
}
</style>
border-color css
<style>
span { border-color: #AB34ED; }
span { border-color: rgb(171,52,237); }
td.TdClassName
{
border-color: #AB34ED;
}
.TagClassName
{
border-color: #AB34ED;
}
</style>