Shades of Blue Violet #AB26FA
Tints of Blue Violet #AB26FA
RGB
CMYK
RGB Variations
Color information
#AB26FA (or 0xAB26FA) is known color: Blue Violet. HEX triplet: AB, 26 and FA. RGB value is (171,38,250). Sum of RGB (Red+Green+Blue) = 171+38+250=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB26FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB26FA is #54D905. Grayscale: #656565. Windows color (decimal): -5560582 or 16393899. OLE color: 16393899.
HSL color Cylindrical-coordinate representation of color #AB26FA: hue angle of 277.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB26FA is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 38 | 250 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.02 |
| HSL | 277.64º | 0.95% | 0.56% | - |
| HSV(B) | 277.64º | 0.85% | 0.98% | - |
| XYZ | 34.74 | 16.95 | 91.88 | - |
| YUV | 101.94 | 211.56 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 250 | 0.32 | 0.85 | 0 | 0.02 | 277.64 | 0.95 | 0.56 |
| Hex | AB | 26 | FA | 20 | 55 | 0 | 2 | 116 | 5F | 38 |
| Octal | 253 | 46 | 372 | 40 | 125 | 0 | 2 | 426 | 137 | 70 |
| Binary | 10101011 | 100110 | 11111010 | 100000 | 1010101 | 0 | 10 | 100010110 | 1011111 | 111000 |
Color Harmonies of #AB26FA
Complementary color
Monochromatic Colors of #AB26FA
Black with #AB26FA
Text Example
Text Example
White with #AB26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26FA; }
p { color: rgb(171,38,250); }
H1.HeaderClassName
{
color: #AB26FA;
}
.AnyTagClassName
{
color: #AB26FA;
}
</style>
background-color css
<style>
a { background-color: #AB26FA; }
a { background-color: rgb(171,38,250); }
div.DivClassName
{
background-color: #AB26FA;
}
.BgClassName
{
background-color: #AB26FA;
}
</style>
border-color css
<style>
span { border-color: #AB26FA; }
span { border-color: rgb(171,38,250); }
td.TdClassName
{
border-color: #AB26FA;
}
.TagClassName
{
border-color: #AB26FA;
}
</style>