Shades of Dark Orchid #AC2EDA
Tints of Dark Orchid #AC2EDA
RGB
CMYK
RGB Variations
Color information
#AC2EDA (or 0xAC2EDA) is known color: Dark Orchid. HEX triplet: AC, 2E and DA. RGB value is (172,46,218). Sum of RGB (Red+Green+Blue) = 172+46+218=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC2EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EDA is #53D125. Grayscale: #666666. Windows color (decimal): -5493030 or 14298796. OLE color: 14298796.
HSL color Cylindrical-coordinate representation of color #AC2EDA: hue angle of 283.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2EDA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 46 | 218 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.15 |
| HSL | 283.95º | 0.7% | 0.52% | - |
| HSV(B) | 283.95º | 0.79% | 0.85% | - |
| XYZ | 30.65 | 15.79 | 67.76 | - |
| YUV | 103.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 218 | 0.21 | 0.79 | 0 | 0.15 | 283.95 | 0.7 | 0.52 |
| Hex | AC | 2E | DA | 15 | 4F | 0 | F | 11C | 46 | 34 |
| Octal | 254 | 56 | 332 | 25 | 117 | 0 | 17 | 434 | 106 | 64 |
| Binary | 10101100 | 101110 | 11011010 | 10101 | 1001111 | 0 | 1111 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AC2EDA
Complementary color
Monochromatic Colors of #AC2EDA
Black with #AC2EDA
Text Example
Text Example
White with #AC2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EDA; }
p { color: rgb(172,46,218); }
H1.HeaderClassName
{
color: #AC2EDA;
}
.AnyTagClassName
{
color: #AC2EDA;
}
</style>
background-color css
<style>
a { background-color: #AC2EDA; }
a { background-color: rgb(172,46,218); }
div.DivClassName
{
background-color: #AC2EDA;
}
.BgClassName
{
background-color: #AC2EDA;
}
</style>
border-color css
<style>
span { border-color: #AC2EDA; }
span { border-color: rgb(172,46,218); }
td.TdClassName
{
border-color: #AC2EDA;
}
.TagClassName
{
border-color: #AC2EDA;
}
</style>