Shades of Dark Orchid #AC28DD
Tints of Dark Orchid #AC28DD
RGB
CMYK
RGB Variations
Color information
#AC28DD (or 0xAC28DD) is known color: Dark Orchid. HEX triplet: AC, 28 and DD. RGB value is (172,40,221). Sum of RGB (Red+Green+Blue) = 172+40+221=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28DD is #53D722. Grayscale: #636363. Windows color (decimal): -5494563 or 14493868. OLE color: 14493868.
HSL color Cylindrical-coordinate representation of color #AC28DD: hue angle of 283.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC28DD is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 40 | 221 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.13 |
| HSL | 283.76º | 0.73% | 0.51% | - |
| HSV(B) | 283.76º | 0.82% | 0.87% | - |
| XYZ | 30.82 | 15.51 | 69.78 | - |
| YUV | 100.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 221 | 0.22 | 0.82 | 0 | 0.13 | 283.76 | 0.73 | 0.51 |
| Hex | AC | 28 | DD | 16 | 52 | 0 | D | 11C | 49 | 33 |
| Octal | 254 | 50 | 335 | 26 | 122 | 0 | 15 | 434 | 111 | 63 |
| Binary | 10101100 | 101000 | 11011101 | 10110 | 1010010 | 0 | 1101 | 100011100 | 1001001 | 110011 |
Color Harmonies of #AC28DD
Complementary color
Monochromatic Colors of #AC28DD
Black with #AC28DD
Text Example
Text Example
White with #AC28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28DD; }
p { color: rgb(172,40,221); }
H1.HeaderClassName
{
color: #AC28DD;
}
.AnyTagClassName
{
color: #AC28DD;
}
</style>
background-color css
<style>
a { background-color: #AC28DD; }
a { background-color: rgb(172,40,221); }
div.DivClassName
{
background-color: #AC28DD;
}
.BgClassName
{
background-color: #AC28DD;
}
</style>
border-color css
<style>
span { border-color: #AC28DD; }
span { border-color: rgb(172,40,221); }
td.TdClassName
{
border-color: #AC28DD;
}
.TagClassName
{
border-color: #AC28DD;
}
</style>