Shades of Dark Orchid #AC20D1
Tints of Dark Orchid #AC20D1
RGB
CMYK
RGB Variations
Color information
#AC20D1 (or 0xAC20D1) is known color: Dark Orchid. HEX triplet: AC, 20 and D1. RGB value is (172,32,209). Sum of RGB (Red+Green+Blue) = 172+32+209=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC20D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20D1 is #53DF2E. Grayscale: #5D5D5D. Windows color (decimal): -5496623 or 13705388. OLE color: 13705388.
HSL color Cylindrical-coordinate representation of color #AC20D1: hue angle of 287.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC20D1 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 32 | 209 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.18 |
| HSL | 287.46º | 0.73% | 0.47% | - |
| HSV(B) | 287.46º | 0.85% | 0.82% | - |
| XYZ | 29.04 | 14.41 | 61.57 | - |
| YUV | 94.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 209 | 0.18 | 0.85 | 0 | 0.18 | 287.46 | 0.73 | 0.47 |
| Hex | AC | 20 | D1 | 12 | 55 | 0 | 12 | 11F | 49 | 2F |
| Octal | 254 | 40 | 321 | 22 | 125 | 0 | 22 | 437 | 111 | 57 |
| Binary | 10101100 | 100000 | 11010001 | 10010 | 1010101 | 0 | 10010 | 100011111 | 1001001 | 101111 |
Color Harmonies of #AC20D1
Complementary color
Monochromatic Colors of #AC20D1
Black with #AC20D1
Text Example
Text Example
White with #AC20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20D1; }
p { color: rgb(172,32,209); }
H1.HeaderClassName
{
color: #AC20D1;
}
.AnyTagClassName
{
color: #AC20D1;
}
</style>
background-color css
<style>
a { background-color: #AC20D1; }
a { background-color: rgb(172,32,209); }
div.DivClassName
{
background-color: #AC20D1;
}
.BgClassName
{
background-color: #AC20D1;
}
</style>
border-color css
<style>
span { border-color: #AC20D1; }
span { border-color: rgb(172,32,209); }
td.TdClassName
{
border-color: #AC20D1;
}
.TagClassName
{
border-color: #AC20D1;
}
</style>