Shades of Dark Orchid #AC33DC
Tints of Dark Orchid #AC33DC
RGB
CMYK
RGB Variations
Color information
#AC33DC (or 0xAC33DC) is known color: Dark Orchid. HEX triplet: AC, 33 and DC. RGB value is (172,51,220). Sum of RGB (Red+Green+Blue) = 172+51+220=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33DC is #53CC23. Grayscale: #696969. Windows color (decimal): -5491748 or 14431148. OLE color: 14431148.
HSL color Cylindrical-coordinate representation of color #AC33DC: hue angle of 282.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC33DC is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 51 | 220 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.14 |
| HSL | 282.96º | 0.71% | 0.53% | - |
| HSV(B) | 282.96º | 0.77% | 0.86% | - |
| XYZ | 31.12 | 16.31 | 69.22 | - |
| YUV | 106.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 220 | 0.22 | 0.77 | 0 | 0.14 | 282.96 | 0.71 | 0.53 |
| Hex | AC | 33 | DC | 16 | 4D | 0 | E | 11B | 47 | 35 |
| Octal | 254 | 63 | 334 | 26 | 115 | 0 | 16 | 433 | 107 | 65 |
| Binary | 10101100 | 110011 | 11011100 | 10110 | 1001101 | 0 | 1110 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AC33DC
Complementary color
Monochromatic Colors of #AC33DC
Black with #AC33DC
Text Example
Text Example
White with #AC33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33DC; }
p { color: rgb(172,51,220); }
H1.HeaderClassName
{
color: #AC33DC;
}
.AnyTagClassName
{
color: #AC33DC;
}
</style>
background-color css
<style>
a { background-color: #AC33DC; }
a { background-color: rgb(172,51,220); }
div.DivClassName
{
background-color: #AC33DC;
}
.BgClassName
{
background-color: #AC33DC;
}
</style>
border-color css
<style>
span { border-color: #AC33DC; }
span { border-color: rgb(172,51,220); }
td.TdClassName
{
border-color: #AC33DC;
}
.TagClassName
{
border-color: #AC33DC;
}
</style>