Shades of Dark Orchid #AE1CDC
Tints of Dark Orchid #AE1CDC
RGB
CMYK
RGB Variations
Color information
#AE1CDC (or 0xAE1CDC) is known color: Dark Orchid. HEX triplet: AE, 1C and DC. RGB value is (174,28,220). Sum of RGB (Red+Green+Blue) = 174+28+220=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE1CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CDC is #51E323. Grayscale: #5C5C5C. Windows color (decimal): -5366564 or 14425262. OLE color: 14425262.
HSL color Cylindrical-coordinate representation of color #AE1CDC: hue angle of 285.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1CDC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 28 | 220 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.63º | 0.77% | 0.49% | - |
| HSV(B) | 285.63º | 0.87% | 0.86% | - |
| XYZ | 30.79 | 15 | 68.98 | - |
| YUV | 93.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 220 | 0.21 | 0.87 | 0 | 0.14 | 285.63 | 0.77 | 0.49 |
| Hex | AE | 1C | DC | 15 | 57 | 0 | E | 11E | 4D | 31 |
| Octal | 256 | 34 | 334 | 25 | 127 | 0 | 16 | 436 | 115 | 61 |
| Binary | 10101110 | 11100 | 11011100 | 10101 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110001 |
Color Harmonies of #AE1CDC
Complementary color
Monochromatic Colors of #AE1CDC
Black with #AE1CDC
Text Example
Text Example
White with #AE1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CDC; }
p { color: rgb(174,28,220); }
H1.HeaderClassName
{
color: #AE1CDC;
}
.AnyTagClassName
{
color: #AE1CDC;
}
</style>
background-color css
<style>
a { background-color: #AE1CDC; }
a { background-color: rgb(174,28,220); }
div.DivClassName
{
background-color: #AE1CDC;
}
.BgClassName
{
background-color: #AE1CDC;
}
</style>
border-color css
<style>
span { border-color: #AE1CDC; }
span { border-color: rgb(174,28,220); }
td.TdClassName
{
border-color: #AE1CDC;
}
.TagClassName
{
border-color: #AE1CDC;
}
</style>