Shades of Dark Orchid #AC20DB
Tints of Dark Orchid #AC20DB
RGB
CMYK
RGB Variations
Color information
#AC20DB (or 0xAC20DB) is known color: Dark Orchid. HEX triplet: AC, 20 and DB. RGB value is (172,32,219). Sum of RGB (Red+Green+Blue) = 172+32+219=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20DB is #53DF24. Grayscale: #5E5E5E. Windows color (decimal): -5496613 or 14360748. OLE color: 14360748.
HSL color Cylindrical-coordinate representation of color #AC20DB: hue angle of 284.92º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC20DB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 32 | 219 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.14 |
| HSL | 284.92º | 0.75% | 0.49% | - |
| HSV(B) | 284.92º | 0.85% | 0.86% | - |
| XYZ | 30.32 | 14.92 | 68.3 | - |
| YUV | 95.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 219 | 0.21 | 0.85 | 0 | 0.14 | 284.92 | 0.75 | 0.49 |
| Hex | AC | 20 | DB | 15 | 55 | 0 | E | 11D | 4B | 31 |
| Octal | 254 | 40 | 333 | 25 | 125 | 0 | 16 | 435 | 113 | 61 |
| Binary | 10101100 | 100000 | 11011011 | 10101 | 1010101 | 0 | 1110 | 100011101 | 1001011 | 110001 |
Color Harmonies of #AC20DB
Complementary color
Monochromatic Colors of #AC20DB
Black with #AC20DB
Text Example
Text Example
White with #AC20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20DB; }
p { color: rgb(172,32,219); }
H1.HeaderClassName
{
color: #AC20DB;
}
.AnyTagClassName
{
color: #AC20DB;
}
</style>
background-color css
<style>
a { background-color: #AC20DB; }
a { background-color: rgb(172,32,219); }
div.DivClassName
{
background-color: #AC20DB;
}
.BgClassName
{
background-color: #AC20DB;
}
</style>
border-color css
<style>
span { border-color: #AC20DB; }
span { border-color: rgb(172,32,219); }
td.TdClassName
{
border-color: #AC20DB;
}
.TagClassName
{
border-color: #AC20DB;
}
</style>