Shades of Dark Orchid #AE1DDD
Tints of Dark Orchid #AE1DDD
RGB
CMYK
RGB Variations
Color information
#AE1DDD (or 0xAE1DDD) is known color: Dark Orchid. HEX triplet: AE, 1D and DD. RGB value is (174,29,221). Sum of RGB (Red+Green+Blue) = 174+29+221=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DDD is #51E222. Grayscale: #5D5D5D. Windows color (decimal): -5366307 or 14491054. OLE color: 14491054.
HSL color Cylindrical-coordinate representation of color #AE1DDD: hue angle of 285.31º degrees, saturation: 0.77, 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 #AE1DDD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 29 | 221 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.13 |
| HSL | 285.31º | 0.77% | 0.49% | - |
| HSV(B) | 285.31º | 0.87% | 0.87% | - |
| XYZ | 30.95 | 15.1 | 69.69 | - |
| YUV | 94.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 221 | 0.21 | 0.87 | 0 | 0.13 | 285.31 | 0.77 | 0.49 |
| Hex | AE | 1D | DD | 15 | 57 | 0 | D | 11D | 4D | 31 |
| Octal | 256 | 35 | 335 | 25 | 127 | 0 | 15 | 435 | 115 | 61 |
| Binary | 10101110 | 11101 | 11011101 | 10101 | 1010111 | 0 | 1101 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AE1DDD
Complementary color
Monochromatic Colors of #AE1DDD
Black with #AE1DDD
Text Example
Text Example
White with #AE1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1DDD; }
p { color: rgb(174,29,221); }
H1.HeaderClassName
{
color: #AE1DDD;
}
.AnyTagClassName
{
color: #AE1DDD;
}
</style>
background-color css
<style>
a { background-color: #AE1DDD; }
a { background-color: rgb(174,29,221); }
div.DivClassName
{
background-color: #AE1DDD;
}
.BgClassName
{
background-color: #AE1DDD;
}
</style>
border-color css
<style>
span { border-color: #AE1DDD; }
span { border-color: rgb(174,29,221); }
td.TdClassName
{
border-color: #AE1DDD;
}
.TagClassName
{
border-color: #AE1DDD;
}
</style>