Shades of Dark Orchid #AC3DCD
Tints of Dark Orchid #AC3DCD
RGB
CMYK
RGB Variations
Color information
#AC3DCD (or 0xAC3DCD) is known color: Dark Orchid. HEX triplet: AC, 3D and CD. RGB value is (172,61,205). Sum of RGB (Red+Green+Blue) = 172+61+205=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DCD is #53C232. Grayscale: #6E6E6E. Windows color (decimal): -5489203 or 13450668. OLE color: 13450668.
HSL color Cylindrical-coordinate representation of color #AC3DCD: hue angle of 286.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3DCD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 61 | 205 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.20 |
| HSL | 286.25º | 0.59% | 0.52% | - |
| HSV(B) | 286.25º | 0.7% | 0.8% | - |
| XYZ | 29.7 | 16.52 | 59.38 | - |
| YUV | 110.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 205 | 0.16 | 0.70 | 0 | 0.20 | 286.25 | 0.59 | 0.52 |
| Hex | AC | 3D | CD | 10 | 46 | 0 | 14 | 11E | 3B | 34 |
| Octal | 254 | 75 | 315 | 20 | 106 | 0 | 24 | 436 | 73 | 64 |
| Binary | 10101100 | 111101 | 11001101 | 10000 | 1000110 | 0 | 10100 | 100011110 | 111011 | 110100 |
Color Harmonies of #AC3DCD
Complementary color
Monochromatic Colors of #AC3DCD
Black with #AC3DCD
Text Example
Text Example
White with #AC3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DCD; }
p { color: rgb(172,61,205); }
H1.HeaderClassName
{
color: #AC3DCD;
}
.AnyTagClassName
{
color: #AC3DCD;
}
</style>
background-color css
<style>
a { background-color: #AC3DCD; }
a { background-color: rgb(172,61,205); }
div.DivClassName
{
background-color: #AC3DCD;
}
.BgClassName
{
background-color: #AC3DCD;
}
</style>
border-color css
<style>
span { border-color: #AC3DCD; }
span { border-color: rgb(172,61,205); }
td.TdClassName
{
border-color: #AC3DCD;
}
.TagClassName
{
border-color: #AC3DCD;
}
</style>