Shades of Dark Violet #AC15E5
Tints of Dark Violet #AC15E5
RGB
CMYK
RGB Variations
Color information
#AC15E5 (or 0xAC15E5) is known color: Dark Violet. HEX triplet: AC, 15 and E5. RGB value is (172,21,229). Sum of RGB (Red+Green+Blue) = 172+21+229=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC15E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15E5 is #53EA1A. Grayscale: #595959. Windows color (decimal): -5499419 or 15013292. OLE color: 15013292.
HSL color Cylindrical-coordinate representation of color #AC15E5: hue angle of 283.56º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC15E5 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 21 | 229 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.10 |
| HSL | 283.56º | 0.83% | 0.49% | - |
| HSV(B) | 283.56º | 0.91% | 0.9% | - |
| XYZ | 31.42 | 14.96 | 75.36 | - |
| YUV | 89.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 229 | 0.25 | 0.91 | 0 | 0.10 | 283.56 | 0.83 | 0.49 |
| Hex | AC | 15 | E5 | 19 | 5B | 0 | A | 11C | 53 | 31 |
| Octal | 254 | 25 | 345 | 31 | 133 | 0 | 12 | 434 | 123 | 61 |
| Binary | 10101100 | 10101 | 11100101 | 11001 | 1011011 | 0 | 1010 | 100011100 | 1010011 | 110001 |
Color Harmonies of #AC15E5
Complementary color
Monochromatic Colors of #AC15E5
Black with #AC15E5
Text Example
Text Example
White with #AC15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15E5; }
p { color: rgb(172,21,229); }
H1.HeaderClassName
{
color: #AC15E5;
}
.AnyTagClassName
{
color: #AC15E5;
}
</style>
background-color css
<style>
a { background-color: #AC15E5; }
a { background-color: rgb(172,21,229); }
div.DivClassName
{
background-color: #AC15E5;
}
.BgClassName
{
background-color: #AC15E5;
}
</style>
border-color css
<style>
span { border-color: #AC15E5; }
span { border-color: rgb(172,21,229); }
td.TdClassName
{
border-color: #AC15E5;
}
.TagClassName
{
border-color: #AC15E5;
}
</style>