Shades of Dark Orchid #AC32ED
Tints of Dark Orchid #AC32ED
RGB
CMYK
RGB Variations
Color information
#AC32ED (or 0xAC32ED) is known color: Dark Orchid. HEX triplet: AC, 32 and ED. RGB value is (172,50,237). Sum of RGB (Red+Green+Blue) = 172+50+237=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC32ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC32ED is #53CD12. Grayscale: #6B6B6B. Windows color (decimal): -5491987 or 15545004. OLE color: 15545004.
HSL color Cylindrical-coordinate representation of color #AC32ED: hue angle of 279.14º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC32ED is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 50 | 237 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.07 |
| HSL | 279.14º | 0.84% | 0.56% | - |
| HSV(B) | 279.14º | 0.79% | 0.93% | - |
| XYZ | 33.44 | 17.17 | 81.67 | - |
| YUV | 107.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 237 | 0.27 | 0.79 | 0 | 0.07 | 279.14 | 0.84 | 0.56 |
| Hex | AC | 32 | ED | 1B | 4F | 0 | 7 | 117 | 54 | 38 |
| Octal | 254 | 62 | 355 | 33 | 117 | 0 | 7 | 427 | 124 | 70 |
| Binary | 10101100 | 110010 | 11101101 | 11011 | 1001111 | 0 | 111 | 100010111 | 1010100 | 111000 |
Color Harmonies of #AC32ED
Complementary color
Monochromatic Colors of #AC32ED
Black with #AC32ED
Text Example
Text Example
White with #AC32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32ED; }
p { color: rgb(172,50,237); }
H1.HeaderClassName
{
color: #AC32ED;
}
.AnyTagClassName
{
color: #AC32ED;
}
</style>
background-color css
<style>
a { background-color: #AC32ED; }
a { background-color: rgb(172,50,237); }
div.DivClassName
{
background-color: #AC32ED;
}
.BgClassName
{
background-color: #AC32ED;
}
</style>
border-color css
<style>
span { border-color: #AC32ED; }
span { border-color: rgb(172,50,237); }
td.TdClassName
{
border-color: #AC32ED;
}
.TagClassName
{
border-color: #AC32ED;
}
</style>