Shades of Dark Orchid #AE32CF
Tints of Dark Orchid #AE32CF
RGB
CMYK
RGB Variations
Color information
#AE32CF (or 0xAE32CF) is known color: Dark Orchid. HEX triplet: AE, 32 and CF. RGB value is (174,50,207). Sum of RGB (Red+Green+Blue) = 174+50+207=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32CF is #51CD30. Grayscale: #686868. Windows color (decimal): -5360945 or 13578926. OLE color: 13578926.
HSL color Cylindrical-coordinate representation of color #AE32CF: hue angle of 287.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE32CF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 50 | 207 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.19 |
| HSL | 287.39º | 0.62% | 0.5% | - |
| HSV(B) | 287.39º | 0.76% | 0.81% | - |
| XYZ | 29.86 | 15.78 | 60.5 | - |
| YUV | 104.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 207 | 0.16 | 0.76 | 0 | 0.19 | 287.39 | 0.62 | 0.5 |
| Hex | AE | 32 | CF | 10 | 4C | 0 | 13 | 11F | 3E | 32 |
| Octal | 256 | 62 | 317 | 20 | 114 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101110 | 110010 | 11001111 | 10000 | 1001100 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AE32CF
Complementary color
Monochromatic Colors of #AE32CF
Black with #AE32CF
Text Example
Text Example
White with #AE32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32CF; }
p { color: rgb(174,50,207); }
H1.HeaderClassName
{
color: #AE32CF;
}
.AnyTagClassName
{
color: #AE32CF;
}
</style>
background-color css
<style>
a { background-color: #AE32CF; }
a { background-color: rgb(174,50,207); }
div.DivClassName
{
background-color: #AE32CF;
}
.BgClassName
{
background-color: #AE32CF;
}
</style>
border-color css
<style>
span { border-color: #AE32CF; }
span { border-color: rgb(174,50,207); }
td.TdClassName
{
border-color: #AE32CF;
}
.TagClassName
{
border-color: #AE32CF;
}
</style>