Shades of Dark Orchid #AE31DF
Tints of Dark Orchid #AE31DF
RGB
CMYK
RGB Variations
Color information
#AE31DF (or 0xAE31DF) is known color: Dark Orchid. HEX triplet: AE, 31 and DF. RGB value is (174,49,223). Sum of RGB (Red+Green+Blue) = 174+49+223=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31DF is #51CE20. Grayscale: #696969. Windows color (decimal): -5361185 or 14627246. OLE color: 14627246.
HSL color Cylindrical-coordinate representation of color #AE31DF: hue angle of 283.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE31DF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 49 | 223 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.13 |
| HSL | 283.1º | 0.73% | 0.53% | - |
| HSV(B) | 283.1º | 0.78% | 0.87% | - |
| XYZ | 31.87 | 16.52 | 71.32 | - |
| YUV | 106.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 223 | 0.22 | 0.78 | 0 | 0.13 | 283.1 | 0.73 | 0.53 |
| Hex | AE | 31 | DF | 16 | 4E | 0 | D | 11B | 49 | 35 |
| Octal | 256 | 61 | 337 | 26 | 116 | 0 | 15 | 433 | 111 | 65 |
| Binary | 10101110 | 110001 | 11011111 | 10110 | 1001110 | 0 | 1101 | 100011011 | 1001001 | 110101 |
Color Harmonies of #AE31DF
Complementary color
Monochromatic Colors of #AE31DF
Black with #AE31DF
Text Example
Text Example
White with #AE31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE31DF; }
p { color: rgb(174,49,223); }
H1.HeaderClassName
{
color: #AE31DF;
}
.AnyTagClassName
{
color: #AE31DF;
}
</style>
background-color css
<style>
a { background-color: #AE31DF; }
a { background-color: rgb(174,49,223); }
div.DivClassName
{
background-color: #AE31DF;
}
.BgClassName
{
background-color: #AE31DF;
}
</style>
border-color css
<style>
span { border-color: #AE31DF; }
span { border-color: rgb(174,49,223); }
td.TdClassName
{
border-color: #AE31DF;
}
.TagClassName
{
border-color: #AE31DF;
}
</style>