Shades of Dark Orchid #AC3DDE
Tints of Dark Orchid #AC3DDE
RGB
CMYK
RGB Variations
Color information
#AC3DDE (or 0xAC3DDE) is known color: Dark Orchid. HEX triplet: AC, 3D and DE. RGB value is (172,61,222). Sum of RGB (Red+Green+Blue) = 172+61+222=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDE is #53C221. Grayscale: #707070. Windows color (decimal): -5489186 or 14564780. OLE color: 14564780.
HSL color Cylindrical-coordinate representation of color #AC3DDE: hue angle of 281.37º degrees, saturation: 0.71, 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 #AC3DDE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 61 | 222 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.37º | 0.71% | 0.55% | - |
| HSV(B) | 281.37º | 0.73% | 0.87% | - |
| XYZ | 31.87 | 17.38 | 70.78 | - |
| YUV | 112.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 222 | 0.23 | 0.73 | 0 | 0.13 | 281.37 | 0.71 | 0.55 |
| Hex | AC | 3D | DE | 17 | 49 | 0 | D | 119 | 47 | 37 |
| Octal | 254 | 75 | 336 | 27 | 111 | 0 | 15 | 431 | 107 | 67 |
| Binary | 10101100 | 111101 | 11011110 | 10111 | 1001001 | 0 | 1101 | 100011001 | 1000111 | 110111 |
Color Harmonies of #AC3DDE
Complementary color
Monochromatic Colors of #AC3DDE
Black with #AC3DDE
Text Example
Text Example
White with #AC3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DDE; }
p { color: rgb(172,61,222); }
H1.HeaderClassName
{
color: #AC3DDE;
}
.AnyTagClassName
{
color: #AC3DDE;
}
</style>
background-color css
<style>
a { background-color: #AC3DDE; }
a { background-color: rgb(172,61,222); }
div.DivClassName
{
background-color: #AC3DDE;
}
.BgClassName
{
background-color: #AC3DDE;
}
</style>
border-color css
<style>
span { border-color: #AC3DDE; }
span { border-color: rgb(172,61,222); }
td.TdClassName
{
border-color: #AC3DDE;
}
.TagClassName
{
border-color: #AC3DDE;
}
</style>