Shades of Dark Orchid #AC37EC
Tints of Dark Orchid #AC37EC
RGB
CMYK
RGB Variations
Color information
#AC37EC (or 0xAC37EC) is known color: Dark Orchid. HEX triplet: AC, 37 and EC. RGB value is (172,55,236). Sum of RGB (Red+Green+Blue) = 172+55+236=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC37EC is #53C813. Grayscale: #6E6E6E. Windows color (decimal): -5490708 or 15480748. OLE color: 15480748.
HSL color Cylindrical-coordinate representation of color #AC37EC: hue angle of 278.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC37EC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 55 | 236 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.07 |
| HSL | 278.78º | 0.83% | 0.57% | - |
| HSV(B) | 278.78º | 0.77% | 0.93% | - |
| XYZ | 33.52 | 17.56 | 80.98 | - |
| YUV | 110.62 | 198.76 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 236 | 0.27 | 0.77 | 0 | 0.07 | 278.78 | 0.83 | 0.57 |
| Hex | AC | 37 | EC | 1B | 4D | 0 | 7 | 117 | 53 | 39 |
| Octal | 254 | 67 | 354 | 33 | 115 | 0 | 7 | 427 | 123 | 71 |
| Binary | 10101100 | 110111 | 11101100 | 11011 | 1001101 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AC37EC
Complementary color
Monochromatic Colors of #AC37EC
Black with #AC37EC
Text Example
Text Example
White with #AC37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37EC; }
p { color: rgb(172,55,236); }
H1.HeaderClassName
{
color: #AC37EC;
}
.AnyTagClassName
{
color: #AC37EC;
}
</style>
background-color css
<style>
a { background-color: #AC37EC; }
a { background-color: rgb(172,55,236); }
div.DivClassName
{
background-color: #AC37EC;
}
.BgClassName
{
background-color: #AC37EC;
}
</style>
border-color css
<style>
span { border-color: #AC37EC; }
span { border-color: rgb(172,55,236); }
td.TdClassName
{
border-color: #AC37EC;
}
.TagClassName
{
border-color: #AC37EC;
}
</style>