Shades of Dark Orchid #AC30DB
Tints of Dark Orchid #AC30DB
RGB
CMYK
RGB Variations
Color information
#AC30DB (or 0xAC30DB) is known color: Dark Orchid. HEX triplet: AC, 30 and DB. RGB value is (172,48,219). Sum of RGB (Red+Green+Blue) = 172+48+219=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30DB is #53CF24. Grayscale: #686868. Windows color (decimal): -5492517 or 14364844. OLE color: 14364844.
HSL color Cylindrical-coordinate representation of color #AC30DB: hue angle of 283.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC30DB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 48 | 219 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.14 |
| HSL | 283.51º | 0.7% | 0.52% | - |
| HSV(B) | 283.51º | 0.78% | 0.86% | - |
| XYZ | 30.86 | 16 | 68.48 | - |
| YUV | 104.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 219 | 0.21 | 0.78 | 0 | 0.14 | 283.51 | 0.7 | 0.52 |
| Hex | AC | 30 | DB | 15 | 4E | 0 | E | 11C | 46 | 34 |
| Octal | 254 | 60 | 333 | 25 | 116 | 0 | 16 | 434 | 106 | 64 |
| Binary | 10101100 | 110000 | 11011011 | 10101 | 1001110 | 0 | 1110 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AC30DB
Complementary color
Monochromatic Colors of #AC30DB
Black with #AC30DB
Text Example
Text Example
White with #AC30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30DB; }
p { color: rgb(172,48,219); }
H1.HeaderClassName
{
color: #AC30DB;
}
.AnyTagClassName
{
color: #AC30DB;
}
</style>
background-color css
<style>
a { background-color: #AC30DB; }
a { background-color: rgb(172,48,219); }
div.DivClassName
{
background-color: #AC30DB;
}
.BgClassName
{
background-color: #AC30DB;
}
</style>
border-color css
<style>
span { border-color: #AC30DB; }
span { border-color: rgb(172,48,219); }
td.TdClassName
{
border-color: #AC30DB;
}
.TagClassName
{
border-color: #AC30DB;
}
</style>