Shades of Blue Violet #AC25EC
Tints of Blue Violet #AC25EC
RGB
CMYK
RGB Variations
Color information
#AC25EC (or 0xAC25EC) is known color: Blue Violet. HEX triplet: AC, 25 and EC. RGB value is (172,37,236). Sum of RGB (Red+Green+Blue) = 172+37+236=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC25EC is #53DA13. Grayscale: #636363. Windows color (decimal): -5495316 or 15476140. OLE color: 15476140.
HSL color Cylindrical-coordinate representation of color #AC25EC: hue angle of 280.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC25EC is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 37 | 236 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.07 |
| HSL | 280.7º | 0.84% | 0.54% | - |
| HSV(B) | 280.7º | 0.84% | 0.93% | - |
| XYZ | 32.82 | 16.15 | 80.74 | - |
| YUV | 100.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 236 | 0.27 | 0.84 | 0 | 0.07 | 280.7 | 0.84 | 0.54 |
| Hex | AC | 25 | EC | 1B | 54 | 0 | 7 | 119 | 54 | 36 |
| Octal | 254 | 45 | 354 | 33 | 124 | 0 | 7 | 431 | 124 | 66 |
| Binary | 10101100 | 100101 | 11101100 | 11011 | 1010100 | 0 | 111 | 100011001 | 1010100 | 110110 |
Color Harmonies of #AC25EC
Complementary color
Monochromatic Colors of #AC25EC
Black with #AC25EC
Text Example
Text Example
White with #AC25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25EC; }
p { color: rgb(172,37,236); }
H1.HeaderClassName
{
color: #AC25EC;
}
.AnyTagClassName
{
color: #AC25EC;
}
</style>
background-color css
<style>
a { background-color: #AC25EC; }
a { background-color: rgb(172,37,236); }
div.DivClassName
{
background-color: #AC25EC;
}
.BgClassName
{
background-color: #AC25EC;
}
</style>
border-color css
<style>
span { border-color: #AC25EC; }
span { border-color: rgb(172,37,236); }
td.TdClassName
{
border-color: #AC25EC;
}
.TagClassName
{
border-color: #AC25EC;
}
</style>