Shades of Dark Orchid #AC2ADD
Tints of Dark Orchid #AC2ADD
RGB
CMYK
RGB Variations
Color information
#AC2ADD (or 0xAC2ADD) is known color: Dark Orchid. HEX triplet: AC, 2A and DD. RGB value is (172,42,221). Sum of RGB (Red+Green+Blue) = 172+42+221=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADD is #53D522. Grayscale: #646464. Windows color (decimal): -5494051 or 14494380. OLE color: 14494380.
HSL color Cylindrical-coordinate representation of color #AC2ADD: hue angle of 283.58º 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 #AC2ADD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 42 | 221 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.13 |
| HSL | 283.58º | 0.72% | 0.52% | - |
| HSV(B) | 283.58º | 0.81% | 0.87% | - |
| XYZ | 30.89 | 15.65 | 69.8 | - |
| YUV | 101.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 221 | 0.22 | 0.81 | 0 | 0.13 | 283.58 | 0.72 | 0.52 |
| Hex | AC | 2A | DD | 16 | 51 | 0 | D | 11C | 48 | 34 |
| Octal | 254 | 52 | 335 | 26 | 121 | 0 | 15 | 434 | 110 | 64 |
| Binary | 10101100 | 101010 | 11011101 | 10110 | 1010001 | 0 | 1101 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AC2ADD
Complementary color
Monochromatic Colors of #AC2ADD
Black with #AC2ADD
Text Example
Text Example
White with #AC2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ADD; }
p { color: rgb(172,42,221); }
H1.HeaderClassName
{
color: #AC2ADD;
}
.AnyTagClassName
{
color: #AC2ADD;
}
</style>
background-color css
<style>
a { background-color: #AC2ADD; }
a { background-color: rgb(172,42,221); }
div.DivClassName
{
background-color: #AC2ADD;
}
.BgClassName
{
background-color: #AC2ADD;
}
</style>
border-color css
<style>
span { border-color: #AC2ADD; }
span { border-color: rgb(172,42,221); }
td.TdClassName
{
border-color: #AC2ADD;
}
.TagClassName
{
border-color: #AC2ADD;
}
</style>