Shades of Dark Violet #AC18E6
Tints of Dark Violet #AC18E6
RGB
CMYK
RGB Variations
Color information
#AC18E6 (or 0xAC18E6) is known color: Dark Violet. HEX triplet: AC, 18 and E6. RGB value is (172,24,230). Sum of RGB (Red+Green+Blue) = 172+24+230=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC18E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18E6 is #53E719. Grayscale: #5B5B5B. Windows color (decimal): -5498650 or 15079596. OLE color: 15079596.
HSL color Cylindrical-coordinate representation of color #AC18E6: hue angle of 283.11º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC18E6 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 24 | 230 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.10 |
| HSL | 283.11º | 0.81% | 0.5% | - |
| HSV(B) | 283.11º | 0.9% | 0.9% | - |
| XYZ | 31.62 | 15.14 | 76.12 | - |
| YUV | 91.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 230 | 0.25 | 0.90 | 0 | 0.10 | 283.11 | 0.81 | 0.5 |
| Hex | AC | 18 | E6 | 19 | 5A | 0 | A | 11B | 51 | 32 |
| Octal | 254 | 30 | 346 | 31 | 132 | 0 | 12 | 433 | 121 | 62 |
| Binary | 10101100 | 11000 | 11100110 | 11001 | 1011010 | 0 | 1010 | 100011011 | 1010001 | 110010 |
Color Harmonies of #AC18E6
Complementary color
Monochromatic Colors of #AC18E6
Black with #AC18E6
Text Example
Text Example
White with #AC18E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18E6; }
p { color: rgb(172,24,230); }
H1.HeaderClassName
{
color: #AC18E6;
}
.AnyTagClassName
{
color: #AC18E6;
}
</style>
background-color css
<style>
a { background-color: #AC18E6; }
a { background-color: rgb(172,24,230); }
div.DivClassName
{
background-color: #AC18E6;
}
.BgClassName
{
background-color: #AC18E6;
}
</style>
border-color css
<style>
span { border-color: #AC18E6; }
span { border-color: rgb(172,24,230); }
td.TdClassName
{
border-color: #AC18E6;
}
.TagClassName
{
border-color: #AC18E6;
}
</style>