Shades of Blue Violet #AB41FC
Tints of Blue Violet #AB41FC
RGB
CMYK
RGB Variations
Color information
#AB41FC (or 0xAB41FC) is known color: Blue Violet. HEX triplet: AB, 41 and FC. RGB value is (171,65,252). Sum of RGB (Red+Green+Blue) = 171+65+252=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB41FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41FC is #54BE03. Grayscale: #757575. Windows color (decimal): -5553668 or 16531883. OLE color: 16531883.
HSL color Cylindrical-coordinate representation of color #AB41FC: hue angle of 274.01º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB41FC is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 65 | 252 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.01 |
| HSL | 274.01º | 0.97% | 0.62% | - |
| HSV(B) | 274.01º | 0.74% | 0.99% | - |
| XYZ | 36.26 | 19.47 | 93.94 | - |
| YUV | 118.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 252 | 0.32 | 0.74 | 0 | 0.01 | 274.01 | 0.97 | 0.62 |
| Hex | AB | 41 | FC | 20 | 4A | 0 | 1 | 112 | 61 | 3E |
| Octal | 253 | 101 | 374 | 40 | 112 | 0 | 1 | 422 | 141 | 76 |
| Binary | 10101011 | 1000001 | 11111100 | 100000 | 1001010 | 0 | 1 | 100010010 | 1100001 | 111110 |
Color Harmonies of #AB41FC
Complementary color
Monochromatic Colors of #AB41FC
Black with #AB41FC
Text Example
Text Example
White with #AB41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41FC; }
p { color: rgb(171,65,252); }
H1.HeaderClassName
{
color: #AB41FC;
}
.AnyTagClassName
{
color: #AB41FC;
}
</style>
background-color css
<style>
a { background-color: #AB41FC; }
a { background-color: rgb(171,65,252); }
div.DivClassName
{
background-color: #AB41FC;
}
.BgClassName
{
background-color: #AB41FC;
}
</style>
border-color css
<style>
span { border-color: #AB41FC; }
span { border-color: rgb(171,65,252); }
td.TdClassName
{
border-color: #AB41FC;
}
.TagClassName
{
border-color: #AB41FC;
}
</style>