Shades of Blue Violet #AB2EFA
Tints of Blue Violet #AB2EFA
RGB
CMYK
RGB Variations
Color information
#AB2EFA (or 0xAB2EFA) is known color: Blue Violet. HEX triplet: AB, 2E and FA. RGB value is (171,46,250). Sum of RGB (Red+Green+Blue) = 171+46+250=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EFA is #54D105. Grayscale: #696969. Windows color (decimal): -5558534 or 16395947. OLE color: 16395947.
HSL color Cylindrical-coordinate representation of color #AB2EFA: hue angle of 276.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2EFA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 46 | 250 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.76º | 0.95% | 0.58% | - |
| HSV(B) | 276.76º | 0.82% | 0.98% | - |
| XYZ | 35.03 | 17.51 | 91.98 | - |
| YUV | 106.63 | 208.91 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 250 | 0.32 | 0.82 | 0 | 0.02 | 276.76 | 0.95 | 0.58 |
| Hex | AB | 2E | FA | 20 | 52 | 0 | 2 | 115 | 5F | 3A |
| Octal | 253 | 56 | 372 | 40 | 122 | 0 | 2 | 425 | 137 | 72 |
| Binary | 10101011 | 101110 | 11111010 | 100000 | 1010010 | 0 | 10 | 100010101 | 1011111 | 111010 |
Color Harmonies of #AB2EFA
Complementary color
Monochromatic Colors of #AB2EFA
Black with #AB2EFA
Text Example
Text Example
White with #AB2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EFA; }
p { color: rgb(171,46,250); }
H1.HeaderClassName
{
color: #AB2EFA;
}
.AnyTagClassName
{
color: #AB2EFA;
}
</style>
background-color css
<style>
a { background-color: #AB2EFA; }
a { background-color: rgb(171,46,250); }
div.DivClassName
{
background-color: #AB2EFA;
}
.BgClassName
{
background-color: #AB2EFA;
}
</style>
border-color css
<style>
span { border-color: #AB2EFA; }
span { border-color: rgb(171,46,250); }
td.TdClassName
{
border-color: #AB2EFA;
}
.TagClassName
{
border-color: #AB2EFA;
}
</style>