Shades of Blue Violet #AB40FD
Tints of Blue Violet #AB40FD
RGB
CMYK
RGB Variations
Color information
#AB40FD (or 0xAB40FD) is known color: Blue Violet. HEX triplet: AB, 40 and FD. RGB value is (171,64,253). Sum of RGB (Red+Green+Blue) = 171+64+253=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FD is #54BF02. Grayscale: #747474. Windows color (decimal): -5553923 or 16597163. OLE color: 16597163.
HSL color Cylindrical-coordinate representation of color #AB40FD: hue angle of 273.97º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB40FD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 64 | 253 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.01 |
| HSL | 273.97º | 0.98% | 0.62% | - |
| HSV(B) | 273.97º | 0.75% | 0.99% | - |
| XYZ | 36.36 | 19.42 | 94.76 | - |
| YUV | 117.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 253 | 0.32 | 0.75 | 0 | 0.01 | 273.97 | 0.98 | 0.62 |
| Hex | AB | 40 | FD | 20 | 4B | 0 | 1 | 112 | 62 | 3E |
| Octal | 253 | 100 | 375 | 40 | 113 | 0 | 1 | 422 | 142 | 76 |
| Binary | 10101011 | 1000000 | 11111101 | 100000 | 1001011 | 0 | 1 | 100010010 | 1100010 | 111110 |
Color Harmonies of #AB40FD
Complementary color
Monochromatic Colors of #AB40FD
Black with #AB40FD
Text Example
Text Example
White with #AB40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40FD; }
p { color: rgb(171,64,253); }
H1.HeaderClassName
{
color: #AB40FD;
}
.AnyTagClassName
{
color: #AB40FD;
}
</style>
background-color css
<style>
a { background-color: #AB40FD; }
a { background-color: rgb(171,64,253); }
div.DivClassName
{
background-color: #AB40FD;
}
.BgClassName
{
background-color: #AB40FD;
}
</style>
border-color css
<style>
span { border-color: #AB40FD; }
span { border-color: rgb(171,64,253); }
td.TdClassName
{
border-color: #AB40FD;
}
.TagClassName
{
border-color: #AB40FD;
}
</style>