Shades of Dark Orchid #AE32BD
Tints of Dark Orchid #AE32BD
RGB
CMYK
RGB Variations
Color information
#AE32BD (or 0xAE32BD) is known color: Dark Orchid. HEX triplet: AE, 32 and BD. RGB value is (174,50,189). Sum of RGB (Red+Green+Blue) = 174+50+189=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BD is #51CD42. Grayscale: #666666. Windows color (decimal): -5360963 or 12399278. OLE color: 12399278.
HSL color Cylindrical-coordinate representation of color #AE32BD: hue angle of 293.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE32BD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 50 | 189 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.26 |
| HSL | 293.53º | 0.58% | 0.47% | - |
| HSV(B) | 293.53º | 0.74% | 0.74% | - |
| XYZ | 27.78 | 14.95 | 49.57 | - |
| YUV | 102.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 189 | 0.08 | 0.74 | 0 | 0.26 | 293.53 | 0.58 | 0.47 |
| Hex | AE | 32 | BD | 8 | 4A | 0 | 1A | 126 | 3A | 2F |
| Octal | 256 | 62 | 275 | 10 | 112 | 0 | 32 | 446 | 72 | 57 |
| Binary | 10101110 | 110010 | 10111101 | 1000 | 1001010 | 0 | 11010 | 100100110 | 111010 | 101111 |
Color Harmonies of #AE32BD
Complementary color
Monochromatic Colors of #AE32BD
Black with #AE32BD
Text Example
Text Example
White with #AE32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32BD; }
p { color: rgb(174,50,189); }
H1.HeaderClassName
{
color: #AE32BD;
}
.AnyTagClassName
{
color: #AE32BD;
}
</style>
background-color css
<style>
a { background-color: #AE32BD; }
a { background-color: rgb(174,50,189); }
div.DivClassName
{
background-color: #AE32BD;
}
.BgClassName
{
background-color: #AE32BD;
}
</style>
border-color css
<style>
span { border-color: #AE32BD; }
span { border-color: rgb(174,50,189); }
td.TdClassName
{
border-color: #AE32BD;
}
.TagClassName
{
border-color: #AE32BD;
}
</style>