Shades of Dark Orchid #AC1CDE
Tints of Dark Orchid #AC1CDE
RGB
CMYK
RGB Variations
Color information
#AC1CDE (or 0xAC1CDE) is known color: Dark Orchid. HEX triplet: AC, 1C and DE. RGB value is (172,28,222). Sum of RGB (Red+Green+Blue) = 172+28+222=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC1CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CDE is #53E321. Grayscale: #5C5C5C. Windows color (decimal): -5497634 or 14556332. OLE color: 14556332.
HSL color Cylindrical-coordinate representation of color #AC1CDE: hue angle of 284.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1CDE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 28 | 222 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 284.54º | 0.78% | 0.49% | - |
| HSV(B) | 284.54º | 0.87% | 0.87% | - |
| XYZ | 30.61 | 14.88 | 70.36 | - |
| YUV | 93.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 222 | 0.23 | 0.87 | 0 | 0.13 | 284.54 | 0.78 | 0.49 |
| Hex | AC | 1C | DE | 17 | 57 | 0 | D | 11D | 4E | 31 |
| Octal | 254 | 34 | 336 | 27 | 127 | 0 | 15 | 435 | 116 | 61 |
| Binary | 10101100 | 11100 | 11011110 | 10111 | 1010111 | 0 | 1101 | 100011101 | 1001110 | 110001 |
Color Harmonies of #AC1CDE
Complementary color
Monochromatic Colors of #AC1CDE
Black with #AC1CDE
Text Example
Text Example
White with #AC1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CDE; }
p { color: rgb(172,28,222); }
H1.HeaderClassName
{
color: #AC1CDE;
}
.AnyTagClassName
{
color: #AC1CDE;
}
</style>
background-color css
<style>
a { background-color: #AC1CDE; }
a { background-color: rgb(172,28,222); }
div.DivClassName
{
background-color: #AC1CDE;
}
.BgClassName
{
background-color: #AC1CDE;
}
</style>
border-color css
<style>
span { border-color: #AC1CDE; }
span { border-color: rgb(172,28,222); }
td.TdClassName
{
border-color: #AC1CDE;
}
.TagClassName
{
border-color: #AC1CDE;
}
</style>