Shades of Dark Orchid #AE2ECC
Tints of Dark Orchid #AE2ECC
RGB
CMYK
RGB Variations
Color information
#AE2ECC (or 0xAE2ECC) is known color: Dark Orchid. HEX triplet: AE, 2E and CC. RGB value is (174,46,204). Sum of RGB (Red+Green+Blue) = 174+46+204=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ECC is #51D133. Grayscale: #656565. Windows color (decimal): -5361972 or 13381294. OLE color: 13381294.
HSL color Cylindrical-coordinate representation of color #AE2ECC: hue angle of 288.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2ECC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 46 | 204 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.2 |
| HSL | 288.61º | 0.63% | 0.49% | - |
| HSV(B) | 288.61º | 0.77% | 0.8% | - |
| XYZ | 29.33 | 15.31 | 58.54 | - |
| YUV | 102.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 46 | 204 | 0.15 | 0.77 | 0 | 0.2 | 288.61 | 0.63 | 0.49 |
| Hex | AE | 2E | CC | F | 4D | 0 | 14 | 121 | 3F | 31 |
| Octal | 256 | 56 | 314 | 17 | 115 | 0 | 24 | 441 | 77 | 61 |
| Binary | 10101110 | 101110 | 11001100 | 1111 | 1001101 | 0 | 10100 | 100100001 | 111111 | 110001 |
Color Harmonies of #AE2ECC
Complementary color
Monochromatic Colors of #AE2ECC
Black with #AE2ECC
Text Example
Text Example
White with #AE2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2ECC; }
p { color: rgb(174,46,204); }
H1.HeaderClassName
{
color: #AE2ECC;
}
.AnyTagClassName
{
color: #AE2ECC;
}
</style>
background-color css
<style>
a { background-color: #AE2ECC; }
a { background-color: rgb(174,46,204); }
div.DivClassName
{
background-color: #AE2ECC;
}
.BgClassName
{
background-color: #AE2ECC;
}
</style>
border-color css
<style>
span { border-color: #AE2ECC; }
span { border-color: rgb(174,46,204); }
td.TdClassName
{
border-color: #AE2ECC;
}
.TagClassName
{
border-color: #AE2ECC;
}
</style>