Shades of Dark Orchid #AC3CBC
Tints of Dark Orchid #AC3CBC
RGB
CMYK
RGB Variations
Color information
#AC3CBC (or 0xAC3CBC) is known color: Dark Orchid. HEX triplet: AC, 3C and BC. RGB value is (172,60,188). Sum of RGB (Red+Green+Blue) = 172+60+188=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CBC is #53C343. Grayscale: #6B6B6B. Windows color (decimal): -5489476 or 12336300. OLE color: 12336300.
HSL color Cylindrical-coordinate representation of color #AC3CBC: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3CBC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 60 | 188 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.26 |
| HSL | 292.5º | 0.52% | 0.49% | - |
| HSV(B) | 292.5º | 0.68% | 0.74% | - |
| XYZ | 27.71 | 15.63 | 49.13 | - |
| YUV | 108.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 188 | 0.09 | 0.68 | 0 | 0.26 | 292.5 | 0.52 | 0.49 |
| Hex | AC | 3C | BC | 9 | 44 | 0 | 1A | 124 | 34 | 31 |
| Octal | 254 | 74 | 274 | 11 | 104 | 0 | 32 | 444 | 64 | 61 |
| Binary | 10101100 | 111100 | 10111100 | 1001 | 1000100 | 0 | 11010 | 100100100 | 110100 | 110001 |
Color Harmonies of #AC3CBC
Complementary color
Monochromatic Colors of #AC3CBC
Black with #AC3CBC
Text Example
Text Example
White with #AC3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CBC; }
p { color: rgb(172,60,188); }
H1.HeaderClassName
{
color: #AC3CBC;
}
.AnyTagClassName
{
color: #AC3CBC;
}
</style>
background-color css
<style>
a { background-color: #AC3CBC; }
a { background-color: rgb(172,60,188); }
div.DivClassName
{
background-color: #AC3CBC;
}
.BgClassName
{
background-color: #AC3CBC;
}
</style>
border-color css
<style>
span { border-color: #AC3CBC; }
span { border-color: rgb(172,60,188); }
td.TdClassName
{
border-color: #AC3CBC;
}
.TagClassName
{
border-color: #AC3CBC;
}
</style>