Shades of Blue Violet #AC37F0
Tints of Blue Violet #AC37F0
RGB
CMYK
RGB Variations
Color information
#AC37F0 (or 0xAC37F0) is known color: Blue Violet. HEX triplet: AC, 37 and F0. RGB value is (172,55,240). Sum of RGB (Red+Green+Blue) = 172+55+240=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC37F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC37F0 is #53C80F. Grayscale: #6E6E6E. Windows color (decimal): -5490704 or 15742892. OLE color: 15742892.
HSL color Cylindrical-coordinate representation of color #AC37F0: hue angle of 277.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC37F0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 55 | 240 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 277.95º | 0.86% | 0.58% | - |
| HSV(B) | 277.95º | 0.77% | 0.94% | - |
| XYZ | 34.11 | 17.79 | 84.08 | - |
| YUV | 111.07 | 200.76 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 240 | 0.28 | 0.77 | 0 | 0.06 | 277.95 | 0.86 | 0.58 |
| Hex | AC | 37 | F0 | 1C | 4D | 0 | 6 | 116 | 56 | 3A |
| Octal | 254 | 67 | 360 | 34 | 115 | 0 | 6 | 426 | 126 | 72 |
| Binary | 10101100 | 110111 | 11110000 | 11100 | 1001101 | 0 | 110 | 100010110 | 1010110 | 111010 |
Color Harmonies of #AC37F0
Complementary color
Monochromatic Colors of #AC37F0
Black with #AC37F0
Text Example
Text Example
White with #AC37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37F0; }
p { color: rgb(172,55,240); }
H1.HeaderClassName
{
color: #AC37F0;
}
.AnyTagClassName
{
color: #AC37F0;
}
</style>
background-color css
<style>
a { background-color: #AC37F0; }
a { background-color: rgb(172,55,240); }
div.DivClassName
{
background-color: #AC37F0;
}
.BgClassName
{
background-color: #AC37F0;
}
</style>
border-color css
<style>
span { border-color: #AC37F0; }
span { border-color: rgb(172,55,240); }
td.TdClassName
{
border-color: #AC37F0;
}
.TagClassName
{
border-color: #AC37F0;
}
</style>