Shades of Dark Orchid #AC1CC8
Tints of Dark Orchid #AC1CC8
RGB
CMYK
RGB Variations
Color information
#AC1CC8 (or 0xAC1CC8) is known color: Dark Orchid. HEX triplet: AC, 1C and C8. RGB value is (172,28,200). Sum of RGB (Red+Green+Blue) = 172+28+200=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC1CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CC8 is #53E337. Grayscale: #5A5A5A. Windows color (decimal): -5497656 or 13114540. OLE color: 13114540.
HSL color Cylindrical-coordinate representation of color #AC1CC8: hue angle of 290.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1CC8 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 28 | 200 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.22 |
| HSL | 290.23º | 0.75% | 0.45% | - |
| HSV(B) | 290.23º | 0.86% | 0.78% | - |
| XYZ | 27.85 | 13.77 | 55.83 | - |
| YUV | 90.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 200 | 0.14 | 0.86 | 0 | 0.22 | 290.23 | 0.75 | 0.45 |
| Hex | AC | 1C | C8 | E | 56 | 0 | 16 | 122 | 4B | 2D |
| Octal | 254 | 34 | 310 | 16 | 126 | 0 | 26 | 442 | 113 | 55 |
| Binary | 10101100 | 11100 | 11001000 | 1110 | 1010110 | 0 | 10110 | 100100010 | 1001011 | 101101 |
Color Harmonies of #AC1CC8
Complementary color
Monochromatic Colors of #AC1CC8
Black with #AC1CC8
Text Example
Text Example
White with #AC1CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CC8; }
p { color: rgb(172,28,200); }
H1.HeaderClassName
{
color: #AC1CC8;
}
.AnyTagClassName
{
color: #AC1CC8;
}
</style>
background-color css
<style>
a { background-color: #AC1CC8; }
a { background-color: rgb(172,28,200); }
div.DivClassName
{
background-color: #AC1CC8;
}
.BgClassName
{
background-color: #AC1CC8;
}
</style>
border-color css
<style>
span { border-color: #AC1CC8; }
span { border-color: rgb(172,28,200); }
td.TdClassName
{
border-color: #AC1CC8;
}
.TagClassName
{
border-color: #AC1CC8;
}
</style>