Shades of Blue Violet #AC2DF5
Tints of Blue Violet #AC2DF5
RGB
CMYK
RGB Variations
Color information
#AC2DF5 (or 0xAC2DF5) is known color: Blue Violet. HEX triplet: AC, 2D and F5. RGB value is (172,45,245). Sum of RGB (Red+Green+Blue) = 172+45+245=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC2DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DF5 is #53D20A. Grayscale: #696969. Windows color (decimal): -5493259 or 16068012. OLE color: 16068012.
HSL color Cylindrical-coordinate representation of color #AC2DF5: hue angle of 278.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2DF5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 45 | 245 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.04 |
| HSL | 278.1º | 0.91% | 0.57% | - |
| HSV(B) | 278.1º | 0.82% | 0.96% | - |
| XYZ | 34.43 | 17.24 | 87.9 | - |
| YUV | 105.77 | 206.58 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 245 | 0.30 | 0.82 | 0 | 0.04 | 278.1 | 0.91 | 0.57 |
| Hex | AC | 2D | F5 | 1E | 52 | 0 | 4 | 116 | 5B | 39 |
| Octal | 254 | 55 | 365 | 36 | 122 | 0 | 4 | 426 | 133 | 71 |
| Binary | 10101100 | 101101 | 11110101 | 11110 | 1010010 | 0 | 100 | 100010110 | 1011011 | 111001 |
Color Harmonies of #AC2DF5
Complementary color
Monochromatic Colors of #AC2DF5
Black with #AC2DF5
Text Example
Text Example
White with #AC2DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DF5; }
p { color: rgb(172,45,245); }
H1.HeaderClassName
{
color: #AC2DF5;
}
.AnyTagClassName
{
color: #AC2DF5;
}
</style>
background-color css
<style>
a { background-color: #AC2DF5; }
a { background-color: rgb(172,45,245); }
div.DivClassName
{
background-color: #AC2DF5;
}
.BgClassName
{
background-color: #AC2DF5;
}
</style>
border-color css
<style>
span { border-color: #AC2DF5; }
span { border-color: rgb(172,45,245); }
td.TdClassName
{
border-color: #AC2DF5;
}
.TagClassName
{
border-color: #AC2DF5;
}
</style>