Shades of Blue Violet #AC25EF
Tints of Blue Violet #AC25EF
RGB
CMYK
RGB Variations
Color information
#AC25EF (or 0xAC25EF) is known color: Blue Violet. HEX triplet: AC, 25 and EF. RGB value is (172,37,239). Sum of RGB (Red+Green+Blue) = 172+37+239=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC25EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC25EF is #53DA10. Grayscale: #636363. Windows color (decimal): -5495313 or 15672748. OLE color: 15672748.
HSL color Cylindrical-coordinate representation of color #AC25EF: hue angle of 280.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC25EF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 37 | 239 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.06 |
| HSL | 280.1º | 0.86% | 0.54% | - |
| HSV(B) | 280.1º | 0.85% | 0.94% | - |
| XYZ | 33.25 | 16.33 | 83.06 | - |
| YUV | 100.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 239 | 0.28 | 0.85 | 0 | 0.06 | 280.1 | 0.86 | 0.54 |
| Hex | AC | 25 | EF | 1C | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 254 | 45 | 357 | 34 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101100 | 100101 | 11101111 | 11100 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AC25EF
Complementary color
Monochromatic Colors of #AC25EF
Black with #AC25EF
Text Example
Text Example
White with #AC25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25EF; }
p { color: rgb(172,37,239); }
H1.HeaderClassName
{
color: #AC25EF;
}
.AnyTagClassName
{
color: #AC25EF;
}
</style>
background-color css
<style>
a { background-color: #AC25EF; }
a { background-color: rgb(172,37,239); }
div.DivClassName
{
background-color: #AC25EF;
}
.BgClassName
{
background-color: #AC25EF;
}
</style>
border-color css
<style>
span { border-color: #AC25EF; }
span { border-color: rgb(172,37,239); }
td.TdClassName
{
border-color: #AC25EF;
}
.TagClassName
{
border-color: #AC25EF;
}
</style>