Shades of Dark Orchid #AC19DB
Tints of Dark Orchid #AC19DB
RGB
CMYK
RGB Variations
Color information
#AC19DB (or 0xAC19DB) is known color: Dark Orchid. HEX triplet: AC, 19 and DB. RGB value is (172,25,219). Sum of RGB (Red+Green+Blue) = 172+25+219=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19DB is #53E624. Grayscale: #5A5A5A. Windows color (decimal): -5498405 or 14358956. OLE color: 14358956.
HSL color Cylindrical-coordinate representation of color #AC19DB: hue angle of 285.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC19DB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 25 | 219 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.14 |
| HSL | 285.46º | 0.8% | 0.48% | - |
| HSV(B) | 285.46º | 0.89% | 0.86% | - |
| XYZ | 30.15 | 14.58 | 68.24 | - |
| YUV | 91.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 219 | 0.21 | 0.89 | 0 | 0.14 | 285.46 | 0.8 | 0.48 |
| Hex | AC | 19 | DB | 15 | 59 | 0 | E | 11D | 50 | 30 |
| Octal | 254 | 31 | 333 | 25 | 131 | 0 | 16 | 435 | 120 | 60 |
| Binary | 10101100 | 11001 | 11011011 | 10101 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AC19DB
Complementary color
Monochromatic Colors of #AC19DB
Black with #AC19DB
Text Example
Text Example
White with #AC19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19DB; }
p { color: rgb(172,25,219); }
H1.HeaderClassName
{
color: #AC19DB;
}
.AnyTagClassName
{
color: #AC19DB;
}
</style>
background-color css
<style>
a { background-color: #AC19DB; }
a { background-color: rgb(172,25,219); }
div.DivClassName
{
background-color: #AC19DB;
}
.BgClassName
{
background-color: #AC19DB;
}
</style>
border-color css
<style>
span { border-color: #AC19DB; }
span { border-color: rgb(172,25,219); }
td.TdClassName
{
border-color: #AC19DB;
}
.TagClassName
{
border-color: #AC19DB;
}
</style>