Shades of Dark Orchid #AC39DB
Tints of Dark Orchid #AC39DB
RGB
CMYK
RGB Variations
Color information
#AC39DB (or 0xAC39DB) is known color: Dark Orchid. HEX triplet: AC, 39 and DB. RGB value is (172,57,219). Sum of RGB (Red+Green+Blue) = 172+57+219=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39DB is #53C624. Grayscale: #6D6D6D. Windows color (decimal): -5490213 or 14367148. OLE color: 14367148.
HSL color Cylindrical-coordinate representation of color #AC39DB: hue angle of 282.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC39DB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 57 | 219 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.14 |
| HSL | 282.59º | 0.69% | 0.54% | - |
| HSV(B) | 282.59º | 0.74% | 0.86% | - |
| XYZ | 31.26 | 16.81 | 68.62 | - |
| YUV | 109.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 219 | 0.21 | 0.74 | 0 | 0.14 | 282.59 | 0.69 | 0.54 |
| Hex | AC | 39 | DB | 15 | 4A | 0 | E | 11B | 45 | 36 |
| Octal | 254 | 71 | 333 | 25 | 112 | 0 | 16 | 433 | 105 | 66 |
| Binary | 10101100 | 111001 | 11011011 | 10101 | 1001010 | 0 | 1110 | 100011011 | 1000101 | 110110 |
Color Harmonies of #AC39DB
Complementary color
Monochromatic Colors of #AC39DB
Black with #AC39DB
Text Example
Text Example
White with #AC39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC39DB; }
p { color: rgb(172,57,219); }
H1.HeaderClassName
{
color: #AC39DB;
}
.AnyTagClassName
{
color: #AC39DB;
}
</style>
background-color css
<style>
a { background-color: #AC39DB; }
a { background-color: rgb(172,57,219); }
div.DivClassName
{
background-color: #AC39DB;
}
.BgClassName
{
background-color: #AC39DB;
}
</style>
border-color css
<style>
span { border-color: #AC39DB; }
span { border-color: rgb(172,57,219); }
td.TdClassName
{
border-color: #AC39DB;
}
.TagClassName
{
border-color: #AC39DB;
}
</style>