Shades of Dark Orchid #AC2BDD
Tints of Dark Orchid #AC2BDD
RGB
CMYK
RGB Variations
Color information
#AC2BDD (or 0xAC2BDD) is known color: Dark Orchid. HEX triplet: AC, 2B and DD. RGB value is (172,43,221). Sum of RGB (Red+Green+Blue) = 172+43+221=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BDD is #53D422. Grayscale: #656565. Windows color (decimal): -5493795 or 14494636. OLE color: 14494636.
HSL color Cylindrical-coordinate representation of color #AC2BDD: hue angle of 283.48º degrees, saturation: 0.72, 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 #AC2BDD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 43 | 221 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.13 |
| HSL | 283.48º | 0.72% | 0.52% | - |
| HSV(B) | 283.48º | 0.81% | 0.87% | - |
| XYZ | 30.93 | 15.72 | 69.81 | - |
| YUV | 101.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 221 | 0.22 | 0.81 | 0 | 0.13 | 283.48 | 0.72 | 0.52 |
| Hex | AC | 2B | DD | 16 | 51 | 0 | D | 11B | 48 | 34 |
| Octal | 254 | 53 | 335 | 26 | 121 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101100 | 101011 | 11011101 | 10110 | 1010001 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AC2BDD
Complementary color
Monochromatic Colors of #AC2BDD
Black with #AC2BDD
Text Example
Text Example
White with #AC2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BDD; }
p { color: rgb(172,43,221); }
H1.HeaderClassName
{
color: #AC2BDD;
}
.AnyTagClassName
{
color: #AC2BDD;
}
</style>
background-color css
<style>
a { background-color: #AC2BDD; }
a { background-color: rgb(172,43,221); }
div.DivClassName
{
background-color: #AC2BDD;
}
.BgClassName
{
background-color: #AC2BDD;
}
</style>
border-color css
<style>
span { border-color: #AC2BDD; }
span { border-color: rgb(172,43,221); }
td.TdClassName
{
border-color: #AC2BDD;
}
.TagClassName
{
border-color: #AC2BDD;
}
</style>