Shades of Dark Orchid #AE3CCC
Tints of Dark Orchid #AE3CCC
RGB
CMYK
RGB Variations
Color information
#AE3CCC (or 0xAE3CCC) is known color: Dark Orchid. HEX triplet: AE, 3C and CC. RGB value is (174,60,204). Sum of RGB (Red+Green+Blue) = 174+60+204=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CCC is #51C333. Grayscale: #6E6E6E. Windows color (decimal): -5358388 or 13384878. OLE color: 13384878.
HSL color Cylindrical-coordinate representation of color #AE3CCC: hue angle of 287.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3CCC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 60 | 204 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.2 |
| HSL | 287.5º | 0.59% | 0.52% | - |
| HSV(B) | 287.5º | 0.71% | 0.8% | - |
| XYZ | 29.97 | 16.59 | 58.75 | - |
| YUV | 110.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 204 | 0.15 | 0.71 | 0 | 0.2 | 287.5 | 0.59 | 0.52 |
| Hex | AE | 3C | CC | F | 47 | 0 | 14 | 120 | 3B | 34 |
| Octal | 256 | 74 | 314 | 17 | 107 | 0 | 24 | 440 | 73 | 64 |
| Binary | 10101110 | 111100 | 11001100 | 1111 | 1000111 | 0 | 10100 | 100100000 | 111011 | 110100 |
Color Harmonies of #AE3CCC
Complementary color
Monochromatic Colors of #AE3CCC
Black with #AE3CCC
Text Example
Text Example
White with #AE3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3CCC; }
p { color: rgb(174,60,204); }
H1.HeaderClassName
{
color: #AE3CCC;
}
.AnyTagClassName
{
color: #AE3CCC;
}
</style>
background-color css
<style>
a { background-color: #AE3CCC; }
a { background-color: rgb(174,60,204); }
div.DivClassName
{
background-color: #AE3CCC;
}
.BgClassName
{
background-color: #AE3CCC;
}
</style>
border-color css
<style>
span { border-color: #AE3CCC; }
span { border-color: rgb(174,60,204); }
td.TdClassName
{
border-color: #AE3CCC;
}
.TagClassName
{
border-color: #AE3CCC;
}
</style>