Shades of Dark Orchid #AC33CE
Tints of Dark Orchid #AC33CE
RGB
CMYK
RGB Variations
Color information
#AC33CE (or 0xAC33CE) is known color: Dark Orchid. HEX triplet: AC, 33 and CE. RGB value is (172,51,206). Sum of RGB (Red+Green+Blue) = 172+51+206=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33CE is #53CC31. Grayscale: #686868. Windows color (decimal): -5491762 or 13513644. OLE color: 13513644.
HSL color Cylindrical-coordinate representation of color #AC33CE: hue angle of 286.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC33CE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 51 | 206 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.19 |
| HSL | 286.84º | 0.61% | 0.5% | - |
| HSV(B) | 286.84º | 0.75% | 0.81% | - |
| XYZ | 29.34 | 15.59 | 59.86 | - |
| YUV | 104.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 206 | 0.17 | 0.75 | 0 | 0.19 | 286.84 | 0.61 | 0.5 |
| Hex | AC | 33 | CE | 11 | 4B | 0 | 13 | 11F | 3D | 32 |
| Octal | 254 | 63 | 316 | 21 | 113 | 0 | 23 | 437 | 75 | 62 |
| Binary | 10101100 | 110011 | 11001110 | 10001 | 1001011 | 0 | 10011 | 100011111 | 111101 | 110010 |
Color Harmonies of #AC33CE
Complementary color
Monochromatic Colors of #AC33CE
Black with #AC33CE
Text Example
Text Example
White with #AC33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33CE; }
p { color: rgb(172,51,206); }
H1.HeaderClassName
{
color: #AC33CE;
}
.AnyTagClassName
{
color: #AC33CE;
}
</style>
background-color css
<style>
a { background-color: #AC33CE; }
a { background-color: rgb(172,51,206); }
div.DivClassName
{
background-color: #AC33CE;
}
.BgClassName
{
background-color: #AC33CE;
}
</style>
border-color css
<style>
span { border-color: #AC33CE; }
span { border-color: rgb(172,51,206); }
td.TdClassName
{
border-color: #AC33CE;
}
.TagClassName
{
border-color: #AC33CE;
}
</style>