Shades of Dark Orchid #AC3BDD
Tints of Dark Orchid #AC3BDD
RGB
CMYK
RGB Variations
Color information
#AC3BDD (or 0xAC3BDD) is known color: Dark Orchid. HEX triplet: AC, 3B and DD. RGB value is (172,59,221). Sum of RGB (Red+Green+Blue) = 172+59+221=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDD is #53C422. Grayscale: #6E6E6E. Windows color (decimal): -5489699 or 14498732. OLE color: 14498732.
HSL color Cylindrical-coordinate representation of color #AC3BDD: hue angle of 281.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3BDD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 59 | 221 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.13 |
| HSL | 281.85º | 0.7% | 0.55% | - |
| HSV(B) | 281.85º | 0.73% | 0.87% | - |
| XYZ | 31.63 | 17.12 | 70.04 | - |
| YUV | 111.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 221 | 0.22 | 0.73 | 0 | 0.13 | 281.85 | 0.7 | 0.55 |
| Hex | AC | 3B | DD | 16 | 49 | 0 | D | 11A | 46 | 37 |
| Octal | 254 | 73 | 335 | 26 | 111 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101100 | 111011 | 11011101 | 10110 | 1001001 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AC3BDD
Complementary color
Monochromatic Colors of #AC3BDD
Black with #AC3BDD
Text Example
Text Example
White with #AC3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BDD; }
p { color: rgb(172,59,221); }
H1.HeaderClassName
{
color: #AC3BDD;
}
.AnyTagClassName
{
color: #AC3BDD;
}
</style>
background-color css
<style>
a { background-color: #AC3BDD; }
a { background-color: rgb(172,59,221); }
div.DivClassName
{
background-color: #AC3BDD;
}
.BgClassName
{
background-color: #AC3BDD;
}
</style>
border-color css
<style>
span { border-color: #AC3BDD; }
span { border-color: rgb(172,59,221); }
td.TdClassName
{
border-color: #AC3BDD;
}
.TagClassName
{
border-color: #AC3BDD;
}
</style>