Shades of Dark Orchid #AE2DCC
Tints of Dark Orchid #AE2DCC
RGB
CMYK
RGB Variations
Color information
#AE2DCC (or 0xAE2DCC) is known color: Dark Orchid. HEX triplet: AE, 2D and CC. RGB value is (174,45,204). Sum of RGB (Red+Green+Blue) = 174+45+204=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DCC is #51D233. Grayscale: #656565. Windows color (decimal): -5362228 or 13381038. OLE color: 13381038.
HSL color Cylindrical-coordinate representation of color #AE2DCC: hue angle of 288.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2DCC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 45 | 204 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.2 |
| HSL | 288.68º | 0.64% | 0.49% | - |
| HSV(B) | 288.68º | 0.78% | 0.8% | - |
| XYZ | 29.29 | 15.24 | 58.52 | - |
| YUV | 101.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 204 | 0.15 | 0.78 | 0 | 0.2 | 288.68 | 0.64 | 0.49 |
| Hex | AE | 2D | CC | F | 4E | 0 | 14 | 121 | 40 | 31 |
| Octal | 256 | 55 | 314 | 17 | 116 | 0 | 24 | 441 | 100 | 61 |
| Binary | 10101110 | 101101 | 11001100 | 1111 | 1001110 | 0 | 10100 | 100100001 | 1000000 | 110001 |
Color Harmonies of #AE2DCC
Complementary color
Monochromatic Colors of #AE2DCC
Black with #AE2DCC
Text Example
Text Example
White with #AE2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DCC; }
p { color: rgb(174,45,204); }
H1.HeaderClassName
{
color: #AE2DCC;
}
.AnyTagClassName
{
color: #AE2DCC;
}
</style>
background-color css
<style>
a { background-color: #AE2DCC; }
a { background-color: rgb(174,45,204); }
div.DivClassName
{
background-color: #AE2DCC;
}
.BgClassName
{
background-color: #AE2DCC;
}
</style>
border-color css
<style>
span { border-color: #AE2DCC; }
span { border-color: rgb(174,45,204); }
td.TdClassName
{
border-color: #AE2DCC;
}
.TagClassName
{
border-color: #AE2DCC;
}
</style>