Shades of Dark Orchid #AC33EC
Tints of Dark Orchid #AC33EC
RGB
CMYK
RGB Variations
Color information
#AC33EC (or 0xAC33EC) is known color: Dark Orchid. HEX triplet: AC, 33 and EC. RGB value is (172,51,236). Sum of RGB (Red+Green+Blue) = 172+51+236=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC33EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33EC is #53CC13. Grayscale: #6B6B6B. Windows color (decimal): -5491732 or 15479724. OLE color: 15479724.
HSL color Cylindrical-coordinate representation of color #AC33EC: hue angle of 279.24º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC33EC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 51 | 236 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.07 |
| HSL | 279.24º | 0.83% | 0.56% | - |
| HSV(B) | 279.24º | 0.78% | 0.93% | - |
| XYZ | 33.34 | 17.19 | 80.92 | - |
| YUV | 108.27 | 200.09 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 236 | 0.27 | 0.78 | 0 | 0.07 | 279.24 | 0.83 | 0.56 |
| Hex | AC | 33 | EC | 1B | 4E | 0 | 7 | 117 | 53 | 38 |
| Octal | 254 | 63 | 354 | 33 | 116 | 0 | 7 | 427 | 123 | 70 |
| Binary | 10101100 | 110011 | 11101100 | 11011 | 1001110 | 0 | 111 | 100010111 | 1010011 | 111000 |
Color Harmonies of #AC33EC
Complementary color
Monochromatic Colors of #AC33EC
Black with #AC33EC
Text Example
Text Example
White with #AC33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33EC; }
p { color: rgb(172,51,236); }
H1.HeaderClassName
{
color: #AC33EC;
}
.AnyTagClassName
{
color: #AC33EC;
}
</style>
background-color css
<style>
a { background-color: #AC33EC; }
a { background-color: rgb(172,51,236); }
div.DivClassName
{
background-color: #AC33EC;
}
.BgClassName
{
background-color: #AC33EC;
}
</style>
border-color css
<style>
span { border-color: #AC33EC; }
span { border-color: rgb(172,51,236); }
td.TdClassName
{
border-color: #AC33EC;
}
.TagClassName
{
border-color: #AC33EC;
}
</style>