Shades of Dark Orchid #AE32D7
Tints of Dark Orchid #AE32D7
RGB
CMYK
RGB Variations
Color information
#AE32D7 (or 0xAE32D7) is known color: Dark Orchid. HEX triplet: AE, 32 and D7. RGB value is (174,50,215). Sum of RGB (Red+Green+Blue) = 174+50+215=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE32D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32D7 is #51CD28. Grayscale: #696969. Windows color (decimal): -5360937 or 14103214. OLE color: 14103214.
HSL color Cylindrical-coordinate representation of color #AE32D7: hue angle of 285.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE32D7 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 50 | 215 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.16 |
| HSL | 285.09º | 0.67% | 0.52% | - |
| HSV(B) | 285.09º | 0.77% | 0.84% | - |
| XYZ | 30.86 | 16.19 | 65.79 | - |
| YUV | 105.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 215 | 0.19 | 0.77 | 0 | 0.16 | 285.09 | 0.67 | 0.52 |
| Hex | AE | 32 | D7 | 13 | 4D | 0 | 10 | 11D | 43 | 34 |
| Octal | 256 | 62 | 327 | 23 | 115 | 0 | 20 | 435 | 103 | 64 |
| Binary | 10101110 | 110010 | 11010111 | 10011 | 1001101 | 0 | 10000 | 100011101 | 1000011 | 110100 |
Color Harmonies of #AE32D7
Complementary color
Monochromatic Colors of #AE32D7
Black with #AE32D7
Text Example
Text Example
White with #AE32D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32D7; }
p { color: rgb(174,50,215); }
H1.HeaderClassName
{
color: #AE32D7;
}
.AnyTagClassName
{
color: #AE32D7;
}
</style>
background-color css
<style>
a { background-color: #AE32D7; }
a { background-color: rgb(174,50,215); }
div.DivClassName
{
background-color: #AE32D7;
}
.BgClassName
{
background-color: #AE32D7;
}
</style>
border-color css
<style>
span { border-color: #AE32D7; }
span { border-color: rgb(174,50,215); }
td.TdClassName
{
border-color: #AE32D7;
}
.TagClassName
{
border-color: #AE32D7;
}
</style>