Shades of Dark Orchid #AC1CCC
Tints of Dark Orchid #AC1CCC
RGB
CMYK
RGB Variations
Color information
#AC1CCC (or 0xAC1CCC) is known color: Dark Orchid. HEX triplet: AC, 1C and CC. RGB value is (172,28,204). Sum of RGB (Red+Green+Blue) = 172+28+204=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CCC is #53E333. Grayscale: #5A5A5A. Windows color (decimal): -5497652 or 13376684. OLE color: 13376684.
HSL color Cylindrical-coordinate representation of color #AC1CCC: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1CCC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 28 | 204 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.2 |
| HSL | 289.09º | 0.76% | 0.45% | - |
| HSV(B) | 289.09º | 0.86% | 0.8% | - |
| XYZ | 28.33 | 13.96 | 58.33 | - |
| YUV | 91.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 204 | 0.16 | 0.86 | 0 | 0.2 | 289.09 | 0.76 | 0.45 |
| Hex | AC | 1C | CC | 10 | 56 | 0 | 14 | 121 | 4C | 2D |
| Octal | 254 | 34 | 314 | 20 | 126 | 0 | 24 | 441 | 114 | 55 |
| Binary | 10101100 | 11100 | 11001100 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001100 | 101101 |
Color Harmonies of #AC1CCC
Complementary color
Monochromatic Colors of #AC1CCC
Black with #AC1CCC
Text Example
Text Example
White with #AC1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CCC; }
p { color: rgb(172,28,204); }
H1.HeaderClassName
{
color: #AC1CCC;
}
.AnyTagClassName
{
color: #AC1CCC;
}
</style>
background-color css
<style>
a { background-color: #AC1CCC; }
a { background-color: rgb(172,28,204); }
div.DivClassName
{
background-color: #AC1CCC;
}
.BgClassName
{
background-color: #AC1CCC;
}
</style>
border-color css
<style>
span { border-color: #AC1CCC; }
span { border-color: rgb(172,28,204); }
td.TdClassName
{
border-color: #AC1CCC;
}
.TagClassName
{
border-color: #AC1CCC;
}
</style>