Shades of Dark Orchid #AC2ADE
Tints of Dark Orchid #AC2ADE
RGB
CMYK
RGB Variations
Color information
#AC2ADE (or 0xAC2ADE) is known color: Dark Orchid. HEX triplet: AC, 2A and DE. RGB value is (172,42,222). Sum of RGB (Red+Green+Blue) = 172+42+222=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADE is #53D521. Grayscale: #646464. Windows color (decimal): -5494050 or 14559916. OLE color: 14559916.
HSL color Cylindrical-coordinate representation of color #AC2ADE: hue angle of 283.33º 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 #AC2ADE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 42 | 222 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 283.33º | 0.73% | 0.52% | - |
| HSV(B) | 283.33º | 0.81% | 0.87% | - |
| XYZ | 31.03 | 15.7 | 70.5 | - |
| YUV | 101.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 222 | 0.23 | 0.81 | 0 | 0.13 | 283.33 | 0.73 | 0.52 |
| Hex | AC | 2A | DE | 17 | 51 | 0 | D | 11B | 49 | 34 |
| Octal | 254 | 52 | 336 | 27 | 121 | 0 | 15 | 433 | 111 | 64 |
| Binary | 10101100 | 101010 | 11011110 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001001 | 110100 |
Color Harmonies of #AC2ADE
Complementary color
Monochromatic Colors of #AC2ADE
Black with #AC2ADE
Text Example
Text Example
White with #AC2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ADE; }
p { color: rgb(172,42,222); }
H1.HeaderClassName
{
color: #AC2ADE;
}
.AnyTagClassName
{
color: #AC2ADE;
}
</style>
background-color css
<style>
a { background-color: #AC2ADE; }
a { background-color: rgb(172,42,222); }
div.DivClassName
{
background-color: #AC2ADE;
}
.BgClassName
{
background-color: #AC2ADE;
}
</style>
border-color css
<style>
span { border-color: #AC2ADE; }
span { border-color: rgb(172,42,222); }
td.TdClassName
{
border-color: #AC2ADE;
}
.TagClassName
{
border-color: #AC2ADE;
}
</style>