Shades of Blue Violet #AB40FA
Tints of Blue Violet #AB40FA
RGB
CMYK
RGB Variations
Color information
#AB40FA (or 0xAB40FA) is known color: Blue Violet. HEX triplet: AB, 40 and FA. RGB value is (171,64,250). Sum of RGB (Red+Green+Blue) = 171+64+250=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB40FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FA is #54BF05. Grayscale: #747474. Windows color (decimal): -5553926 or 16400555. OLE color: 16400555.
HSL color Cylindrical-coordinate representation of color #AB40FA: hue angle of 274.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB40FA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 64 | 250 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.02 |
| HSL | 274.52º | 0.95% | 0.62% | - |
| HSV(B) | 274.52º | 0.74% | 0.98% | - |
| XYZ | 35.88 | 19.23 | 92.26 | - |
| YUV | 117.2 | 202.95 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 250 | 0.32 | 0.74 | 0 | 0.02 | 274.52 | 0.95 | 0.62 |
| Hex | AB | 40 | FA | 20 | 4A | 0 | 2 | 113 | 5F | 3E |
| Octal | 253 | 100 | 372 | 40 | 112 | 0 | 2 | 423 | 137 | 76 |
| Binary | 10101011 | 1000000 | 11111010 | 100000 | 1001010 | 0 | 10 | 100010011 | 1011111 | 111110 |
Color Harmonies of #AB40FA
Complementary color
Monochromatic Colors of #AB40FA
Black with #AB40FA
Text Example
Text Example
White with #AB40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40FA; }
p { color: rgb(171,64,250); }
H1.HeaderClassName
{
color: #AB40FA;
}
.AnyTagClassName
{
color: #AB40FA;
}
</style>
background-color css
<style>
a { background-color: #AB40FA; }
a { background-color: rgb(171,64,250); }
div.DivClassName
{
background-color: #AB40FA;
}
.BgClassName
{
background-color: #AB40FA;
}
</style>
border-color css
<style>
span { border-color: #AB40FA; }
span { border-color: rgb(171,64,250); }
td.TdClassName
{
border-color: #AB40FA;
}
.TagClassName
{
border-color: #AB40FA;
}
</style>