Shades of Dark Orchid #AC3CDD
Tints of Dark Orchid #AC3CDD
RGB
CMYK
RGB Variations
Color information
#AC3CDD (or 0xAC3CDD) is known color: Dark Orchid. HEX triplet: AC, 3C and DD. RGB value is (172,60,221). Sum of RGB (Red+Green+Blue) = 172+60+221=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CDD is #53C322. Grayscale: #6F6F6F. Windows color (decimal): -5489443 or 14498988. OLE color: 14498988.
HSL color Cylindrical-coordinate representation of color #AC3CDD: hue angle of 281.74º 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 #AC3CDD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 60 | 221 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.13 |
| HSL | 281.74º | 0.7% | 0.55% | - |
| HSV(B) | 281.74º | 0.73% | 0.87% | - |
| XYZ | 31.68 | 17.22 | 70.06 | - |
| YUV | 111.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 221 | 0.22 | 0.73 | 0 | 0.13 | 281.74 | 0.7 | 0.55 |
| Hex | AC | 3C | DD | 16 | 49 | 0 | D | 11A | 46 | 37 |
| Octal | 254 | 74 | 335 | 26 | 111 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101100 | 111100 | 11011101 | 10110 | 1001001 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AC3CDD
Complementary color
Monochromatic Colors of #AC3CDD
Black with #AC3CDD
Text Example
Text Example
White with #AC3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CDD; }
p { color: rgb(172,60,221); }
H1.HeaderClassName
{
color: #AC3CDD;
}
.AnyTagClassName
{
color: #AC3CDD;
}
</style>
background-color css
<style>
a { background-color: #AC3CDD; }
a { background-color: rgb(172,60,221); }
div.DivClassName
{
background-color: #AC3CDD;
}
.BgClassName
{
background-color: #AC3CDD;
}
</style>
border-color css
<style>
span { border-color: #AC3CDD; }
span { border-color: rgb(172,60,221); }
td.TdClassName
{
border-color: #AC3CDD;
}
.TagClassName
{
border-color: #AC3CDD;
}
</style>