Shades of Blue Violet #AB3EFB
Tints of Blue Violet #AB3EFB
RGB
CMYK
RGB Variations
Color information
#AB3EFB (or 0xAB3EFB) is known color: Blue Violet. HEX triplet: AB, 3E and FB. RGB value is (171,62,251). Sum of RGB (Red+Green+Blue) = 171+62+251=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3EFB is #54C104. Grayscale: #737373. Windows color (decimal): -5554437 or 16465579. OLE color: 16465579.
HSL color Cylindrical-coordinate representation of color #AB3EFB: hue angle of 274.6º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3EFB is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 62 | 251 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.02 |
| HSL | 274.6º | 0.96% | 0.61% | - |
| HSV(B) | 274.6º | 0.75% | 0.98% | - |
| XYZ | 35.93 | 19.07 | 93.05 | - |
| YUV | 116.14 | 204.11 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 251 | 0.32 | 0.75 | 0 | 0.02 | 274.6 | 0.96 | 0.61 |
| Hex | AB | 3E | FB | 20 | 4B | 0 | 2 | 113 | 60 | 3D |
| Octal | 253 | 76 | 373 | 40 | 113 | 0 | 2 | 423 | 140 | 75 |
| Binary | 10101011 | 111110 | 11111011 | 100000 | 1001011 | 0 | 10 | 100010011 | 1100000 | 111101 |
Color Harmonies of #AB3EFB
Complementary color
Monochromatic Colors of #AB3EFB
Black with #AB3EFB
Text Example
Text Example
White with #AB3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EFB; }
p { color: rgb(171,62,251); }
H1.HeaderClassName
{
color: #AB3EFB;
}
.AnyTagClassName
{
color: #AB3EFB;
}
</style>
background-color css
<style>
a { background-color: #AB3EFB; }
a { background-color: rgb(171,62,251); }
div.DivClassName
{
background-color: #AB3EFB;
}
.BgClassName
{
background-color: #AB3EFB;
}
</style>
border-color css
<style>
span { border-color: #AB3EFB; }
span { border-color: rgb(171,62,251); }
td.TdClassName
{
border-color: #AB3EFB;
}
.TagClassName
{
border-color: #AB3EFB;
}
</style>