Shades of Dark Orchid #AC3ADB
Tints of Dark Orchid #AC3ADB
RGB
CMYK
RGB Variations
Color information
#AC3ADB (or 0xAC3ADB) is known color: Dark Orchid. HEX triplet: AC, 3A and DB. RGB value is (172,58,219). Sum of RGB (Red+Green+Blue) = 172+58+219=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ADB is #53C524. Grayscale: #6D6D6D. Windows color (decimal): -5489957 or 14367404. OLE color: 14367404.
HSL color Cylindrical-coordinate representation of color #AC3ADB: hue angle of 282.48º 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 #AC3ADB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 58 | 219 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.14 |
| HSL | 282.48º | 0.69% | 0.54% | - |
| HSV(B) | 282.48º | 0.74% | 0.86% | - |
| XYZ | 31.31 | 16.91 | 68.63 | - |
| YUV | 110.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 219 | 0.21 | 0.74 | 0 | 0.14 | 282.48 | 0.69 | 0.54 |
| Hex | AC | 3A | DB | 15 | 4A | 0 | E | 11A | 45 | 36 |
| Octal | 254 | 72 | 333 | 25 | 112 | 0 | 16 | 432 | 105 | 66 |
| Binary | 10101100 | 111010 | 11011011 | 10101 | 1001010 | 0 | 1110 | 100011010 | 1000101 | 110110 |
Color Harmonies of #AC3ADB
Complementary color
Monochromatic Colors of #AC3ADB
Black with #AC3ADB
Text Example
Text Example
White with #AC3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3ADB; }
p { color: rgb(172,58,219); }
H1.HeaderClassName
{
color: #AC3ADB;
}
.AnyTagClassName
{
color: #AC3ADB;
}
</style>
background-color css
<style>
a { background-color: #AC3ADB; }
a { background-color: rgb(172,58,219); }
div.DivClassName
{
background-color: #AC3ADB;
}
.BgClassName
{
background-color: #AC3ADB;
}
</style>
border-color css
<style>
span { border-color: #AC3ADB; }
span { border-color: rgb(172,58,219); }
td.TdClassName
{
border-color: #AC3ADB;
}
.TagClassName
{
border-color: #AC3ADB;
}
</style>