Shades of Dark Orchid #AC3CDC
Tints of Dark Orchid #AC3CDC
RGB
CMYK
RGB Variations
Color information
#AC3CDC (or 0xAC3CDC) is known color: Dark Orchid. HEX triplet: AC, 3C and DC. RGB value is (172,60,220). Sum of RGB (Red+Green+Blue) = 172+60+220=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CDC is #53C323. Grayscale: #6F6F6F. Windows color (decimal): -5489444 or 14433452. OLE color: 14433452.
HSL color Cylindrical-coordinate representation of color #AC3CDC: hue angle of 282º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3CDC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 60 | 220 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.14 |
| HSL | 282º | 0.7% | 0.55% | - |
| HSV(B) | 282º | 0.73% | 0.86% | - |
| XYZ | 31.55 | 17.17 | 69.36 | - |
| YUV | 111.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 220 | 0.22 | 0.73 | 0 | 0.14 | 282 | 0.7 | 0.55 |
| Hex | AC | 3C | DC | 16 | 49 | 0 | E | 11A | 46 | 37 |
| Octal | 254 | 74 | 334 | 26 | 111 | 0 | 16 | 432 | 106 | 67 |
| Binary | 10101100 | 111100 | 11011100 | 10110 | 1001001 | 0 | 1110 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AC3CDC
Complementary color
Monochromatic Colors of #AC3CDC
Black with #AC3CDC
Text Example
Text Example
White with #AC3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CDC; }
p { color: rgb(172,60,220); }
H1.HeaderClassName
{
color: #AC3CDC;
}
.AnyTagClassName
{
color: #AC3CDC;
}
</style>
background-color css
<style>
a { background-color: #AC3CDC; }
a { background-color: rgb(172,60,220); }
div.DivClassName
{
background-color: #AC3CDC;
}
.BgClassName
{
background-color: #AC3CDC;
}
</style>
border-color css
<style>
span { border-color: #AC3CDC; }
span { border-color: rgb(172,60,220); }
td.TdClassName
{
border-color: #AC3CDC;
}
.TagClassName
{
border-color: #AC3CDC;
}
</style>