Shades of Dark Orchid #AC18D1
Tints of Dark Orchid #AC18D1
RGB
CMYK
RGB Variations
Color information
#AC18D1 (or 0xAC18D1) is known color: Dark Orchid. HEX triplet: AC, 18 and D1. RGB value is (172,24,209). Sum of RGB (Red+Green+Blue) = 172+24+209=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC18D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18D1 is #53E72E. Grayscale: #585858. Windows color (decimal): -5498671 or 13703340. OLE color: 13703340.
HSL color Cylindrical-coordinate representation of color #AC18D1: hue angle of 288º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC18D1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 24 | 209 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.18 |
| HSL | 288º | 0.79% | 0.46% | - |
| HSV(B) | 288º | 0.89% | 0.82% | - |
| XYZ | 28.85 | 14.03 | 61.51 | - |
| YUV | 89.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 209 | 0.18 | 0.89 | 0 | 0.18 | 288 | 0.79 | 0.46 |
| Hex | AC | 18 | D1 | 12 | 59 | 0 | 12 | 120 | 4F | 2E |
| Octal | 254 | 30 | 321 | 22 | 131 | 0 | 22 | 440 | 117 | 56 |
| Binary | 10101100 | 11000 | 11010001 | 10010 | 1011001 | 0 | 10010 | 100100000 | 1001111 | 101110 |
Color Harmonies of #AC18D1
Complementary color
Monochromatic Colors of #AC18D1
Black with #AC18D1
Text Example
Text Example
White with #AC18D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18D1; }
p { color: rgb(172,24,209); }
H1.HeaderClassName
{
color: #AC18D1;
}
.AnyTagClassName
{
color: #AC18D1;
}
</style>
background-color css
<style>
a { background-color: #AC18D1; }
a { background-color: rgb(172,24,209); }
div.DivClassName
{
background-color: #AC18D1;
}
.BgClassName
{
background-color: #AC18D1;
}
</style>
border-color css
<style>
span { border-color: #AC18D1; }
span { border-color: rgb(172,24,209); }
td.TdClassName
{
border-color: #AC18D1;
}
.TagClassName
{
border-color: #AC18D1;
}
</style>