Shades of Dark Orchid #AC2ED5
Tints of Dark Orchid #AC2ED5
RGB
CMYK
RGB Variations
Color information
#AC2ED5 (or 0xAC2ED5) is known color: Dark Orchid. HEX triplet: AC, 2E and D5. RGB value is (172,46,213). Sum of RGB (Red+Green+Blue) = 172+46+213=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC2ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ED5 is #53D12A. Grayscale: #666666. Windows color (decimal): -5493035 or 13971116. OLE color: 13971116.
HSL color Cylindrical-coordinate representation of color #AC2ED5: hue angle of 285.27º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ED5 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 46 | 213 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.16 |
| HSL | 285.27º | 0.67% | 0.51% | - |
| HSV(B) | 285.27º | 0.78% | 0.84% | - |
| XYZ | 30 | 15.53 | 64.37 | - |
| YUV | 102.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 213 | 0.19 | 0.78 | 0 | 0.16 | 285.27 | 0.67 | 0.51 |
| Hex | AC | 2E | D5 | 13 | 4E | 0 | 10 | 11D | 43 | 33 |
| Octal | 254 | 56 | 325 | 23 | 116 | 0 | 20 | 435 | 103 | 63 |
| Binary | 10101100 | 101110 | 11010101 | 10011 | 1001110 | 0 | 10000 | 100011101 | 1000011 | 110011 |
Color Harmonies of #AC2ED5
Complementary color
Monochromatic Colors of #AC2ED5
Black with #AC2ED5
Text Example
Text Example
White with #AC2ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ED5; }
p { color: rgb(172,46,213); }
H1.HeaderClassName
{
color: #AC2ED5;
}
.AnyTagClassName
{
color: #AC2ED5;
}
</style>
background-color css
<style>
a { background-color: #AC2ED5; }
a { background-color: rgb(172,46,213); }
div.DivClassName
{
background-color: #AC2ED5;
}
.BgClassName
{
background-color: #AC2ED5;
}
</style>
border-color css
<style>
span { border-color: #AC2ED5; }
span { border-color: rgb(172,46,213); }
td.TdClassName
{
border-color: #AC2ED5;
}
.TagClassName
{
border-color: #AC2ED5;
}
</style>