Shades of Dark Orchid #AC2BDE
Tints of Dark Orchid #AC2BDE
RGB
CMYK
RGB Variations
Color information
#AC2BDE (or 0xAC2BDE) is known color: Dark Orchid. HEX triplet: AC, 2B and DE. RGB value is (172,43,222). Sum of RGB (Red+Green+Blue) = 172+43+222=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC2BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BDE is #53D421. Grayscale: #656565. Windows color (decimal): -5493794 or 14560172. OLE color: 14560172.
HSL color Cylindrical-coordinate representation of color #AC2BDE: hue angle of 283.24º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2BDE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 43 | 222 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 283.24º | 0.73% | 0.52% | - |
| HSV(B) | 283.24º | 0.81% | 0.87% | - |
| XYZ | 31.06 | 15.77 | 70.51 | - |
| YUV | 101.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 222 | 0.23 | 0.81 | 0 | 0.13 | 283.24 | 0.73 | 0.52 |
| Hex | AC | 2B | DE | 17 | 51 | 0 | D | 11B | 49 | 34 |
| Octal | 254 | 53 | 336 | 27 | 121 | 0 | 15 | 433 | 111 | 64 |
| Binary | 10101100 | 101011 | 11011110 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001001 | 110100 |
Color Harmonies of #AC2BDE
Complementary color
Monochromatic Colors of #AC2BDE
Black with #AC2BDE
Text Example
Text Example
White with #AC2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BDE; }
p { color: rgb(172,43,222); }
H1.HeaderClassName
{
color: #AC2BDE;
}
.AnyTagClassName
{
color: #AC2BDE;
}
</style>
background-color css
<style>
a { background-color: #AC2BDE; }
a { background-color: rgb(172,43,222); }
div.DivClassName
{
background-color: #AC2BDE;
}
.BgClassName
{
background-color: #AC2BDE;
}
</style>
border-color css
<style>
span { border-color: #AC2BDE; }
span { border-color: rgb(172,43,222); }
td.TdClassName
{
border-color: #AC2BDE;
}
.TagClassName
{
border-color: #AC2BDE;
}
</style>