Shades of Blue Violet #AC3BFF
Tints of Blue Violet #AC3BFF
RGB
CMYK
RGB Variations
Color information
#AC3BFF (or 0xAC3BFF) is known color: Blue Violet. HEX triplet: AC, 3B and FF. RGB value is (172,59,255). Sum of RGB (Red+Green+Blue) = 172+59+255=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC3BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BFF is #53C400. Grayscale: #727272. Windows color (decimal): -5489665 or 16726956. OLE color: 16726956.
HSL color Cylindrical-coordinate representation of color #AC3BFF: hue angle of 274.59º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3BFF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 59 | 255 | - |
| CMYK | 0.33 | 0.77 | 0 | 0 |
| HSL | 274.59º | 1% | 0.62% | - |
| HSV(B) | 274.59º | 0.77% | 1% | - |
| XYZ | 36.63 | 19.12 | 96.37 | - |
| YUV | 115.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 255 | 0.33 | 0.77 | 0 | 0 | 274.59 | 1 | 0.62 |
| Hex | AC | 3B | FF | 21 | 4D | 0 | 0 | 113 | 64 | 3E |
| Octal | 254 | 73 | 377 | 41 | 115 | 0 | 0 | 423 | 144 | 76 |
| Binary | 10101100 | 111011 | 11111111 | 100001 | 1001101 | 0 | 0 | 100010011 | 1100100 | 111110 |
Color Harmonies of #AC3BFF
Complementary color
Monochromatic Colors of #AC3BFF
Black with #AC3BFF
Text Example
Text Example
White with #AC3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BFF; }
p { color: rgb(172,59,255); }
H1.HeaderClassName
{
color: #AC3BFF;
}
.AnyTagClassName
{
color: #AC3BFF;
}
</style>
background-color css
<style>
a { background-color: #AC3BFF; }
a { background-color: rgb(172,59,255); }
div.DivClassName
{
background-color: #AC3BFF;
}
.BgClassName
{
background-color: #AC3BFF;
}
</style>
border-color css
<style>
span { border-color: #AC3BFF; }
span { border-color: rgb(172,59,255); }
td.TdClassName
{
border-color: #AC3BFF;
}
.TagClassName
{
border-color: #AC3BFF;
}
</style>