Shades of Dark Violet #AC00DD
Tints of Dark Violet #AC00DD
RGB
CMYK
RGB Variations
Color information
#AC00DD (or 0xAC00DD) is known color: Dark Violet. HEX triplet: AC, 00 and DD. RGB value is (172,0,221). Sum of RGB (Red+Green+Blue) = 172+0+221=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00DD is #53FF22. Grayscale: #4B4B4B. Windows color (decimal): -5504803 or 14483628. OLE color: 14483628.
HSL color Cylindrical-coordinate representation of color #AC00DD: hue angle of 286.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00DD is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 0 | 221 | - |
| CMYK | 0.22 | 1 | 0 | 0.13 |
| HSL | 286.7º | 1% | 0.43% | - |
| HSV(B) | 286.7º | 1% | 0.87% | - |
| XYZ | 30.06 | 13.99 | 69.52 | - |
| YUV | 76.62 | 209.48 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 221 | 0.22 | 1 | 0 | 0.13 | 286.7 | 1 | 0.43 |
| Hex | AC | 0 | DD | 16 | 64 | 0 | D | 11F | 64 | 2B |
| Octal | 254 | 0 | 335 | 26 | 144 | 0 | 15 | 437 | 144 | 53 |
| Binary | 10101100 | 0 | 11011101 | 10110 | 1100100 | 0 | 1101 | 100011111 | 1100100 | 101011 |
Color Harmonies of #AC00DD
Complementary color
Monochromatic Colors of #AC00DD
Black with #AC00DD
Text Example
Text Example
White with #AC00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00DD; }
p { color: rgb(172,0,221); }
H1.HeaderClassName
{
color: #AC00DD;
}
.AnyTagClassName
{
color: #AC00DD;
}
</style>
background-color css
<style>
a { background-color: #AC00DD; }
a { background-color: rgb(172,0,221); }
div.DivClassName
{
background-color: #AC00DD;
}
.BgClassName
{
background-color: #AC00DD;
}
</style>
border-color css
<style>
span { border-color: #AC00DD; }
span { border-color: rgb(172,0,221); }
td.TdClassName
{
border-color: #AC00DD;
}
.TagClassName
{
border-color: #AC00DD;
}
</style>