Shades of Dark Orchid #AE28DD
Tints of Dark Orchid #AE28DD
RGB
CMYK
RGB Variations
Color information
#AE28DD (or 0xAE28DD) is known color: Dark Orchid. HEX triplet: AE, 28 and DD. RGB value is (174,40,221). Sum of RGB (Red+Green+Blue) = 174+40+221=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28DD is #51D722. Grayscale: #646464. Windows color (decimal): -5363491 or 14493870. OLE color: 14493870.
HSL color Cylindrical-coordinate representation of color #AE28DD: hue angle of 284.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE28DD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 40 | 221 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.13 |
| HSL | 284.42º | 0.73% | 0.51% | - |
| HSV(B) | 284.42º | 0.82% | 0.87% | - |
| XYZ | 31.27 | 15.74 | 69.8 | - |
| YUV | 100.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 221 | 0.21 | 0.82 | 0 | 0.13 | 284.42 | 0.73 | 0.51 |
| Hex | AE | 28 | DD | 15 | 52 | 0 | D | 11C | 49 | 33 |
| Octal | 256 | 50 | 335 | 25 | 122 | 0 | 15 | 434 | 111 | 63 |
| Binary | 10101110 | 101000 | 11011101 | 10101 | 1010010 | 0 | 1101 | 100011100 | 1001001 | 110011 |
Color Harmonies of #AE28DD
Complementary color
Monochromatic Colors of #AE28DD
Black with #AE28DD
Text Example
Text Example
White with #AE28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28DD; }
p { color: rgb(174,40,221); }
H1.HeaderClassName
{
color: #AE28DD;
}
.AnyTagClassName
{
color: #AE28DD;
}
</style>
background-color css
<style>
a { background-color: #AE28DD; }
a { background-color: rgb(174,40,221); }
div.DivClassName
{
background-color: #AE28DD;
}
.BgClassName
{
background-color: #AE28DD;
}
</style>
border-color css
<style>
span { border-color: #AE28DD; }
span { border-color: rgb(174,40,221); }
td.TdClassName
{
border-color: #AE28DD;
}
.TagClassName
{
border-color: #AE28DD;
}
</style>