Shades of Dark Orchid #AE28DB
Tints of Dark Orchid #AE28DB
RGB
CMYK
RGB Variations
Color information
#AE28DB (or 0xAE28DB) is known color: Dark Orchid. HEX triplet: AE, 28 and DB. RGB value is (174,40,219). Sum of RGB (Red+Green+Blue) = 174+40+219=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE28DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE28DB is #51D724. Grayscale: #636363. Windows color (decimal): -5363493 or 14362798. OLE color: 14362798.
HSL color Cylindrical-coordinate representation of color #AE28DB: hue angle of 284.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE28DB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 40 | 219 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.14 |
| HSL | 284.92º | 0.71% | 0.51% | - |
| HSV(B) | 284.92º | 0.82% | 0.86% | - |
| XYZ | 31 | 15.63 | 68.4 | - |
| YUV | 100.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 219 | 0.21 | 0.82 | 0 | 0.14 | 284.92 | 0.71 | 0.51 |
| Hex | AE | 28 | DB | 15 | 52 | 0 | E | 11D | 47 | 33 |
| Octal | 256 | 50 | 333 | 25 | 122 | 0 | 16 | 435 | 107 | 63 |
| Binary | 10101110 | 101000 | 11011011 | 10101 | 1010010 | 0 | 1110 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AE28DB
Complementary color
Monochromatic Colors of #AE28DB
Black with #AE28DB
Text Example
Text Example
White with #AE28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE28DB; }
p { color: rgb(174,40,219); }
H1.HeaderClassName
{
color: #AE28DB;
}
.AnyTagClassName
{
color: #AE28DB;
}
</style>
background-color css
<style>
a { background-color: #AE28DB; }
a { background-color: rgb(174,40,219); }
div.DivClassName
{
background-color: #AE28DB;
}
.BgClassName
{
background-color: #AE28DB;
}
</style>
border-color css
<style>
span { border-color: #AE28DB; }
span { border-color: rgb(174,40,219); }
td.TdClassName
{
border-color: #AE28DB;
}
.TagClassName
{
border-color: #AE28DB;
}
</style>