Shades of Dark Orchid #AC3DDF
Tints of Dark Orchid #AC3DDF
RGB
CMYK
RGB Variations
Color information
#AC3DDF (or 0xAC3DDF) is known color: Dark Orchid. HEX triplet: AC, 3D and DF. RGB value is (172,61,223). Sum of RGB (Red+Green+Blue) = 172+61+223=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC3DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DDF is #53C220. Grayscale: #707070. Windows color (decimal): -5489185 or 14630316. OLE color: 14630316.
HSL color Cylindrical-coordinate representation of color #AC3DDF: hue angle of 281.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3DDF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 61 | 223 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.11º | 0.72% | 0.56% | - |
| HSV(B) | 281.11º | 0.73% | 0.87% | - |
| XYZ | 32 | 17.44 | 71.49 | - |
| YUV | 112.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 223 | 0.23 | 0.73 | 0 | 0.13 | 281.11 | 0.72 | 0.56 |
| Hex | AC | 3D | DF | 17 | 49 | 0 | D | 119 | 48 | 38 |
| Octal | 254 | 75 | 337 | 27 | 111 | 0 | 15 | 431 | 110 | 70 |
| Binary | 10101100 | 111101 | 11011111 | 10111 | 1001001 | 0 | 1101 | 100011001 | 1001000 | 111000 |
Color Harmonies of #AC3DDF
Complementary color
Monochromatic Colors of #AC3DDF
Black with #AC3DDF
Text Example
Text Example
White with #AC3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DDF; }
p { color: rgb(172,61,223); }
H1.HeaderClassName
{
color: #AC3DDF;
}
.AnyTagClassName
{
color: #AC3DDF;
}
</style>
background-color css
<style>
a { background-color: #AC3DDF; }
a { background-color: rgb(172,61,223); }
div.DivClassName
{
background-color: #AC3DDF;
}
.BgClassName
{
background-color: #AC3DDF;
}
</style>
border-color css
<style>
span { border-color: #AC3DDF; }
span { border-color: rgb(172,61,223); }
td.TdClassName
{
border-color: #AC3DDF;
}
.TagClassName
{
border-color: #AC3DDF;
}
</style>