Shades of Blue Violet #AB30FC
Tints of Blue Violet #AB30FC
RGB
CMYK
RGB Variations
Color information
#AB30FC (or 0xAB30FC) is known color: Blue Violet. HEX triplet: AB, 30 and FC. RGB value is (171,48,252). Sum of RGB (Red+Green+Blue) = 171+48+252=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB30FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30FC is #54CF03. Grayscale: #6B6B6B. Windows color (decimal): -5558020 or 16527531. OLE color: 16527531.
HSL color Cylindrical-coordinate representation of color #AB30FC: hue angle of 276.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB30FC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 48 | 252 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.01 |
| HSL | 276.18º | 0.97% | 0.59% | - |
| HSV(B) | 276.18º | 0.81% | 0.99% | - |
| XYZ | 35.42 | 17.8 | 93.66 | - |
| YUV | 108.03 | 209.25 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 252 | 0.32 | 0.81 | 0 | 0.01 | 276.18 | 0.97 | 0.59 |
| Hex | AB | 30 | FC | 20 | 51 | 0 | 1 | 114 | 61 | 3B |
| Octal | 253 | 60 | 374 | 40 | 121 | 0 | 1 | 424 | 141 | 73 |
| Binary | 10101011 | 110000 | 11111100 | 100000 | 1010001 | 0 | 1 | 100010100 | 1100001 | 111011 |
Color Harmonies of #AB30FC
Complementary color
Monochromatic Colors of #AB30FC
Black with #AB30FC
Text Example
Text Example
White with #AB30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30FC; }
p { color: rgb(171,48,252); }
H1.HeaderClassName
{
color: #AB30FC;
}
.AnyTagClassName
{
color: #AB30FC;
}
</style>
background-color css
<style>
a { background-color: #AB30FC; }
a { background-color: rgb(171,48,252); }
div.DivClassName
{
background-color: #AB30FC;
}
.BgClassName
{
background-color: #AB30FC;
}
</style>
border-color css
<style>
span { border-color: #AB30FC; }
span { border-color: rgb(171,48,252); }
td.TdClassName
{
border-color: #AB30FC;
}
.TagClassName
{
border-color: #AB30FC;
}
</style>