Shades of Blue Violet #AB3BFC
Tints of Blue Violet #AB3BFC
RGB
CMYK
RGB Variations
Color information
#AB3BFC (or 0xAB3BFC) is known color: Blue Violet. HEX triplet: AB, 3B and FC. RGB value is (171,59,252). Sum of RGB (Red+Green+Blue) = 171+59+252=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB3BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3BFC is #54C403. Grayscale: #717171. Windows color (decimal): -5555204 or 16530347. OLE color: 16530347.
HSL color Cylindrical-coordinate representation of color #AB3BFC: hue angle of 274.82º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3BFC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 59 | 252 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.01 |
| HSL | 274.82º | 0.97% | 0.61% | - |
| HSV(B) | 274.82º | 0.77% | 0.99% | - |
| XYZ | 35.93 | 18.81 | 93.83 | - |
| YUV | 114.49 | 205.61 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 252 | 0.32 | 0.77 | 0 | 0.01 | 274.82 | 0.97 | 0.61 |
| Hex | AB | 3B | FC | 20 | 4D | 0 | 1 | 113 | 61 | 3D |
| Octal | 253 | 73 | 374 | 40 | 115 | 0 | 1 | 423 | 141 | 75 |
| Binary | 10101011 | 111011 | 11111100 | 100000 | 1001101 | 0 | 1 | 100010011 | 1100001 | 111101 |
Color Harmonies of #AB3BFC
Complementary color
Monochromatic Colors of #AB3BFC
Black with #AB3BFC
Text Example
Text Example
White with #AB3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BFC; }
p { color: rgb(171,59,252); }
H1.HeaderClassName
{
color: #AB3BFC;
}
.AnyTagClassName
{
color: #AB3BFC;
}
</style>
background-color css
<style>
a { background-color: #AB3BFC; }
a { background-color: rgb(171,59,252); }
div.DivClassName
{
background-color: #AB3BFC;
}
.BgClassName
{
background-color: #AB3BFC;
}
</style>
border-color css
<style>
span { border-color: #AB3BFC; }
span { border-color: rgb(171,59,252); }
td.TdClassName
{
border-color: #AB3BFC;
}
.TagClassName
{
border-color: #AB3BFC;
}
</style>