Shades of Dark Orchid #AC3EBC
Tints of Dark Orchid #AC3EBC
RGB
CMYK
RGB Variations
Color information
#AC3EBC (or 0xAC3EBC) is known color: Dark Orchid. HEX triplet: AC, 3E and BC. RGB value is (172,62,188). Sum of RGB (Red+Green+Blue) = 172+62+188=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EBC is #53C143. Grayscale: #6C6C6C. Windows color (decimal): -5488964 or 12336812. OLE color: 12336812.
HSL color Cylindrical-coordinate representation of color #AC3EBC: hue angle of 292.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3EBC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 62 | 188 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.26 |
| HSL | 292.38º | 0.5% | 0.49% | - |
| HSV(B) | 292.38º | 0.67% | 0.74% | - |
| XYZ | 27.81 | 15.85 | 49.17 | - |
| YUV | 109.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 188 | 0.09 | 0.67 | 0 | 0.26 | 292.38 | 0.5 | 0.49 |
| Hex | AC | 3E | BC | 9 | 43 | 0 | 1A | 124 | 32 | 31 |
| Octal | 254 | 76 | 274 | 11 | 103 | 0 | 32 | 444 | 62 | 61 |
| Binary | 10101100 | 111110 | 10111100 | 1001 | 1000011 | 0 | 11010 | 100100100 | 110010 | 110001 |
Color Harmonies of #AC3EBC
Complementary color
Monochromatic Colors of #AC3EBC
Black with #AC3EBC
Text Example
Text Example
White with #AC3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EBC; }
p { color: rgb(172,62,188); }
H1.HeaderClassName
{
color: #AC3EBC;
}
.AnyTagClassName
{
color: #AC3EBC;
}
</style>
background-color css
<style>
a { background-color: #AC3EBC; }
a { background-color: rgb(172,62,188); }
div.DivClassName
{
background-color: #AC3EBC;
}
.BgClassName
{
background-color: #AC3EBC;
}
</style>
border-color css
<style>
span { border-color: #AC3EBC; }
span { border-color: rgb(172,62,188); }
td.TdClassName
{
border-color: #AC3EBC;
}
.TagClassName
{
border-color: #AC3EBC;
}
</style>