Shades of Blue Violet #AB2DFC
Tints of Blue Violet #AB2DFC
RGB
CMYK
RGB Variations
Color information
#AB2DFC (or 0xAB2DFC) is known color: Blue Violet. HEX triplet: AB, 2D and FC. RGB value is (171,45,252). Sum of RGB (Red+Green+Blue) = 171+45+252=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB2DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFC is #54D203. Grayscale: #696969. Windows color (decimal): -5558788 or 16526763. OLE color: 16526763.
HSL color Cylindrical-coordinate representation of color #AB2DFC: hue angle of 276.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2DFC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 45 | 252 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.01 |
| HSL | 276.52º | 0.97% | 0.58% | - |
| HSV(B) | 276.52º | 0.82% | 0.99% | - |
| XYZ | 35.3 | 17.56 | 93.62 | - |
| YUV | 106.27 | 210.24 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 252 | 0.32 | 0.82 | 0 | 0.01 | 276.52 | 0.97 | 0.58 |
| Hex | AB | 2D | FC | 20 | 52 | 0 | 1 | 115 | 61 | 3A |
| Octal | 253 | 55 | 374 | 40 | 122 | 0 | 1 | 425 | 141 | 72 |
| Binary | 10101011 | 101101 | 11111100 | 100000 | 1010010 | 0 | 1 | 100010101 | 1100001 | 111010 |
Color Harmonies of #AB2DFC
Complementary color
Monochromatic Colors of #AB2DFC
Black with #AB2DFC
Text Example
Text Example
White with #AB2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DFC; }
p { color: rgb(171,45,252); }
H1.HeaderClassName
{
color: #AB2DFC;
}
.AnyTagClassName
{
color: #AB2DFC;
}
</style>
background-color css
<style>
a { background-color: #AB2DFC; }
a { background-color: rgb(171,45,252); }
div.DivClassName
{
background-color: #AB2DFC;
}
.BgClassName
{
background-color: #AB2DFC;
}
</style>
border-color css
<style>
span { border-color: #AB2DFC; }
span { border-color: rgb(171,45,252); }
td.TdClassName
{
border-color: #AB2DFC;
}
.TagClassName
{
border-color: #AB2DFC;
}
</style>