Shades of Dark Orchid #AE1BDB
Tints of Dark Orchid #AE1BDB
RGB
CMYK
RGB Variations
Color information
#AE1BDB (or 0xAE1BDB) is known color: Dark Orchid. HEX triplet: AE, 1B and DB. RGB value is (174,27,219). Sum of RGB (Red+Green+Blue) = 174+27+219=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BDB is #51E424. Grayscale: #5C5C5C. Windows color (decimal): -5366821 or 14359470. OLE color: 14359470.
HSL color Cylindrical-coordinate representation of color #AE1BDB: hue angle of 285.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1BDB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 27 | 219 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.14 |
| HSL | 285.94º | 0.78% | 0.48% | - |
| HSV(B) | 285.94º | 0.88% | 0.86% | - |
| XYZ | 30.63 | 14.9 | 68.28 | - |
| YUV | 92.84 | 199.2 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 219 | 0.21 | 0.88 | 0 | 0.14 | 285.94 | 0.78 | 0.48 |
| Hex | AE | 1B | DB | 15 | 58 | 0 | E | 11E | 4E | 30 |
| Octal | 256 | 33 | 333 | 25 | 130 | 0 | 16 | 436 | 116 | 60 |
| Binary | 10101110 | 11011 | 11011011 | 10101 | 1011000 | 0 | 1110 | 100011110 | 1001110 | 110000 |
Color Harmonies of #AE1BDB
Complementary color
Monochromatic Colors of #AE1BDB
Black with #AE1BDB
Text Example
Text Example
White with #AE1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1BDB; }
p { color: rgb(174,27,219); }
H1.HeaderClassName
{
color: #AE1BDB;
}
.AnyTagClassName
{
color: #AE1BDB;
}
</style>
background-color css
<style>
a { background-color: #AE1BDB; }
a { background-color: rgb(174,27,219); }
div.DivClassName
{
background-color: #AE1BDB;
}
.BgClassName
{
background-color: #AE1BDB;
}
</style>
border-color css
<style>
span { border-color: #AE1BDB; }
span { border-color: rgb(174,27,219); }
td.TdClassName
{
border-color: #AE1BDB;
}
.TagClassName
{
border-color: #AE1BDB;
}
</style>