Shades of Dark Orchid #AE2CCC
Tints of Dark Orchid #AE2CCC
RGB
CMYK
RGB Variations
Color information
#AE2CCC (or 0xAE2CCC) is known color: Dark Orchid. HEX triplet: AE, 2C and CC. RGB value is (174,44,204). Sum of RGB (Red+Green+Blue) = 174+44+204=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2CCC is #51D333. Grayscale: #646464. Windows color (decimal): -5362484 or 13380782. OLE color: 13380782.
HSL color Cylindrical-coordinate representation of color #AE2CCC: hue angle of 288.75º degrees, saturation: 0.65, 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 #AE2CCC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 44 | 204 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.2 |
| HSL | 288.75º | 0.65% | 0.49% | - |
| HSV(B) | 288.75º | 0.78% | 0.8% | - |
| XYZ | 29.26 | 15.16 | 58.51 | - |
| YUV | 101.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 204 | 0.15 | 0.78 | 0 | 0.2 | 288.75 | 0.65 | 0.49 |
| Hex | AE | 2C | CC | F | 4E | 0 | 14 | 121 | 41 | 31 |
| Octal | 256 | 54 | 314 | 17 | 116 | 0 | 24 | 441 | 101 | 61 |
| Binary | 10101110 | 101100 | 11001100 | 1111 | 1001110 | 0 | 10100 | 100100001 | 1000001 | 110001 |
Color Harmonies of #AE2CCC
Complementary color
Monochromatic Colors of #AE2CCC
Black with #AE2CCC
Text Example
Text Example
White with #AE2CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2CCC; }
p { color: rgb(174,44,204); }
H1.HeaderClassName
{
color: #AE2CCC;
}
.AnyTagClassName
{
color: #AE2CCC;
}
</style>
background-color css
<style>
a { background-color: #AE2CCC; }
a { background-color: rgb(174,44,204); }
div.DivClassName
{
background-color: #AE2CCC;
}
.BgClassName
{
background-color: #AE2CCC;
}
</style>
border-color css
<style>
span { border-color: #AE2CCC; }
span { border-color: rgb(174,44,204); }
td.TdClassName
{
border-color: #AE2CCC;
}
.TagClassName
{
border-color: #AE2CCC;
}
</style>