Shades of Blue Violet #AC32FF
Tints of Blue Violet #AC32FF
RGB
CMYK
RGB Variations
Color information
#AC32FF (or 0xAC32FF) is known color: Blue Violet. HEX triplet: AC, 32 and FF. RGB value is (172,50,255). Sum of RGB (Red+Green+Blue) = 172+50+255=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC32FF is #53CD00. Grayscale: #6D6D6D. Windows color (decimal): -5491969 or 16724652. OLE color: 16724652.
HSL color Cylindrical-coordinate representation of color #AC32FF: hue angle of 275.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC32FF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 50 | 255 | - |
| CMYK | 0.33 | 0.80 | 0 | 0 |
| HSL | 275.71º | 1% | 0.6% | - |
| HSV(B) | 275.71º | 0.8% | 1% | - |
| XYZ | 36.2 | 18.27 | 96.23 | - |
| YUV | 109.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 255 | 0.33 | 0.80 | 0 | 0 | 275.71 | 1 | 0.6 |
| Hex | AC | 32 | FF | 21 | 50 | 0 | 0 | 114 | 64 | 3C |
| Octal | 254 | 62 | 377 | 41 | 120 | 0 | 0 | 424 | 144 | 74 |
| Binary | 10101100 | 110010 | 11111111 | 100001 | 1010000 | 0 | 0 | 100010100 | 1100100 | 111100 |
Color Harmonies of #AC32FF
Complementary color
Monochromatic Colors of #AC32FF
Black with #AC32FF
Text Example
Text Example
White with #AC32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32FF; }
p { color: rgb(172,50,255); }
H1.HeaderClassName
{
color: #AC32FF;
}
.AnyTagClassName
{
color: #AC32FF;
}
</style>
background-color css
<style>
a { background-color: #AC32FF; }
a { background-color: rgb(172,50,255); }
div.DivClassName
{
background-color: #AC32FF;
}
.BgClassName
{
background-color: #AC32FF;
}
</style>
border-color css
<style>
span { border-color: #AC32FF; }
span { border-color: rgb(172,50,255); }
td.TdClassName
{
border-color: #AC32FF;
}
.TagClassName
{
border-color: #AC32FF;
}
</style>