Shades of Dark Orchid #AC2DEC
Tints of Dark Orchid #AC2DEC
RGB
CMYK
RGB Variations
Color information
#AC2DEC (or 0xAC2DEC) is known color: Dark Orchid. HEX triplet: AC, 2D and EC. RGB value is (172,45,236). Sum of RGB (Red+Green+Blue) = 172+45+236=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC2DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DEC is #53D213. Grayscale: #686868. Windows color (decimal): -5493268 or 15478188. OLE color: 15478188.
HSL color Cylindrical-coordinate representation of color #AC2DEC: hue angle of 279.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2DEC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 45 | 236 | - |
CMYK | 0.27 | 0.81 | 0 | 0.07 |
HSL | 279.9º | 0.83% | 0.55% | - |
HSV(B) | 279.9º | 0.81% | 0.93% | - |
XYZ | 33.09 | 16.7 | 80.84 | - |
YUV | 104.75 | 202.08 | 175.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 45 | 236 | 0.27 | 0.81 | 0 | 0.07 | 279.9 | 0.83 | 0.55 |
Hex | AC | 2D | EC | 1B | 51 | 0 | 7 | 118 | 53 | 37 |
Octal | 254 | 55 | 354 | 33 | 121 | 0 | 7 | 430 | 123 | 67 |
Binary | 10101100 | 101101 | 11101100 | 11011 | 1010001 | 0 | 111 | 100011000 | 1010011 | 110111 |
Color Harmonies of #AC2DEC
Complementary color
Monochromatic Colors of #AC2DEC
Black with #AC2DEC
Text Example
Text Example
White with #AC2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DEC; }
p { color: rgb(172,45,236); }
H1.HeaderClassName
{
color: #AC2DEC;
}
.AnyTagClassName
{
color: #AC2DEC;
}
</style>
background-color css
<style>
a { background-color: #AC2DEC; }
a { background-color: rgb(172,45,236); }
div.DivClassName
{
background-color: #AC2DEC;
}
.BgClassName
{
background-color: #AC2DEC;
}
</style>
border-color css
<style>
span { border-color: #AC2DEC; }
span { border-color: rgb(172,45,236); }
td.TdClassName
{
border-color: #AC2DEC;
}
.TagClassName
{
border-color: #AC2DEC;
}
</style>