Shades of Dark Orchid #AE28D7
Tints of Dark Orchid #AE28D7
RGB
CMYK
RGB Variations
Color information
#AE28D7 (or 0xAE28D7) is known color: Dark Orchid. HEX triplet: AE, 28 and D7. RGB value is (174,40,215). Sum of RGB (Red+Green+Blue) = 174+40+215=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE28D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28D7 is #51D728. Grayscale: #636363. Windows color (decimal): -5363497 or 14100654. OLE color: 14100654.
HSL color Cylindrical-coordinate representation of color #AE28D7: hue angle of 285.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE28D7 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 40 | 215 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.16 |
| HSL | 285.94º | 0.69% | 0.5% | - |
| HSV(B) | 285.94º | 0.81% | 0.84% | - |
| XYZ | 30.48 | 15.42 | 65.66 | - |
| YUV | 100.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 215 | 0.19 | 0.81 | 0 | 0.16 | 285.94 | 0.69 | 0.5 |
| Hex | AE | 28 | D7 | 13 | 51 | 0 | 10 | 11E | 45 | 32 |
| Octal | 256 | 50 | 327 | 23 | 121 | 0 | 20 | 436 | 105 | 62 |
| Binary | 10101110 | 101000 | 11010111 | 10011 | 1010001 | 0 | 10000 | 100011110 | 1000101 | 110010 |
Color Harmonies of #AE28D7
Complementary color
Monochromatic Colors of #AE28D7
Black with #AE28D7
Text Example
Text Example
White with #AE28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28D7; }
p { color: rgb(174,40,215); }
H1.HeaderClassName
{
color: #AE28D7;
}
.AnyTagClassName
{
color: #AE28D7;
}
</style>
background-color css
<style>
a { background-color: #AE28D7; }
a { background-color: rgb(174,40,215); }
div.DivClassName
{
background-color: #AE28D7;
}
.BgClassName
{
background-color: #AE28D7;
}
</style>
border-color css
<style>
span { border-color: #AE28D7; }
span { border-color: rgb(174,40,215); }
td.TdClassName
{
border-color: #AE28D7;
}
.TagClassName
{
border-color: #AE28D7;
}
</style>