Shades of Blue Violet #AB2DFE
Tints of Blue Violet #AB2DFE
RGB
CMYK
RGB Variations
Color information
#AB2DFE (or 0xAB2DFE) is known color: Blue Violet. HEX triplet: AB, 2D and FE. RGB value is (171,45,254). Sum of RGB (Red+Green+Blue) = 171+45+254=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB2DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFE is #54D201. Grayscale: #696969. Windows color (decimal): -5558786 or 16657835. OLE color: 16657835.
HSL color Cylindrical-coordinate representation of color #AB2DFE: hue angle of 276.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2DFE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 45 | 254 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.00 |
| HSL | 276.17º | 0.99% | 0.59% | - |
| HSV(B) | 276.17º | 0.82% | 1% | - |
| XYZ | 35.62 | 17.69 | 95.3 | - |
| YUV | 106.5 | 211.24 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 254 | 0.33 | 0.82 | 0 | 0.00 | 276.17 | 0.99 | 0.59 |
| Hex | AB | 2D | FE | 21 | 52 | 0 | 0 | 114 | 63 | 3B |
| Octal | 253 | 55 | 376 | 41 | 122 | 0 | 0 | 424 | 143 | 73 |
| Binary | 10101011 | 101101 | 11111110 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100011 | 111011 |
Color Harmonies of #AB2DFE
Complementary color
Monochromatic Colors of #AB2DFE
Black with #AB2DFE
Text Example
Text Example
White with #AB2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DFE; }
p { color: rgb(171,45,254); }
H1.HeaderClassName
{
color: #AB2DFE;
}
.AnyTagClassName
{
color: #AB2DFE;
}
</style>
background-color css
<style>
a { background-color: #AB2DFE; }
a { background-color: rgb(171,45,254); }
div.DivClassName
{
background-color: #AB2DFE;
}
.BgClassName
{
background-color: #AB2DFE;
}
</style>
border-color css
<style>
span { border-color: #AB2DFE; }
span { border-color: rgb(171,45,254); }
td.TdClassName
{
border-color: #AB2DFE;
}
.TagClassName
{
border-color: #AB2DFE;
}
</style>