Shades of Dark Orchid #AC1DAE
Tints of Dark Orchid #AC1DAE
RGB
CMYK
RGB Variations
Color information
#AC1DAE (or 0xAC1DAE) is known color: Dark Orchid. HEX triplet: AC, 1D and AE. RGB value is (172,29,174). Sum of RGB (Red+Green+Blue) = 172+29+174=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1DAE is #53E251. Grayscale: #575757. Windows color (decimal): -5497426 or 11410860. OLE color: 11410860.
HSL color Cylindrical-coordinate representation of color #AC1DAE: hue angle of 299.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1DAE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 29 | 174 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.32 |
| HSL | 299.17º | 0.71% | 0.4% | - |
| HSV(B) | 299.17º | 0.83% | 0.68% | - |
| XYZ | 25.09 | 12.71 | 41.17 | - |
| YUV | 88.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 174 | 0.01 | 0.83 | 0 | 0.32 | 299.17 | 0.71 | 0.4 |
| Hex | AC | 1D | AE | 1 | 53 | 0 | 20 | 12B | 47 | 28 |
| Octal | 254 | 35 | 256 | 1 | 123 | 0 | 40 | 453 | 107 | 50 |
| Binary | 10101100 | 11101 | 10101110 | 1 | 1010011 | 0 | 100000 | 100101011 | 1000111 | 101000 |
Color Harmonies of #AC1DAE
Complementary color
Monochromatic Colors of #AC1DAE
Black with #AC1DAE
Text Example
Text Example
White with #AC1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DAE; }
p { color: rgb(172,29,174); }
H1.HeaderClassName
{
color: #AC1DAE;
}
.AnyTagClassName
{
color: #AC1DAE;
}
</style>
background-color css
<style>
a { background-color: #AC1DAE; }
a { background-color: rgb(172,29,174); }
div.DivClassName
{
background-color: #AC1DAE;
}
.BgClassName
{
background-color: #AC1DAE;
}
</style>
border-color css
<style>
span { border-color: #AC1DAE; }
span { border-color: rgb(172,29,174); }
td.TdClassName
{
border-color: #AC1DAE;
}
.TagClassName
{
border-color: #AC1DAE;
}
</style>