Shades of Dark Orchid #AC2DDE
Tints of Dark Orchid #AC2DDE
RGB
CMYK
RGB Variations
Color information
#AC2DDE (or 0xAC2DDE) is known color: Dark Orchid. HEX triplet: AC, 2D and DE. RGB value is (172,45,222). Sum of RGB (Red+Green+Blue) = 172+45+222=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDE is #53D221. Grayscale: #666666. Windows color (decimal): -5493282 or 14560684. OLE color: 14560684.
HSL color Cylindrical-coordinate representation of color #AC2DDE: hue angle of 283.05º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2DDE is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 45 | 222 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.13 |
| HSL | 283.05º | 0.73% | 0.52% | - |
| HSV(B) | 283.05º | 0.8% | 0.87% | - |
| XYZ | 31.14 | 15.92 | 70.54 | - |
| YUV | 103.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 222 | 0.23 | 0.80 | 0 | 0.13 | 283.05 | 0.73 | 0.52 |
| Hex | AC | 2D | DE | 17 | 50 | 0 | D | 11B | 49 | 34 |
| Octal | 254 | 55 | 336 | 27 | 120 | 0 | 15 | 433 | 111 | 64 |
| Binary | 10101100 | 101101 | 11011110 | 10111 | 1010000 | 0 | 1101 | 100011011 | 1001001 | 110100 |
Color Harmonies of #AC2DDE
Complementary color
Monochromatic Colors of #AC2DDE
Black with #AC2DDE
Text Example
Text Example
White with #AC2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DDE; }
p { color: rgb(172,45,222); }
H1.HeaderClassName
{
color: #AC2DDE;
}
.AnyTagClassName
{
color: #AC2DDE;
}
</style>
background-color css
<style>
a { background-color: #AC2DDE; }
a { background-color: rgb(172,45,222); }
div.DivClassName
{
background-color: #AC2DDE;
}
.BgClassName
{
background-color: #AC2DDE;
}
</style>
border-color css
<style>
span { border-color: #AC2DDE; }
span { border-color: rgb(172,45,222); }
td.TdClassName
{
border-color: #AC2DDE;
}
.TagClassName
{
border-color: #AC2DDE;
}
</style>