Shades of Dark Orchid #AE2CCD
Tints of Dark Orchid #AE2CCD
RGB
CMYK
RGB Variations
Color information
#AE2CCD (or 0xAE2CCD) is known color: Dark Orchid. HEX triplet: AE, 2C and CD. RGB value is (174,44,205). Sum of RGB (Red+Green+Blue) = 174+44+205=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CCD is #51D332. Grayscale: #646464. Windows color (decimal): -5362483 or 13446318. OLE color: 13446318.
HSL color Cylindrical-coordinate representation of color #AE2CCD: hue angle of 288.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2CCD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 44 | 205 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.20 |
| HSL | 288.45º | 0.65% | 0.49% | - |
| HSV(B) | 288.45º | 0.79% | 0.8% | - |
| XYZ | 29.38 | 15.21 | 59.14 | - |
| YUV | 101.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 205 | 0.15 | 0.79 | 0 | 0.20 | 288.45 | 0.65 | 0.49 |
| Hex | AE | 2C | CD | F | 4F | 0 | 14 | 120 | 41 | 31 |
| Octal | 256 | 54 | 315 | 17 | 117 | 0 | 24 | 440 | 101 | 61 |
| Binary | 10101110 | 101100 | 11001101 | 1111 | 1001111 | 0 | 10100 | 100100000 | 1000001 | 110001 |
Color Harmonies of #AE2CCD
Complementary color
Monochromatic Colors of #AE2CCD
Black with #AE2CCD
Text Example
Text Example
White with #AE2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2CCD; }
p { color: rgb(174,44,205); }
H1.HeaderClassName
{
color: #AE2CCD;
}
.AnyTagClassName
{
color: #AE2CCD;
}
</style>
background-color css
<style>
a { background-color: #AE2CCD; }
a { background-color: rgb(174,44,205); }
div.DivClassName
{
background-color: #AE2CCD;
}
.BgClassName
{
background-color: #AE2CCD;
}
</style>
border-color css
<style>
span { border-color: #AE2CCD; }
span { border-color: rgb(174,44,205); }
td.TdClassName
{
border-color: #AE2CCD;
}
.TagClassName
{
border-color: #AE2CCD;
}
</style>