Shades of Dark Orchid #AC2FDE
Tints of Dark Orchid #AC2FDE
RGB
CMYK
RGB Variations
Color information
#AC2FDE (or 0xAC2FDE) is known color: Dark Orchid. HEX triplet: AC, 2F and DE. RGB value is (172,47,222). Sum of RGB (Red+Green+Blue) = 172+47+222=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC2FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FDE is #53D021. Grayscale: #676767. Windows color (decimal): -5492770 or 14561196. OLE color: 14561196.
HSL color Cylindrical-coordinate representation of color #AC2FDE: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2FDE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 47 | 222 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.13 |
| HSL | 282.86º | 0.73% | 0.53% | - |
| HSV(B) | 282.86º | 0.79% | 0.87% | - |
| XYZ | 31.21 | 16.08 | 70.57 | - |
| YUV | 104.33 | 194.41 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 222 | 0.23 | 0.79 | 0 | 0.13 | 282.86 | 0.73 | 0.53 |
| Hex | AC | 2F | DE | 17 | 4F | 0 | D | 11B | 49 | 35 |
| Octal | 254 | 57 | 336 | 27 | 117 | 0 | 15 | 433 | 111 | 65 |
| Binary | 10101100 | 101111 | 11011110 | 10111 | 1001111 | 0 | 1101 | 100011011 | 1001001 | 110101 |
Color Harmonies of #AC2FDE
Complementary color
Monochromatic Colors of #AC2FDE
Black with #AC2FDE
Text Example
Text Example
White with #AC2FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FDE; }
p { color: rgb(172,47,222); }
H1.HeaderClassName
{
color: #AC2FDE;
}
.AnyTagClassName
{
color: #AC2FDE;
}
</style>
background-color css
<style>
a { background-color: #AC2FDE; }
a { background-color: rgb(172,47,222); }
div.DivClassName
{
background-color: #AC2FDE;
}
.BgClassName
{
background-color: #AC2FDE;
}
</style>
border-color css
<style>
span { border-color: #AC2FDE; }
span { border-color: rgb(172,47,222); }
td.TdClassName
{
border-color: #AC2FDE;
}
.TagClassName
{
border-color: #AC2FDE;
}
</style>