Shades of Blue Violet #AC23EC
Tints of Blue Violet #AC23EC
RGB
CMYK
RGB Variations
Color information
#AC23EC (or 0xAC23EC) is known color: Blue Violet. HEX triplet: AC, 23 and EC. RGB value is (172,35,236). Sum of RGB (Red+Green+Blue) = 172+35+236=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC23EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC23EC is #53DC13. Grayscale: #626262. Windows color (decimal): -5495828 or 15475628. OLE color: 15475628.
HSL color Cylindrical-coordinate representation of color #AC23EC: hue angle of 280.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC23EC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 35 | 236 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.07 |
| HSL | 280.9º | 0.84% | 0.53% | - |
| HSV(B) | 280.9º | 0.85% | 0.93% | - |
| XYZ | 32.75 | 16.03 | 80.72 | - |
| YUV | 98.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 236 | 0.27 | 0.85 | 0 | 0.07 | 280.9 | 0.84 | 0.53 |
| Hex | AC | 23 | EC | 1B | 55 | 0 | 7 | 119 | 54 | 35 |
| Octal | 254 | 43 | 354 | 33 | 125 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101100 | 100011 | 11101100 | 11011 | 1010101 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AC23EC
Complementary color
Monochromatic Colors of #AC23EC
Black with #AC23EC
Text Example
Text Example
White with #AC23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23EC; }
p { color: rgb(172,35,236); }
H1.HeaderClassName
{
color: #AC23EC;
}
.AnyTagClassName
{
color: #AC23EC;
}
</style>
background-color css
<style>
a { background-color: #AC23EC; }
a { background-color: rgb(172,35,236); }
div.DivClassName
{
background-color: #AC23EC;
}
.BgClassName
{
background-color: #AC23EC;
}
</style>
border-color css
<style>
span { border-color: #AC23EC; }
span { border-color: rgb(172,35,236); }
td.TdClassName
{
border-color: #AC23EC;
}
.TagClassName
{
border-color: #AC23EC;
}
</style>