Shades of Dark Orchid #AE32BE
Tints of Dark Orchid #AE32BE
RGB
CMYK
RGB Variations
Color information
#AE32BE (or 0xAE32BE) is known color: Dark Orchid. HEX triplet: AE, 32 and BE. RGB value is (174,50,190). Sum of RGB (Red+Green+Blue) = 174+50+190=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BE is #51CD41. Grayscale: #666666. Windows color (decimal): -5360962 or 12464814. OLE color: 12464814.
HSL color Cylindrical-coordinate representation of color #AE32BE: hue angle of 293.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE32BE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 50 | 190 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.25 |
| HSL | 293.14º | 0.58% | 0.47% | - |
| HSV(B) | 293.14º | 0.74% | 0.75% | - |
| XYZ | 27.89 | 15 | 50.14 | - |
| YUV | 103.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 190 | 0.08 | 0.74 | 0 | 0.25 | 293.14 | 0.58 | 0.47 |
| Hex | AE | 32 | BE | 8 | 4A | 0 | 19 | 125 | 3A | 2F |
| Octal | 256 | 62 | 276 | 10 | 112 | 0 | 31 | 445 | 72 | 57 |
| Binary | 10101110 | 110010 | 10111110 | 1000 | 1001010 | 0 | 11001 | 100100101 | 111010 | 101111 |
Color Harmonies of #AE32BE
Complementary color
Monochromatic Colors of #AE32BE
Black with #AE32BE
Text Example
Text Example
White with #AE32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32BE; }
p { color: rgb(174,50,190); }
H1.HeaderClassName
{
color: #AE32BE;
}
.AnyTagClassName
{
color: #AE32BE;
}
</style>
background-color css
<style>
a { background-color: #AE32BE; }
a { background-color: rgb(174,50,190); }
div.DivClassName
{
background-color: #AE32BE;
}
.BgClassName
{
background-color: #AE32BE;
}
</style>
border-color css
<style>
span { border-color: #AE32BE; }
span { border-color: rgb(174,50,190); }
td.TdClassName
{
border-color: #AE32BE;
}
.TagClassName
{
border-color: #AE32BE;
}
</style>