Shades of Blue Violet #AC3BFB
Tints of Blue Violet #AC3BFB
RGB
CMYK
RGB Variations
Color information
#AC3BFB (or 0xAC3BFB) is known color: Blue Violet. HEX triplet: AC, 3B and FB. RGB value is (172,59,251). Sum of RGB (Red+Green+Blue) = 172+59+251=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC3BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BFB is #53C404. Grayscale: #727272. Windows color (decimal): -5489669 or 16464812. OLE color: 16464812.
HSL color Cylindrical-coordinate representation of color #AC3BFB: hue angle of 275.31º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC3BFB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 59 | 251 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.02 |
| HSL | 275.31º | 0.96% | 0.61% | - |
| HSV(B) | 275.31º | 0.76% | 0.98% | - |
| XYZ | 35.99 | 18.86 | 93.01 | - |
| YUV | 114.68 | 204.94 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 251 | 0.31 | 0.76 | 0 | 0.02 | 275.31 | 0.96 | 0.61 |
| Hex | AC | 3B | FB | 1F | 4C | 0 | 2 | 113 | 60 | 3D |
| Octal | 254 | 73 | 373 | 37 | 114 | 0 | 2 | 423 | 140 | 75 |
| Binary | 10101100 | 111011 | 11111011 | 11111 | 1001100 | 0 | 10 | 100010011 | 1100000 | 111101 |
Color Harmonies of #AC3BFB
Complementary color
Monochromatic Colors of #AC3BFB
Black with #AC3BFB
Text Example
Text Example
White with #AC3BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BFB; }
p { color: rgb(172,59,251); }
H1.HeaderClassName
{
color: #AC3BFB;
}
.AnyTagClassName
{
color: #AC3BFB;
}
</style>
background-color css
<style>
a { background-color: #AC3BFB; }
a { background-color: rgb(172,59,251); }
div.DivClassName
{
background-color: #AC3BFB;
}
.BgClassName
{
background-color: #AC3BFB;
}
</style>
border-color css
<style>
span { border-color: #AC3BFB; }
span { border-color: rgb(172,59,251); }
td.TdClassName
{
border-color: #AC3BFB;
}
.TagClassName
{
border-color: #AC3BFB;
}
</style>