Shades of Dark Orchid #AC3DDD
Tints of Dark Orchid #AC3DDD
RGB
CMYK
RGB Variations
Color information
#AC3DDD (or 0xAC3DDD) is known color: Dark Orchid. HEX triplet: AC, 3D and DD. RGB value is (172,61,221). Sum of RGB (Red+Green+Blue) = 172+61+221=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDD is #53C222. Grayscale: #6F6F6F. Windows color (decimal): -5489187 or 14499244. OLE color: 14499244.
HSL color Cylindrical-coordinate representation of color #AC3DDD: hue angle of 281.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3DDD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 61 | 221 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.13 |
| HSL | 281.63º | 0.7% | 0.55% | - |
| HSV(B) | 281.63º | 0.72% | 0.87% | - |
| XYZ | 31.73 | 17.33 | 70.08 | - |
| YUV | 112.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 221 | 0.22 | 0.72 | 0 | 0.13 | 281.63 | 0.7 | 0.55 |
| Hex | AC | 3D | DD | 16 | 48 | 0 | D | 11A | 46 | 37 |
| Octal | 254 | 75 | 335 | 26 | 110 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101100 | 111101 | 11011101 | 10110 | 1001000 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AC3DDD
Complementary color
Monochromatic Colors of #AC3DDD
Black with #AC3DDD
Text Example
Text Example
White with #AC3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DDD; }
p { color: rgb(172,61,221); }
H1.HeaderClassName
{
color: #AC3DDD;
}
.AnyTagClassName
{
color: #AC3DDD;
}
</style>
background-color css
<style>
a { background-color: #AC3DDD; }
a { background-color: rgb(172,61,221); }
div.DivClassName
{
background-color: #AC3DDD;
}
.BgClassName
{
background-color: #AC3DDD;
}
</style>
border-color css
<style>
span { border-color: #AC3DDD; }
span { border-color: rgb(172,61,221); }
td.TdClassName
{
border-color: #AC3DDD;
}
.TagClassName
{
border-color: #AC3DDD;
}
</style>