Shades of Dark Orchid #AC3CED
Tints of Dark Orchid #AC3CED
RGB
CMYK
RGB Variations
Color information
#AC3CED (or 0xAC3CED) is known color: Dark Orchid. HEX triplet: AC, 3C and ED. RGB value is (172,60,237). Sum of RGB (Red+Green+Blue) = 172+60+237=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CED is #53C312. Grayscale: #717171. Windows color (decimal): -5489427 or 15547564. OLE color: 15547564.
HSL color Cylindrical-coordinate representation of color #AC3CED: hue angle of 277.97º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3CED is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 60 | 237 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.07 |
| HSL | 277.97º | 0.83% | 0.58% | - |
| HSV(B) | 277.97º | 0.75% | 0.93% | - |
| XYZ | 33.92 | 18.12 | 81.83 | - |
| YUV | 113.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 237 | 0.27 | 0.75 | 0 | 0.07 | 277.97 | 0.83 | 0.58 |
| Hex | AC | 3C | ED | 1B | 4B | 0 | 7 | 116 | 53 | 3A |
| Octal | 254 | 74 | 355 | 33 | 113 | 0 | 7 | 426 | 123 | 72 |
| Binary | 10101100 | 111100 | 11101101 | 11011 | 1001011 | 0 | 111 | 100010110 | 1010011 | 111010 |
Color Harmonies of #AC3CED
Complementary color
Monochromatic Colors of #AC3CED
Black with #AC3CED
Text Example
Text Example
White with #AC3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CED; }
p { color: rgb(172,60,237); }
H1.HeaderClassName
{
color: #AC3CED;
}
.AnyTagClassName
{
color: #AC3CED;
}
</style>
background-color css
<style>
a { background-color: #AC3CED; }
a { background-color: rgb(172,60,237); }
div.DivClassName
{
background-color: #AC3CED;
}
.BgClassName
{
background-color: #AC3CED;
}
</style>
border-color css
<style>
span { border-color: #AC3CED; }
span { border-color: rgb(172,60,237); }
td.TdClassName
{
border-color: #AC3CED;
}
.TagClassName
{
border-color: #AC3CED;
}
</style>