Shades of Dark Orchid #AE36DB
Tints of Dark Orchid #AE36DB
RGB
CMYK
RGB Variations
Color information
#AE36DB (or 0xAE36DB) is known color: Dark Orchid. HEX triplet: AE, 36 and DB. RGB value is (174,54,219). Sum of RGB (Red+Green+Blue) = 174+54+219=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE36DB is #51C924. Grayscale: #6C6C6C. Windows color (decimal): -5359909 or 14366382. OLE color: 14366382.
HSL color Cylindrical-coordinate representation of color #AE36DB: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE36DB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 54 | 219 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.14 |
| HSL | 283.64º | 0.7% | 0.54% | - |
| HSV(B) | 283.64º | 0.75% | 0.86% | - |
| XYZ | 31.56 | 16.75 | 68.59 | - |
| YUV | 108.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 219 | 0.21 | 0.75 | 0 | 0.14 | 283.64 | 0.7 | 0.54 |
| Hex | AE | 36 | DB | 15 | 4B | 0 | E | 11C | 46 | 36 |
| Octal | 256 | 66 | 333 | 25 | 113 | 0 | 16 | 434 | 106 | 66 |
| Binary | 10101110 | 110110 | 11011011 | 10101 | 1001011 | 0 | 1110 | 100011100 | 1000110 | 110110 |
Color Harmonies of #AE36DB
Complementary color
Monochromatic Colors of #AE36DB
Black with #AE36DB
Text Example
Text Example
White with #AE36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE36DB; }
p { color: rgb(174,54,219); }
H1.HeaderClassName
{
color: #AE36DB;
}
.AnyTagClassName
{
color: #AE36DB;
}
</style>
background-color css
<style>
a { background-color: #AE36DB; }
a { background-color: rgb(174,54,219); }
div.DivClassName
{
background-color: #AE36DB;
}
.BgClassName
{
background-color: #AE36DB;
}
</style>
border-color css
<style>
span { border-color: #AE36DB; }
span { border-color: rgb(174,54,219); }
td.TdClassName
{
border-color: #AE36DB;
}
.TagClassName
{
border-color: #AE36DB;
}
</style>