Shades of Dark Orchid #AC37ED
Tints of Dark Orchid #AC37ED
RGB
CMYK
RGB Variations
Color information
#AC37ED (or 0xAC37ED) is known color: Dark Orchid. HEX triplet: AC, 37 and ED. RGB value is (172,55,237). Sum of RGB (Red+Green+Blue) = 172+55+237=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC37ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC37ED is #53C812. Grayscale: #6E6E6E. Windows color (decimal): -5490707 or 15546284. OLE color: 15546284.
HSL color Cylindrical-coordinate representation of color #AC37ED: hue angle of 278.57º 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 #AC37ED is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 55 | 237 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.07 |
| HSL | 278.57º | 0.83% | 0.57% | - |
| HSV(B) | 278.57º | 0.77% | 0.93% | - |
| XYZ | 33.67 | 17.62 | 81.75 | - |
| YUV | 110.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 237 | 0.27 | 0.77 | 0 | 0.07 | 278.57 | 0.83 | 0.57 |
| Hex | AC | 37 | ED | 1B | 4D | 0 | 7 | 117 | 53 | 39 |
| Octal | 254 | 67 | 355 | 33 | 115 | 0 | 7 | 427 | 123 | 71 |
| Binary | 10101100 | 110111 | 11101101 | 11011 | 1001101 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AC37ED
Complementary color
Monochromatic Colors of #AC37ED
Black with #AC37ED
Text Example
Text Example
White with #AC37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37ED; }
p { color: rgb(172,55,237); }
H1.HeaderClassName
{
color: #AC37ED;
}
.AnyTagClassName
{
color: #AC37ED;
}
</style>
background-color css
<style>
a { background-color: #AC37ED; }
a { background-color: rgb(172,55,237); }
div.DivClassName
{
background-color: #AC37ED;
}
.BgClassName
{
background-color: #AC37ED;
}
</style>
border-color css
<style>
span { border-color: #AC37ED; }
span { border-color: rgb(172,55,237); }
td.TdClassName
{
border-color: #AC37ED;
}
.TagClassName
{
border-color: #AC37ED;
}
</style>