Shades of Blue Violet #AC2DF1
Tints of Blue Violet #AC2DF1
RGB
CMYK
RGB Variations
Color information
#AC2DF1 (or 0xAC2DF1) is known color: Blue Violet. HEX triplet: AC, 2D and F1. RGB value is (172,45,241). Sum of RGB (Red+Green+Blue) = 172+45+241=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC2DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DF1 is #53D20E. Grayscale: #686868. Windows color (decimal): -5493263 or 15805868. OLE color: 15805868.
HSL color Cylindrical-coordinate representation of color #AC2DF1: hue angle of 278.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2DF1 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 45 | 241 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.05 |
| HSL | 278.88º | 0.88% | 0.56% | - |
| HSV(B) | 278.88º | 0.81% | 0.95% | - |
| XYZ | 33.83 | 17 | 84.72 | - |
| YUV | 105.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 241 | 0.29 | 0.81 | 0 | 0.05 | 278.88 | 0.88 | 0.56 |
| Hex | AC | 2D | F1 | 1D | 51 | 0 | 5 | 117 | 58 | 38 |
| Octal | 254 | 55 | 361 | 35 | 121 | 0 | 5 | 427 | 130 | 70 |
| Binary | 10101100 | 101101 | 11110001 | 11101 | 1010001 | 0 | 101 | 100010111 | 1011000 | 111000 |
Color Harmonies of #AC2DF1
Complementary color
Monochromatic Colors of #AC2DF1
Black with #AC2DF1
Text Example
Text Example
White with #AC2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DF1; }
p { color: rgb(172,45,241); }
H1.HeaderClassName
{
color: #AC2DF1;
}
.AnyTagClassName
{
color: #AC2DF1;
}
</style>
background-color css
<style>
a { background-color: #AC2DF1; }
a { background-color: rgb(172,45,241); }
div.DivClassName
{
background-color: #AC2DF1;
}
.BgClassName
{
background-color: #AC2DF1;
}
</style>
border-color css
<style>
span { border-color: #AC2DF1; }
span { border-color: rgb(172,45,241); }
td.TdClassName
{
border-color: #AC2DF1;
}
.TagClassName
{
border-color: #AC2DF1;
}
</style>