Shades of Blue Violet #AC29FF
Tints of Blue Violet #AC29FF
RGB
CMYK
RGB Variations
Color information
#AC29FF (or 0xAC29FF) is known color: Blue Violet. HEX triplet: AC, 29 and FF. RGB value is (172,41,255). Sum of RGB (Red+Green+Blue) = 172+41+255=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29FF is #53D600. Grayscale: #676767. Windows color (decimal): -5494273 or 16722348. OLE color: 16722348.
HSL color Cylindrical-coordinate representation of color #AC29FF: hue angle of 276.73º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC29FF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 41 | 255 | - |
| CMYK | 0.33 | 0.84 | 0 | 0 |
| HSL | 276.73º | 1% | 0.58% | - |
| HSV(B) | 276.73º | 0.84% | 1% | - |
| XYZ | 35.86 | 17.58 | 96.11 | - |
| YUV | 104.57 | 212.9 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 255 | 0.33 | 0.84 | 0 | 0 | 276.73 | 1 | 0.58 |
| Hex | AC | 29 | FF | 21 | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 254 | 51 | 377 | 41 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101100 | 101001 | 11111111 | 100001 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AC29FF
Complementary color
Monochromatic Colors of #AC29FF
Black with #AC29FF
Text Example
Text Example
White with #AC29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29FF; }
p { color: rgb(172,41,255); }
H1.HeaderClassName
{
color: #AC29FF;
}
.AnyTagClassName
{
color: #AC29FF;
}
</style>
background-color css
<style>
a { background-color: #AC29FF; }
a { background-color: rgb(172,41,255); }
div.DivClassName
{
background-color: #AC29FF;
}
.BgClassName
{
background-color: #AC29FF;
}
</style>
border-color css
<style>
span { border-color: #AC29FF; }
span { border-color: rgb(172,41,255); }
td.TdClassName
{
border-color: #AC29FF;
}
.TagClassName
{
border-color: #AC29FF;
}
</style>