Shades of Dark Orchid #AC23DB
Tints of Dark Orchid #AC23DB
RGB
CMYK
RGB Variations
Color information
#AC23DB (or 0xAC23DB) is known color: Dark Orchid. HEX triplet: AC, 23 and DB. RGB value is (172,35,219). Sum of RGB (Red+Green+Blue) = 172+35+219=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23DB is #53DC24. Grayscale: #606060. Windows color (decimal): -5495845 or 14361516. OLE color: 14361516.
HSL color Cylindrical-coordinate representation of color #AC23DB: hue angle of 284.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC23DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 35 | 219 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.14 |
| HSL | 284.67º | 0.72% | 0.5% | - |
| HSV(B) | 284.67º | 0.84% | 0.86% | - |
| XYZ | 30.4 | 15.09 | 68.33 | - |
| YUV | 96.94 | 196.89 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 219 | 0.21 | 0.84 | 0 | 0.14 | 284.67 | 0.72 | 0.5 |
| Hex | AC | 23 | DB | 15 | 54 | 0 | E | 11D | 48 | 32 |
| Octal | 254 | 43 | 333 | 25 | 124 | 0 | 16 | 435 | 110 | 62 |
| Binary | 10101100 | 100011 | 11011011 | 10101 | 1010100 | 0 | 1110 | 100011101 | 1001000 | 110010 |
Color Harmonies of #AC23DB
Complementary color
Monochromatic Colors of #AC23DB
Black with #AC23DB
Text Example
Text Example
White with #AC23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23DB; }
p { color: rgb(172,35,219); }
H1.HeaderClassName
{
color: #AC23DB;
}
.AnyTagClassName
{
color: #AC23DB;
}
</style>
background-color css
<style>
a { background-color: #AC23DB; }
a { background-color: rgb(172,35,219); }
div.DivClassName
{
background-color: #AC23DB;
}
.BgClassName
{
background-color: #AC23DB;
}
</style>
border-color css
<style>
span { border-color: #AC23DB; }
span { border-color: rgb(172,35,219); }
td.TdClassName
{
border-color: #AC23DB;
}
.TagClassName
{
border-color: #AC23DB;
}
</style>