Shades of Dark Orchid #AE37DF
Tints of Dark Orchid #AE37DF
RGB
CMYK
RGB Variations
Color information
#AE37DF (or 0xAE37DF) is known color: Dark Orchid. HEX triplet: AE, 37 and DF. RGB value is (174,55,223). Sum of RGB (Red+Green+Blue) = 174+55+223=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37DF is #51C820. Grayscale: #6D6D6D. Windows color (decimal): -5359649 or 14628782. OLE color: 14628782.
HSL color Cylindrical-coordinate representation of color #AE37DF: hue angle of 282.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE37DF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 55 | 223 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.13 |
| HSL | 282.5º | 0.72% | 0.55% | - |
| HSV(B) | 282.5º | 0.75% | 0.87% | - |
| XYZ | 32.14 | 17.06 | 71.41 | - |
| YUV | 109.73 | 191.92 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 223 | 0.22 | 0.75 | 0 | 0.13 | 282.5 | 0.72 | 0.55 |
| Hex | AE | 37 | DF | 16 | 4B | 0 | D | 11A | 48 | 37 |
| Octal | 256 | 67 | 337 | 26 | 113 | 0 | 15 | 432 | 110 | 67 |
| Binary | 10101110 | 110111 | 11011111 | 10110 | 1001011 | 0 | 1101 | 100011010 | 1001000 | 110111 |
Color Harmonies of #AE37DF
Complementary color
Monochromatic Colors of #AE37DF
Black with #AE37DF
Text Example
Text Example
White with #AE37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE37DF; }
p { color: rgb(174,55,223); }
H1.HeaderClassName
{
color: #AE37DF;
}
.AnyTagClassName
{
color: #AE37DF;
}
</style>
background-color css
<style>
a { background-color: #AE37DF; }
a { background-color: rgb(174,55,223); }
div.DivClassName
{
background-color: #AE37DF;
}
.BgClassName
{
background-color: #AE37DF;
}
</style>
border-color css
<style>
span { border-color: #AE37DF; }
span { border-color: rgb(174,55,223); }
td.TdClassName
{
border-color: #AE37DF;
}
.TagClassName
{
border-color: #AE37DF;
}
</style>