Shades of Blue Violet #AB3BFE
Tints of Blue Violet #AB3BFE
RGB
CMYK
RGB Variations
Color information
#AB3BFE (or 0xAB3BFE) is known color: Blue Violet. HEX triplet: AB, 3B and FE. RGB value is (171,59,254). Sum of RGB (Red+Green+Blue) = 171+59+254=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB3BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3BFE is #54C401. Grayscale: #727272. Windows color (decimal): -5555202 or 16661419. OLE color: 16661419.
HSL color Cylindrical-coordinate representation of color #AB3BFE: hue angle of 274.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3BFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 59 | 254 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.00 |
| HSL | 274.46º | 0.99% | 0.61% | - |
| HSV(B) | 274.46º | 0.77% | 1% | - |
| XYZ | 36.25 | 18.94 | 95.51 | - |
| YUV | 114.72 | 206.61 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 254 | 0.33 | 0.77 | 0 | 0.00 | 274.46 | 0.99 | 0.61 |
| Hex | AB | 3B | FE | 21 | 4D | 0 | 0 | 112 | 63 | 3D |
| Octal | 253 | 73 | 376 | 41 | 115 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101011 | 111011 | 11111110 | 100001 | 1001101 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #AB3BFE
Complementary color
Monochromatic Colors of #AB3BFE
Black with #AB3BFE
Text Example
Text Example
White with #AB3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BFE; }
p { color: rgb(171,59,254); }
H1.HeaderClassName
{
color: #AB3BFE;
}
.AnyTagClassName
{
color: #AB3BFE;
}
</style>
background-color css
<style>
a { background-color: #AB3BFE; }
a { background-color: rgb(171,59,254); }
div.DivClassName
{
background-color: #AB3BFE;
}
.BgClassName
{
background-color: #AB3BFE;
}
</style>
border-color css
<style>
span { border-color: #AB3BFE; }
span { border-color: rgb(171,59,254); }
td.TdClassName
{
border-color: #AB3BFE;
}
.TagClassName
{
border-color: #AB3BFE;
}
</style>