Shades of Blue Violet #AB29FA
Tints of Blue Violet #AB29FA
RGB
CMYK
RGB Variations
Color information
#AB29FA (or 0xAB29FA) is known color: Blue Violet. HEX triplet: AB, 29 and FA. RGB value is (171,41,250). Sum of RGB (Red+Green+Blue) = 171+41+250=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB29FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB29FA is #54D605. Grayscale: #666666. Windows color (decimal): -5559814 or 16394667. OLE color: 16394667.
HSL color Cylindrical-coordinate representation of color #AB29FA: hue angle of 277.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB29FA is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 41 | 250 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.02 |
| HSL | 277.32º | 0.95% | 0.57% | - |
| HSV(B) | 277.32º | 0.84% | 0.98% | - |
| XYZ | 34.84 | 17.15 | 91.92 | - |
| YUV | 103.7 | 210.57 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 250 | 0.32 | 0.84 | 0 | 0.02 | 277.32 | 0.95 | 0.57 |
| Hex | AB | 29 | FA | 20 | 54 | 0 | 2 | 115 | 5F | 39 |
| Octal | 253 | 51 | 372 | 40 | 124 | 0 | 2 | 425 | 137 | 71 |
| Binary | 10101011 | 101001 | 11111010 | 100000 | 1010100 | 0 | 10 | 100010101 | 1011111 | 111001 |
Color Harmonies of #AB29FA
Complementary color
Monochromatic Colors of #AB29FA
Black with #AB29FA
Text Example
Text Example
White with #AB29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29FA; }
p { color: rgb(171,41,250); }
H1.HeaderClassName
{
color: #AB29FA;
}
.AnyTagClassName
{
color: #AB29FA;
}
</style>
background-color css
<style>
a { background-color: #AB29FA; }
a { background-color: rgb(171,41,250); }
div.DivClassName
{
background-color: #AB29FA;
}
.BgClassName
{
background-color: #AB29FA;
}
</style>
border-color css
<style>
span { border-color: #AB29FA; }
span { border-color: rgb(171,41,250); }
td.TdClassName
{
border-color: #AB29FA;
}
.TagClassName
{
border-color: #AB29FA;
}
</style>