Shades of Dark Orchid #AE1DAC
Tints of Dark Orchid #AE1DAC
RGB
CMYK
RGB Variations
Color information
#AE1DAC (or 0xAE1DAC) is known color: Dark Orchid. HEX triplet: AE, 1D and AC. RGB value is (174,29,172). Sum of RGB (Red+Green+Blue) = 174+29+172=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1DAC is #51E253. Grayscale: #585858. Windows color (decimal): -5366356 or 11279790. OLE color: 11279790.
HSL color Cylindrical-coordinate representation of color #AE1DAC: hue angle of 300.83º 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 #AE1DAC is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 172 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.32 |
| HSL | 300.83º | 0.71% | 0.4% | - |
| HSV(B) | 300.83º | 0.83% | 0.68% | - |
| XYZ | 25.34 | 12.86 | 40.18 | - |
| YUV | 88.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 172 | 0 | 0.83 | 0.01 | 0.32 | 300.83 | 0.71 | 0.4 |
| Hex | AE | 1D | AC | 0 | 53 | 1 | 20 | 12D | 47 | 28 |
| Octal | 256 | 35 | 254 | 0 | 123 | 1 | 40 | 455 | 107 | 50 |
| Binary | 10101110 | 11101 | 10101100 | 0 | 1010011 | 1 | 100000 | 100101101 | 1000111 | 101000 |
Color Harmonies of #AE1DAC
Complementary color
Monochromatic Colors of #AE1DAC
Black with #AE1DAC
Text Example
Text Example
White with #AE1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1DAC; }
p { color: rgb(174,29,172); }
H1.HeaderClassName
{
color: #AE1DAC;
}
.AnyTagClassName
{
color: #AE1DAC;
}
</style>
background-color css
<style>
a { background-color: #AE1DAC; }
a { background-color: rgb(174,29,172); }
div.DivClassName
{
background-color: #AE1DAC;
}
.BgClassName
{
background-color: #AE1DAC;
}
</style>
border-color css
<style>
span { border-color: #AE1DAC; }
span { border-color: rgb(174,29,172); }
td.TdClassName
{
border-color: #AE1DAC;
}
.TagClassName
{
border-color: #AE1DAC;
}
</style>