Shades of Dark Orchid #AC36DB
Tints of Dark Orchid #AC36DB
RGB
CMYK
RGB Variations
Color information
#AC36DB (or 0xAC36DB) is known color: Dark Orchid. HEX triplet: AC, 36 and DB. RGB value is (172,54,219). Sum of RGB (Red+Green+Blue) = 172+54+219=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36DB is #53C924. Grayscale: #6B6B6B. Windows color (decimal): -5490981 or 14366380. OLE color: 14366380.
HSL color Cylindrical-coordinate representation of color #AC36DB: hue angle of 282.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC36DB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 54 | 219 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.14 |
| HSL | 282.91º | 0.7% | 0.54% | - |
| HSV(B) | 282.91º | 0.75% | 0.86% | - |
| XYZ | 31.12 | 16.52 | 68.57 | - |
| YUV | 108.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 219 | 0.21 | 0.75 | 0 | 0.14 | 282.91 | 0.7 | 0.54 |
| Hex | AC | 36 | DB | 15 | 4B | 0 | E | 11B | 46 | 36 |
| Octal | 254 | 66 | 333 | 25 | 113 | 0 | 16 | 433 | 106 | 66 |
| Binary | 10101100 | 110110 | 11011011 | 10101 | 1001011 | 0 | 1110 | 100011011 | 1000110 | 110110 |
Color Harmonies of #AC36DB
Complementary color
Monochromatic Colors of #AC36DB
Black with #AC36DB
Text Example
Text Example
White with #AC36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36DB; }
p { color: rgb(172,54,219); }
H1.HeaderClassName
{
color: #AC36DB;
}
.AnyTagClassName
{
color: #AC36DB;
}
</style>
background-color css
<style>
a { background-color: #AC36DB; }
a { background-color: rgb(172,54,219); }
div.DivClassName
{
background-color: #AC36DB;
}
.BgClassName
{
background-color: #AC36DB;
}
</style>
border-color css
<style>
span { border-color: #AC36DB; }
span { border-color: rgb(172,54,219); }
td.TdClassName
{
border-color: #AC36DB;
}
.TagClassName
{
border-color: #AC36DB;
}
</style>