Shades of Dark Orchid #AC1DD2
Tints of Dark Orchid #AC1DD2
RGB
CMYK
RGB Variations
Color information
#AC1DD2 (or 0xAC1DD2) is known color: Dark Orchid. HEX triplet: AC, 1D and D2. RGB value is (172,29,210). Sum of RGB (Red+Green+Blue) = 172+29+210=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC1DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DD2 is #53E22D. Grayscale: #5B5B5B. Windows color (decimal): -5497390 or 13770156. OLE color: 13770156.
HSL color Cylindrical-coordinate representation of color #AC1DD2: hue angle of 287.4º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1DD2 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 29 | 210 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.18 |
| HSL | 287.4º | 0.76% | 0.47% | - |
| HSV(B) | 287.4º | 0.86% | 0.82% | - |
| XYZ | 29.09 | 14.3 | 62.2 | - |
| YUV | 92.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 210 | 0.18 | 0.86 | 0 | 0.18 | 287.4 | 0.76 | 0.47 |
| Hex | AC | 1D | D2 | 12 | 56 | 0 | 12 | 11F | 4C | 2F |
| Octal | 254 | 35 | 322 | 22 | 126 | 0 | 22 | 437 | 114 | 57 |
| Binary | 10101100 | 11101 | 11010010 | 10010 | 1010110 | 0 | 10010 | 100011111 | 1001100 | 101111 |
Color Harmonies of #AC1DD2
Complementary color
Monochromatic Colors of #AC1DD2
Black with #AC1DD2
Text Example
Text Example
White with #AC1DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DD2; }
p { color: rgb(172,29,210); }
H1.HeaderClassName
{
color: #AC1DD2;
}
.AnyTagClassName
{
color: #AC1DD2;
}
</style>
background-color css
<style>
a { background-color: #AC1DD2; }
a { background-color: rgb(172,29,210); }
div.DivClassName
{
background-color: #AC1DD2;
}
.BgClassName
{
background-color: #AC1DD2;
}
</style>
border-color css
<style>
span { border-color: #AC1DD2; }
span { border-color: rgb(172,29,210); }
td.TdClassName
{
border-color: #AC1DD2;
}
.TagClassName
{
border-color: #AC1DD2;
}
</style>