Shades of Blue Violet #AC2DF9
Tints of Blue Violet #AC2DF9
RGB
CMYK
RGB Variations
Color information
#AC2DF9 (or 0xAC2DF9) is known color: Blue Violet. HEX triplet: AC, 2D and F9. RGB value is (172,45,249). Sum of RGB (Red+Green+Blue) = 172+45+249=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC2DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DF9 is #53D206. Grayscale: #696969. Windows color (decimal): -5493255 or 16330156. OLE color: 16330156.
HSL color Cylindrical-coordinate representation of color #AC2DF9: hue angle of 277.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2DF9 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 45 | 249 | - |
CMYK | 0.31 | 0.82 | 0 | 0.02 |
HSL | 277.35º | 0.94% | 0.58% | - |
HSV(B) | 277.35º | 0.82% | 0.98% | - |
XYZ | 35.05 | 17.49 | 91.15 | - |
YUV | 106.23 | 208.58 | 174.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 45 | 249 | 0.31 | 0.82 | 0 | 0.02 | 277.35 | 0.94 | 0.58 |
Hex | AC | 2D | F9 | 1F | 52 | 0 | 2 | 115 | 5E | 3A |
Octal | 254 | 55 | 371 | 37 | 122 | 0 | 2 | 425 | 136 | 72 |
Binary | 10101100 | 101101 | 11111001 | 11111 | 1010010 | 0 | 10 | 100010101 | 1011110 | 111010 |
Color Harmonies of #AC2DF9
Complementary color
Monochromatic Colors of #AC2DF9
Black with #AC2DF9
Text Example
Text Example
White with #AC2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DF9; }
p { color: rgb(172,45,249); }
H1.HeaderClassName
{
color: #AC2DF9;
}
.AnyTagClassName
{
color: #AC2DF9;
}
</style>
background-color css
<style>
a { background-color: #AC2DF9; }
a { background-color: rgb(172,45,249); }
div.DivClassName
{
background-color: #AC2DF9;
}
.BgClassName
{
background-color: #AC2DF9;
}
</style>
border-color css
<style>
span { border-color: #AC2DF9; }
span { border-color: rgb(172,45,249); }
td.TdClassName
{
border-color: #AC2DF9;
}
.TagClassName
{
border-color: #AC2DF9;
}
</style>