Shades of Blue Violet #AC2BFB
Tints of Blue Violet #AC2BFB
RGB
CMYK
RGB Variations
Color information
#AC2BFB (or 0xAC2BFB) is known color: Blue Violet. HEX triplet: AC, 2B and FB. RGB value is (172,43,251). Sum of RGB (Red+Green+Blue) = 172+43+251=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC2BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BFB is #53D404. Grayscale: #686868. Windows color (decimal): -5493765 or 16460716. OLE color: 16460716.
HSL color Cylindrical-coordinate representation of color #AC2BFB: hue angle of 277.21º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC2BFB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 43 | 251 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.02 |
| HSL | 277.21º | 0.96% | 0.58% | - |
| HSV(B) | 277.21º | 0.83% | 0.98% | - |
| XYZ | 35.29 | 17.46 | 92.78 | - |
| YUV | 105.28 | 210.24 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 251 | 0.31 | 0.83 | 0 | 0.02 | 277.21 | 0.96 | 0.58 |
| Hex | AC | 2B | FB | 1F | 53 | 0 | 2 | 115 | 60 | 3A |
| Octal | 254 | 53 | 373 | 37 | 123 | 0 | 2 | 425 | 140 | 72 |
| Binary | 10101100 | 101011 | 11111011 | 11111 | 1010011 | 0 | 10 | 100010101 | 1100000 | 111010 |
Color Harmonies of #AC2BFB
Complementary color
Monochromatic Colors of #AC2BFB
Black with #AC2BFB
Text Example
Text Example
White with #AC2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BFB; }
p { color: rgb(172,43,251); }
H1.HeaderClassName
{
color: #AC2BFB;
}
.AnyTagClassName
{
color: #AC2BFB;
}
</style>
background-color css
<style>
a { background-color: #AC2BFB; }
a { background-color: rgb(172,43,251); }
div.DivClassName
{
background-color: #AC2BFB;
}
.BgClassName
{
background-color: #AC2BFB;
}
</style>
border-color css
<style>
span { border-color: #AC2BFB; }
span { border-color: rgb(172,43,251); }
td.TdClassName
{
border-color: #AC2BFB;
}
.TagClassName
{
border-color: #AC2BFB;
}
</style>