Shades of Blue Violet #AC31F2
Tints of Blue Violet #AC31F2
RGB
CMYK
RGB Variations
Color information
#AC31F2 (or 0xAC31F2) is known color: Blue Violet. HEX triplet: AC, 31 and F2. RGB value is (172,49,242). Sum of RGB (Red+Green+Blue) = 172+49+242=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC31F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31F2 is #53CE0D. Grayscale: #6B6B6B. Windows color (decimal): -5492238 or 15872428. OLE color: 15872428.
HSL color Cylindrical-coordinate representation of color #AC31F2: hue angle of 278.24º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC31F2 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 49 | 242 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.05 |
| HSL | 278.24º | 0.88% | 0.57% | - |
| HSV(B) | 278.24º | 0.8% | 0.95% | - |
| XYZ | 34.14 | 17.38 | 85.56 | - |
| YUV | 107.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 242 | 0.29 | 0.80 | 0 | 0.05 | 278.24 | 0.88 | 0.57 |
| Hex | AC | 31 | F2 | 1D | 50 | 0 | 5 | 116 | 58 | 39 |
| Octal | 254 | 61 | 362 | 35 | 120 | 0 | 5 | 426 | 130 | 71 |
| Binary | 10101100 | 110001 | 11110010 | 11101 | 1010000 | 0 | 101 | 100010110 | 1011000 | 111001 |
Color Harmonies of #AC31F2
Complementary color
Monochromatic Colors of #AC31F2
Black with #AC31F2
Text Example
Text Example
White with #AC31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31F2; }
p { color: rgb(172,49,242); }
H1.HeaderClassName
{
color: #AC31F2;
}
.AnyTagClassName
{
color: #AC31F2;
}
</style>
background-color css
<style>
a { background-color: #AC31F2; }
a { background-color: rgb(172,49,242); }
div.DivClassName
{
background-color: #AC31F2;
}
.BgClassName
{
background-color: #AC31F2;
}
</style>
border-color css
<style>
span { border-color: #AC31F2; }
span { border-color: rgb(172,49,242); }
td.TdClassName
{
border-color: #AC31F2;
}
.TagClassName
{
border-color: #AC31F2;
}
</style>