Shades of Dark Orchid #AE32D5
Tints of Dark Orchid #AE32D5
RGB
CMYK
RGB Variations
Color information
#AE32D5 (or 0xAE32D5) is known color: Dark Orchid. HEX triplet: AE, 32 and D5. RGB value is (174,50,213). Sum of RGB (Red+Green+Blue) = 174+50+213=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE32D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32D5 is #51CD2A. Grayscale: #696969. Windows color (decimal): -5360939 or 13972142. OLE color: 13972142.
HSL color Cylindrical-coordinate representation of color #AE32D5: hue angle of 285.64º degrees, saturation: 0.66, 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 #AE32D5 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 50 | 213 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.16 |
| HSL | 285.64º | 0.66% | 0.52% | - |
| HSV(B) | 285.64º | 0.77% | 0.84% | - |
| XYZ | 30.61 | 16.08 | 64.44 | - |
| YUV | 105.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 213 | 0.18 | 0.77 | 0 | 0.16 | 285.64 | 0.66 | 0.52 |
| Hex | AE | 32 | D5 | 12 | 4D | 0 | 10 | 11E | 42 | 34 |
| Octal | 256 | 62 | 325 | 22 | 115 | 0 | 20 | 436 | 102 | 64 |
| Binary | 10101110 | 110010 | 11010101 | 10010 | 1001101 | 0 | 10000 | 100011110 | 1000010 | 110100 |
Color Harmonies of #AE32D5
Complementary color
Monochromatic Colors of #AE32D5
Black with #AE32D5
Text Example
Text Example
White with #AE32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32D5; }
p { color: rgb(174,50,213); }
H1.HeaderClassName
{
color: #AE32D5;
}
.AnyTagClassName
{
color: #AE32D5;
}
</style>
background-color css
<style>
a { background-color: #AE32D5; }
a { background-color: rgb(174,50,213); }
div.DivClassName
{
background-color: #AE32D5;
}
.BgClassName
{
background-color: #AE32D5;
}
</style>
border-color css
<style>
span { border-color: #AE32D5; }
span { border-color: rgb(174,50,213); }
td.TdClassName
{
border-color: #AE32D5;
}
.TagClassName
{
border-color: #AE32D5;
}
</style>