Shades of Blue Violet #AB40FC
Tints of Blue Violet #AB40FC
RGB
CMYK
RGB Variations
Color information
#AB40FC (or 0xAB40FC) is known color: Blue Violet. HEX triplet: AB, 40 and FC. RGB value is (171,64,252). Sum of RGB (Red+Green+Blue) = 171+64+252=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40FC is #54BF03. Grayscale: #747474. Windows color (decimal): -5553924 or 16531627. OLE color: 16531627.
HSL color Cylindrical-coordinate representation of color #AB40FC: hue angle of 274.15º degrees, saturation: 0.97, 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 #AB40FC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 64 | 252 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.01 |
| HSL | 274.15º | 0.97% | 0.62% | - |
| HSV(B) | 274.15º | 0.75% | 0.99% | - |
| XYZ | 36.2 | 19.35 | 93.92 | - |
| YUV | 117.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 252 | 0.32 | 0.75 | 0 | 0.01 | 274.15 | 0.97 | 0.62 |
| Hex | AB | 40 | FC | 20 | 4B | 0 | 1 | 112 | 61 | 3E |
| Octal | 253 | 100 | 374 | 40 | 113 | 0 | 1 | 422 | 141 | 76 |
| Binary | 10101011 | 1000000 | 11111100 | 100000 | 1001011 | 0 | 1 | 100010010 | 1100001 | 111110 |
Color Harmonies of #AB40FC
Complementary color
Monochromatic Colors of #AB40FC
Black with #AB40FC
Text Example
Text Example
White with #AB40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40FC; }
p { color: rgb(171,64,252); }
H1.HeaderClassName
{
color: #AB40FC;
}
.AnyTagClassName
{
color: #AB40FC;
}
</style>
background-color css
<style>
a { background-color: #AB40FC; }
a { background-color: rgb(171,64,252); }
div.DivClassName
{
background-color: #AB40FC;
}
.BgClassName
{
background-color: #AB40FC;
}
</style>
border-color css
<style>
span { border-color: #AB40FC; }
span { border-color: rgb(171,64,252); }
td.TdClassName
{
border-color: #AB40FC;
}
.TagClassName
{
border-color: #AB40FC;
}
</style>