Shades of Dark Orchid #AE2FCD
Tints of Dark Orchid #AE2FCD
RGB
CMYK
RGB Variations
Color information
#AE2FCD (or 0xAE2FCD) is known color: Dark Orchid. HEX triplet: AE, 2F and CD. RGB value is (174,47,205). Sum of RGB (Red+Green+Blue) = 174+47+205=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2FCD is #51D032. Grayscale: #666666. Windows color (decimal): -5361715 or 13447086. OLE color: 13447086.
HSL color Cylindrical-coordinate representation of color #AE2FCD: hue angle of 288.23º 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 #AE2FCD is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 47 | 205 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.20 |
| HSL | 288.23º | 0.63% | 0.49% | - |
| HSV(B) | 288.23º | 0.77% | 0.8% | - |
| XYZ | 29.49 | 15.44 | 59.18 | - |
| YUV | 102.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 205 | 0.15 | 0.77 | 0 | 0.20 | 288.23 | 0.63 | 0.49 |
| Hex | AE | 2F | CD | F | 4D | 0 | 14 | 120 | 3F | 31 |
| Octal | 256 | 57 | 315 | 17 | 115 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101110 | 101111 | 11001101 | 1111 | 1001101 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AE2FCD
Complementary color
Monochromatic Colors of #AE2FCD
Black with #AE2FCD
Text Example
Text Example
White with #AE2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2FCD; }
p { color: rgb(174,47,205); }
H1.HeaderClassName
{
color: #AE2FCD;
}
.AnyTagClassName
{
color: #AE2FCD;
}
</style>
background-color css
<style>
a { background-color: #AE2FCD; }
a { background-color: rgb(174,47,205); }
div.DivClassName
{
background-color: #AE2FCD;
}
.BgClassName
{
background-color: #AE2FCD;
}
</style>
border-color css
<style>
span { border-color: #AE2FCD; }
span { border-color: rgb(174,47,205); }
td.TdClassName
{
border-color: #AE2FCD;
}
.TagClassName
{
border-color: #AE2FCD;
}
</style>