Shades of Dark Orchid #AC3BDB
Tints of Dark Orchid #AC3BDB
RGB
CMYK
RGB Variations
Color information
#AC3BDB (or 0xAC3BDB) is known color: Dark Orchid. HEX triplet: AC, 3B and DB. RGB value is (172,59,219). Sum of RGB (Red+Green+Blue) = 172+59+219=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDB is #53C424. Grayscale: #6E6E6E. Windows color (decimal): -5489701 or 14367660. OLE color: 14367660.
HSL color Cylindrical-coordinate representation of color #AC3BDB: hue angle of 282.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3BDB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 59 | 219 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.14 |
| HSL | 282.38º | 0.69% | 0.55% | - |
| HSV(B) | 282.38º | 0.73% | 0.86% | - |
| XYZ | 31.36 | 17.01 | 68.65 | - |
| YUV | 111.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 219 | 0.21 | 0.73 | 0 | 0.14 | 282.38 | 0.69 | 0.55 |
| Hex | AC | 3B | DB | 15 | 49 | 0 | E | 11A | 45 | 37 |
| Octal | 254 | 73 | 333 | 25 | 111 | 0 | 16 | 432 | 105 | 67 |
| Binary | 10101100 | 111011 | 11011011 | 10101 | 1001001 | 0 | 1110 | 100011010 | 1000101 | 110111 |
Color Harmonies of #AC3BDB
Complementary color
Monochromatic Colors of #AC3BDB
Black with #AC3BDB
Text Example
Text Example
White with #AC3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BDB; }
p { color: rgb(172,59,219); }
H1.HeaderClassName
{
color: #AC3BDB;
}
.AnyTagClassName
{
color: #AC3BDB;
}
</style>
background-color css
<style>
a { background-color: #AC3BDB; }
a { background-color: rgb(172,59,219); }
div.DivClassName
{
background-color: #AC3BDB;
}
.BgClassName
{
background-color: #AC3BDB;
}
</style>
border-color css
<style>
span { border-color: #AC3BDB; }
span { border-color: rgb(172,59,219); }
td.TdClassName
{
border-color: #AC3BDB;
}
.TagClassName
{
border-color: #AC3BDB;
}
</style>