Shades of Dark Orchid #AE29C0
Tints of Dark Orchid #AE29C0
RGB
CMYK
RGB Variations
Color information
#AE29C0 (or 0xAE29C0) is known color: Dark Orchid. HEX triplet: AE, 29 and C0. RGB value is (174,41,192). Sum of RGB (Red+Green+Blue) = 174+41+192=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE29C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29C0 is #51D63F. Grayscale: #616161. Windows color (decimal): -5363264 or 12593582. OLE color: 12593582.
HSL color Cylindrical-coordinate representation of color #AE29C0: hue angle of 292.85º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE29C0 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 41 | 192 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.25 |
| HSL | 292.85º | 0.65% | 0.46% | - |
| HSV(B) | 292.85º | 0.79% | 0.75% | - |
| XYZ | 27.76 | 14.39 | 51.18 | - |
| YUV | 97.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 192 | 0.09 | 0.79 | 0 | 0.25 | 292.85 | 0.65 | 0.46 |
| Hex | AE | 29 | C0 | 9 | 4F | 0 | 19 | 125 | 41 | 2E |
| Octal | 256 | 51 | 300 | 11 | 117 | 0 | 31 | 445 | 101 | 56 |
| Binary | 10101110 | 101001 | 11000000 | 1001 | 1001111 | 0 | 11001 | 100100101 | 1000001 | 101110 |
Color Harmonies of #AE29C0
Complementary color
Monochromatic Colors of #AE29C0
Black with #AE29C0
Text Example
Text Example
White with #AE29C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE29C0; }
p { color: rgb(174,41,192); }
H1.HeaderClassName
{
color: #AE29C0;
}
.AnyTagClassName
{
color: #AE29C0;
}
</style>
background-color css
<style>
a { background-color: #AE29C0; }
a { background-color: rgb(174,41,192); }
div.DivClassName
{
background-color: #AE29C0;
}
.BgClassName
{
background-color: #AE29C0;
}
</style>
border-color css
<style>
span { border-color: #AE29C0; }
span { border-color: rgb(174,41,192); }
td.TdClassName
{
border-color: #AE29C0;
}
.TagClassName
{
border-color: #AE29C0;
}
</style>