Shades of Dark Orchid #AC3BDE
Tints of Dark Orchid #AC3BDE
RGB
CMYK
RGB Variations
Color information
#AC3BDE (or 0xAC3BDE) is known color: Dark Orchid. HEX triplet: AC, 3B and DE. RGB value is (172,59,222). Sum of RGB (Red+Green+Blue) = 172+59+222=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC3BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BDE is #53C421. Grayscale: #6E6E6E. Windows color (decimal): -5489698 or 14564268. OLE color: 14564268.
HSL color Cylindrical-coordinate representation of color #AC3BDE: hue angle of 281.6º 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 #AC3BDE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 59 | 222 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.6º | 0.71% | 0.55% | - |
| HSV(B) | 281.6º | 0.73% | 0.87% | - |
| XYZ | 31.76 | 17.17 | 70.75 | - |
| YUV | 111.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 222 | 0.23 | 0.73 | 0 | 0.13 | 281.6 | 0.71 | 0.55 |
| Hex | AC | 3B | DE | 17 | 49 | 0 | D | 11A | 47 | 37 |
| Octal | 254 | 73 | 336 | 27 | 111 | 0 | 15 | 432 | 107 | 67 |
| Binary | 10101100 | 111011 | 11011110 | 10111 | 1001001 | 0 | 1101 | 100011010 | 1000111 | 110111 |
Color Harmonies of #AC3BDE
Complementary color
Monochromatic Colors of #AC3BDE
Black with #AC3BDE
Text Example
Text Example
White with #AC3BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BDE; }
p { color: rgb(172,59,222); }
H1.HeaderClassName
{
color: #AC3BDE;
}
.AnyTagClassName
{
color: #AC3BDE;
}
</style>
background-color css
<style>
a { background-color: #AC3BDE; }
a { background-color: rgb(172,59,222); }
div.DivClassName
{
background-color: #AC3BDE;
}
.BgClassName
{
background-color: #AC3BDE;
}
</style>
border-color css
<style>
span { border-color: #AC3BDE; }
span { border-color: rgb(172,59,222); }
td.TdClassName
{
border-color: #AC3BDE;
}
.TagClassName
{
border-color: #AC3BDE;
}
</style>