Shades of Blue Violet #AC2DFF
Tints of Blue Violet #AC2DFF
RGB
CMYK
RGB Variations
Color information
#AC2DFF (or 0xAC2DFF) is known color: Blue Violet. HEX triplet: AC, 2D and FF. RGB value is (172,45,255). Sum of RGB (Red+Green+Blue) = 172+45+255=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DFF is #53D200. Grayscale: #6A6A6A. Windows color (decimal): -5493249 or 16723372. OLE color: 16723372.
HSL color Cylindrical-coordinate representation of color #AC2DFF: hue angle of 276.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2DFF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 45 | 255 | - |
| CMYK | 0.33 | 0.82 | 0 | 0 |
| HSL | 276.29º | 1% | 0.59% | - |
| HSV(B) | 276.29º | 0.82% | 1% | - |
| XYZ | 36 | 17.87 | 96.16 | - |
| YUV | 106.91 | 211.58 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 255 | 0.33 | 0.82 | 0 | 0 | 276.29 | 1 | 0.59 |
| Hex | AC | 2D | FF | 21 | 52 | 0 | 0 | 114 | 64 | 3B |
| Octal | 254 | 55 | 377 | 41 | 122 | 0 | 0 | 424 | 144 | 73 |
| Binary | 10101100 | 101101 | 11111111 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100100 | 111011 |
Color Harmonies of #AC2DFF
Complementary color
Monochromatic Colors of #AC2DFF
Black with #AC2DFF
Text Example
Text Example
White with #AC2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DFF; }
p { color: rgb(172,45,255); }
H1.HeaderClassName
{
color: #AC2DFF;
}
.AnyTagClassName
{
color: #AC2DFF;
}
</style>
background-color css
<style>
a { background-color: #AC2DFF; }
a { background-color: rgb(172,45,255); }
div.DivClassName
{
background-color: #AC2DFF;
}
.BgClassName
{
background-color: #AC2DFF;
}
</style>
border-color css
<style>
span { border-color: #AC2DFF; }
span { border-color: rgb(172,45,255); }
td.TdClassName
{
border-color: #AC2DFF;
}
.TagClassName
{
border-color: #AC2DFF;
}
</style>