Shades of Dark Orchid #AC21D0
Tints of Dark Orchid #AC21D0
RGB
CMYK
RGB Variations
Color information
#AC21D0 (or 0xAC21D0) is known color: Dark Orchid. HEX triplet: AC, 21 and D0. RGB value is (172,33,208). Sum of RGB (Red+Green+Blue) = 172+33+208=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC21D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21D0 is #53DE2F. Grayscale: #5D5D5D. Windows color (decimal): -5496368 or 13640108. OLE color: 13640108.
HSL color Cylindrical-coordinate representation of color #AC21D0: hue angle of 287.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC21D0 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 33 | 208 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.18 |
| HSL | 287.66º | 0.73% | 0.47% | - |
| HSV(B) | 287.66º | 0.84% | 0.82% | - |
| XYZ | 28.94 | 14.41 | 60.93 | - |
| YUV | 94.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 208 | 0.17 | 0.84 | 0 | 0.18 | 287.66 | 0.73 | 0.47 |
| Hex | AC | 21 | D0 | 11 | 54 | 0 | 12 | 120 | 49 | 2F |
| Octal | 254 | 41 | 320 | 21 | 124 | 0 | 22 | 440 | 111 | 57 |
| Binary | 10101100 | 100001 | 11010000 | 10001 | 1010100 | 0 | 10010 | 100100000 | 1001001 | 101111 |
Color Harmonies of #AC21D0
Complementary color
Monochromatic Colors of #AC21D0
Black with #AC21D0
Text Example
Text Example
White with #AC21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21D0; }
p { color: rgb(172,33,208); }
H1.HeaderClassName
{
color: #AC21D0;
}
.AnyTagClassName
{
color: #AC21D0;
}
</style>
background-color css
<style>
a { background-color: #AC21D0; }
a { background-color: rgb(172,33,208); }
div.DivClassName
{
background-color: #AC21D0;
}
.BgClassName
{
background-color: #AC21D0;
}
</style>
border-color css
<style>
span { border-color: #AC21D0; }
span { border-color: rgb(172,33,208); }
td.TdClassName
{
border-color: #AC21D0;
}
.TagClassName
{
border-color: #AC21D0;
}
</style>