Shades of Dark Orchid #AC3CDF
Tints of Dark Orchid #AC3CDF
RGB
CMYK
RGB Variations
Color information
#AC3CDF (or 0xAC3CDF) is known color: Dark Orchid. HEX triplet: AC, 3C and DF. RGB value is (172,60,223). Sum of RGB (Red+Green+Blue) = 172+60+223=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC3CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CDF is #53C320. Grayscale: #6F6F6F. Windows color (decimal): -5489441 or 14630060. OLE color: 14630060.
HSL color Cylindrical-coordinate representation of color #AC3CDF: hue angle of 281.23º degrees, saturation: 0.72, 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 #AC3CDF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 60 | 223 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.23º | 0.72% | 0.55% | - |
| HSV(B) | 281.23º | 0.73% | 0.87% | - |
| XYZ | 31.95 | 17.33 | 71.47 | - |
| YUV | 112.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 223 | 0.23 | 0.73 | 0 | 0.13 | 281.23 | 0.72 | 0.55 |
| Hex | AC | 3C | DF | 17 | 49 | 0 | D | 119 | 48 | 37 |
| Octal | 254 | 74 | 337 | 27 | 111 | 0 | 15 | 431 | 110 | 67 |
| Binary | 10101100 | 111100 | 11011111 | 10111 | 1001001 | 0 | 1101 | 100011001 | 1001000 | 110111 |
Color Harmonies of #AC3CDF
Complementary color
Monochromatic Colors of #AC3CDF
Black with #AC3CDF
Text Example
Text Example
White with #AC3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CDF; }
p { color: rgb(172,60,223); }
H1.HeaderClassName
{
color: #AC3CDF;
}
.AnyTagClassName
{
color: #AC3CDF;
}
</style>
background-color css
<style>
a { background-color: #AC3CDF; }
a { background-color: rgb(172,60,223); }
div.DivClassName
{
background-color: #AC3CDF;
}
.BgClassName
{
background-color: #AC3CDF;
}
</style>
border-color css
<style>
span { border-color: #AC3CDF; }
span { border-color: rgb(172,60,223); }
td.TdClassName
{
border-color: #AC3CDF;
}
.TagClassName
{
border-color: #AC3CDF;
}
</style>