Shades of Dark Orchid #AE32BB
Tints of Dark Orchid #AE32BB
RGB
CMYK
RGB Variations
Color information
#AE32BB (or 0xAE32BB) is known color: Dark Orchid. HEX triplet: AE, 32 and BB. RGB value is (174,50,187). Sum of RGB (Red+Green+Blue) = 174+50+187=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE32BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BB is #51CD44. Grayscale: #666666. Windows color (decimal): -5360965 or 12268206. OLE color: 12268206.
HSL color Cylindrical-coordinate representation of color #AE32BB: hue angle of 294.31º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE32BB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 50 | 187 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.27 |
| HSL | 294.31º | 0.58% | 0.46% | - |
| HSV(B) | 294.31º | 0.73% | 0.73% | - |
| XYZ | 27.57 | 14.87 | 48.43 | - |
| YUV | 102.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 187 | 0.07 | 0.73 | 0 | 0.27 | 294.31 | 0.58 | 0.46 |
| Hex | AE | 32 | BB | 7 | 49 | 0 | 1B | 126 | 3A | 2E |
| Octal | 256 | 62 | 273 | 7 | 111 | 0 | 33 | 446 | 72 | 56 |
| Binary | 10101110 | 110010 | 10111011 | 111 | 1001001 | 0 | 11011 | 100100110 | 111010 | 101110 |
Color Harmonies of #AE32BB
Complementary color
Monochromatic Colors of #AE32BB
Black with #AE32BB
Text Example
Text Example
White with #AE32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32BB; }
p { color: rgb(174,50,187); }
H1.HeaderClassName
{
color: #AE32BB;
}
.AnyTagClassName
{
color: #AE32BB;
}
</style>
background-color css
<style>
a { background-color: #AE32BB; }
a { background-color: rgb(174,50,187); }
div.DivClassName
{
background-color: #AE32BB;
}
.BgClassName
{
background-color: #AE32BB;
}
</style>
border-color css
<style>
span { border-color: #AE32BB; }
span { border-color: rgb(174,50,187); }
td.TdClassName
{
border-color: #AE32BB;
}
.TagClassName
{
border-color: #AE32BB;
}
</style>