Shades of Dark Orchid #AC3ADC
Tints of Dark Orchid #AC3ADC
RGB
CMYK
RGB Variations
Color information
#AC3ADC (or 0xAC3ADC) is known color: Dark Orchid. HEX triplet: AC, 3A and DC. RGB value is (172,58,220). Sum of RGB (Red+Green+Blue) = 172+58+220=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ADC is #53C523. Grayscale: #6E6E6E. Windows color (decimal): -5489956 or 14432940. OLE color: 14432940.
HSL color Cylindrical-coordinate representation of color #AC3ADC: hue angle of 282.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3ADC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 58 | 220 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.14 |
| HSL | 282.22º | 0.7% | 0.55% | - |
| HSV(B) | 282.22º | 0.74% | 0.86% | - |
| XYZ | 31.44 | 16.96 | 69.33 | - |
| YUV | 110.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 220 | 0.22 | 0.74 | 0 | 0.14 | 282.22 | 0.7 | 0.55 |
| Hex | AC | 3A | DC | 16 | 4A | 0 | E | 11A | 46 | 37 |
| Octal | 254 | 72 | 334 | 26 | 112 | 0 | 16 | 432 | 106 | 67 |
| Binary | 10101100 | 111010 | 11011100 | 10110 | 1001010 | 0 | 1110 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AC3ADC
Complementary color
Monochromatic Colors of #AC3ADC
Black with #AC3ADC
Text Example
Text Example
White with #AC3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3ADC; }
p { color: rgb(172,58,220); }
H1.HeaderClassName
{
color: #AC3ADC;
}
.AnyTagClassName
{
color: #AC3ADC;
}
</style>
background-color css
<style>
a { background-color: #AC3ADC; }
a { background-color: rgb(172,58,220); }
div.DivClassName
{
background-color: #AC3ADC;
}
.BgClassName
{
background-color: #AC3ADC;
}
</style>
border-color css
<style>
span { border-color: #AC3ADC; }
span { border-color: rgb(172,58,220); }
td.TdClassName
{
border-color: #AC3ADC;
}
.TagClassName
{
border-color: #AC3ADC;
}
</style>