Shades of Blue Violet #AB2DFA
Tints of Blue Violet #AB2DFA
RGB
CMYK
RGB Variations
Color information
#AB2DFA (or 0xAB2DFA) is known color: Blue Violet. HEX triplet: AB, 2D and FA. RGB value is (171,45,250). Sum of RGB (Red+Green+Blue) = 171+45+250=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB2DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFA is #54D205. Grayscale: #696969. Windows color (decimal): -5558790 or 16395691. OLE color: 16395691.
HSL color Cylindrical-coordinate representation of color #AB2DFA: hue angle of 276.88º 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 #AB2DFA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 45 | 250 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.88º | 0.95% | 0.58% | - |
| HSV(B) | 276.88º | 0.82% | 0.98% | - |
| XYZ | 34.99 | 17.44 | 91.96 | - |
| YUV | 106.04 | 209.24 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 250 | 0.32 | 0.82 | 0 | 0.02 | 276.88 | 0.95 | 0.58 |
| Hex | AB | 2D | FA | 20 | 52 | 0 | 2 | 115 | 5F | 3A |
| Octal | 253 | 55 | 372 | 40 | 122 | 0 | 2 | 425 | 137 | 72 |
| Binary | 10101011 | 101101 | 11111010 | 100000 | 1010010 | 0 | 10 | 100010101 | 1011111 | 111010 |
Color Harmonies of #AB2DFA
Complementary color
Monochromatic Colors of #AB2DFA
Black with #AB2DFA
Text Example
Text Example
White with #AB2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DFA; }
p { color: rgb(171,45,250); }
H1.HeaderClassName
{
color: #AB2DFA;
}
.AnyTagClassName
{
color: #AB2DFA;
}
</style>
background-color css
<style>
a { background-color: #AB2DFA; }
a { background-color: rgb(171,45,250); }
div.DivClassName
{
background-color: #AB2DFA;
}
.BgClassName
{
background-color: #AB2DFA;
}
</style>
border-color css
<style>
span { border-color: #AB2DFA; }
span { border-color: rgb(171,45,250); }
td.TdClassName
{
border-color: #AB2DFA;
}
.TagClassName
{
border-color: #AB2DFA;
}
</style>