Shades of Dark Orchid #AE28EC
Tints of Dark Orchid #AE28EC
RGB
CMYK
RGB Variations
Color information
#AE28EC (or 0xAE28EC) is known color: Dark Orchid. HEX triplet: AE, 28 and EC. RGB value is (174,40,236). Sum of RGB (Red+Green+Blue) = 174+40+236=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28EC is #51D713. Grayscale: #656565. Windows color (decimal): -5363476 or 15476910. OLE color: 15476910.
HSL color Cylindrical-coordinate representation of color #AE28EC: hue angle of 281.02º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE28EC is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 40 | 236 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.07 |
| HSL | 281.02º | 0.84% | 0.54% | - |
| HSV(B) | 281.02º | 0.83% | 0.93% | - |
| XYZ | 33.35 | 16.57 | 80.8 | - |
| YUV | 102.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 236 | 0.26 | 0.83 | 0 | 0.07 | 281.02 | 0.84 | 0.54 |
| Hex | AE | 28 | EC | 1A | 53 | 0 | 7 | 119 | 54 | 36 |
| Octal | 256 | 50 | 354 | 32 | 123 | 0 | 7 | 431 | 124 | 66 |
| Binary | 10101110 | 101000 | 11101100 | 11010 | 1010011 | 0 | 111 | 100011001 | 1010100 | 110110 |
Color Harmonies of #AE28EC
Complementary color
Monochromatic Colors of #AE28EC
Black with #AE28EC
Text Example
Text Example
White with #AE28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28EC; }
p { color: rgb(174,40,236); }
H1.HeaderClassName
{
color: #AE28EC;
}
.AnyTagClassName
{
color: #AE28EC;
}
</style>
background-color css
<style>
a { background-color: #AE28EC; }
a { background-color: rgb(174,40,236); }
div.DivClassName
{
background-color: #AE28EC;
}
.BgClassName
{
background-color: #AE28EC;
}
</style>
border-color css
<style>
span { border-color: #AE28EC; }
span { border-color: rgb(174,40,236); }
td.TdClassName
{
border-color: #AE28EC;
}
.TagClassName
{
border-color: #AE28EC;
}
</style>