Shades of Dark Orchid #AE3ECE
Tints of Dark Orchid #AE3ECE
RGB
CMYK
RGB Variations
Color information
#AE3ECE (or 0xAE3ECE) is known color: Dark Orchid. HEX triplet: AE, 3E and CE. RGB value is (174,62,206). Sum of RGB (Red+Green+Blue) = 174+62+206=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ECE is #51C131. Grayscale: #6F6F6F. Windows color (decimal): -5357874 or 13516462. OLE color: 13516462.
HSL color Cylindrical-coordinate representation of color #AE3ECE: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3ECE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 62 | 206 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.19 |
| HSL | 286.67º | 0.6% | 0.53% | - |
| HSV(B) | 286.67º | 0.7% | 0.81% | - |
| XYZ | 30.32 | 16.9 | 60.06 | - |
| YUV | 111.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 206 | 0.16 | 0.70 | 0 | 0.19 | 286.67 | 0.6 | 0.53 |
| Hex | AE | 3E | CE | 10 | 46 | 0 | 13 | 11F | 3C | 35 |
| Octal | 256 | 76 | 316 | 20 | 106 | 0 | 23 | 437 | 74 | 65 |
| Binary | 10101110 | 111110 | 11001110 | 10000 | 1000110 | 0 | 10011 | 100011111 | 111100 | 110101 |
Color Harmonies of #AE3ECE
Complementary color
Monochromatic Colors of #AE3ECE
Black with #AE3ECE
Text Example
Text Example
White with #AE3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3ECE; }
p { color: rgb(174,62,206); }
H1.HeaderClassName
{
color: #AE3ECE;
}
.AnyTagClassName
{
color: #AE3ECE;
}
</style>
background-color css
<style>
a { background-color: #AE3ECE; }
a { background-color: rgb(174,62,206); }
div.DivClassName
{
background-color: #AE3ECE;
}
.BgClassName
{
background-color: #AE3ECE;
}
</style>
border-color css
<style>
span { border-color: #AE3ECE; }
span { border-color: rgb(174,62,206); }
td.TdClassName
{
border-color: #AE3ECE;
}
.TagClassName
{
border-color: #AE3ECE;
}
</style>