Shades of Blue Violet #AC3CFB
Tints of Blue Violet #AC3CFB
RGB
CMYK
RGB Variations
Color information
#AC3CFB (or 0xAC3CFB) is known color: Blue Violet. HEX triplet: AC, 3C and FB. RGB value is (172,60,251). Sum of RGB (Red+Green+Blue) = 172+60+251=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC3CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CFB is #53C304. Grayscale: #727272. Windows color (decimal): -5489413 or 16465068. OLE color: 16465068.
HSL color Cylindrical-coordinate representation of color #AC3CFB: hue angle of 275.18º 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 #AC3CFB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 60 | 251 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.02 |
| HSL | 275.18º | 0.96% | 0.61% | - |
| HSV(B) | 275.18º | 0.76% | 0.98% | - |
| XYZ | 36.04 | 18.97 | 93.03 | - |
| YUV | 115.26 | 204.61 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 251 | 0.31 | 0.76 | 0 | 0.02 | 275.18 | 0.96 | 0.61 |
| Hex | AC | 3C | FB | 1F | 4C | 0 | 2 | 113 | 60 | 3D |
| Octal | 254 | 74 | 373 | 37 | 114 | 0 | 2 | 423 | 140 | 75 |
| Binary | 10101100 | 111100 | 11111011 | 11111 | 1001100 | 0 | 10 | 100010011 | 1100000 | 111101 |
Color Harmonies of #AC3CFB
Complementary color
Monochromatic Colors of #AC3CFB
Black with #AC3CFB
Text Example
Text Example
White with #AC3CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CFB; }
p { color: rgb(172,60,251); }
H1.HeaderClassName
{
color: #AC3CFB;
}
.AnyTagClassName
{
color: #AC3CFB;
}
</style>
background-color css
<style>
a { background-color: #AC3CFB; }
a { background-color: rgb(172,60,251); }
div.DivClassName
{
background-color: #AC3CFB;
}
.BgClassName
{
background-color: #AC3CFB;
}
</style>
border-color css
<style>
span { border-color: #AC3CFB; }
span { border-color: rgb(172,60,251); }
td.TdClassName
{
border-color: #AC3CFB;
}
.TagClassName
{
border-color: #AC3CFB;
}
</style>