Shades of Blue Violet #AC29FE
Tints of Blue Violet #AC29FE
RGB
CMYK
RGB Variations
Color information
#AC29FE (or 0xAC29FE) is known color: Blue Violet. HEX triplet: AC, 29 and FE. RGB value is (172,41,254). Sum of RGB (Red+Green+Blue) = 172+41+254=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29FE is #53D601. Grayscale: #676767. Windows color (decimal): -5494274 or 16656812. OLE color: 16656812.
HSL color Cylindrical-coordinate representation of color #AC29FE: hue angle of 276.9º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC29FE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 41 | 254 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.00 |
| HSL | 276.9º | 0.99% | 0.58% | - |
| HSV(B) | 276.9º | 0.84% | 1% | - |
| XYZ | 35.7 | 17.51 | 95.26 | - |
| YUV | 104.45 | 212.4 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 254 | 0.32 | 0.84 | 0 | 0.00 | 276.9 | 0.99 | 0.58 |
| Hex | AC | 29 | FE | 20 | 54 | 0 | 0 | 115 | 63 | 3A |
| Octal | 254 | 51 | 376 | 40 | 124 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101100 | 101001 | 11111110 | 100000 | 1010100 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AC29FE
Complementary color
Monochromatic Colors of #AC29FE
Black with #AC29FE
Text Example
Text Example
White with #AC29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29FE; }
p { color: rgb(172,41,254); }
H1.HeaderClassName
{
color: #AC29FE;
}
.AnyTagClassName
{
color: #AC29FE;
}
</style>
background-color css
<style>
a { background-color: #AC29FE; }
a { background-color: rgb(172,41,254); }
div.DivClassName
{
background-color: #AC29FE;
}
.BgClassName
{
background-color: #AC29FE;
}
</style>
border-color css
<style>
span { border-color: #AC29FE; }
span { border-color: rgb(172,41,254); }
td.TdClassName
{
border-color: #AC29FE;
}
.TagClassName
{
border-color: #AC29FE;
}
</style>