Shades of Dark Orchid #AE30DB
Tints of Dark Orchid #AE30DB
RGB
CMYK
RGB Variations
Color information
#AE30DB (or 0xAE30DB) is known color: Dark Orchid. HEX triplet: AE, 30 and DB. RGB value is (174,48,219). Sum of RGB (Red+Green+Blue) = 174+48+219=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30DB is #51CF24. Grayscale: #686868. Windows color (decimal): -5361445 or 14364846. OLE color: 14364846.
HSL color Cylindrical-coordinate representation of color #AE30DB: hue angle of 284.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE30DB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 48 | 219 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.14 |
| HSL | 284.21º | 0.7% | 0.52% | - |
| HSV(B) | 284.21º | 0.78% | 0.86% | - |
| XYZ | 31.3 | 16.23 | 68.5 | - |
| YUV | 105.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 219 | 0.21 | 0.78 | 0 | 0.14 | 284.21 | 0.7 | 0.52 |
| Hex | AE | 30 | DB | 15 | 4E | 0 | E | 11C | 46 | 34 |
| Octal | 256 | 60 | 333 | 25 | 116 | 0 | 16 | 434 | 106 | 64 |
| Binary | 10101110 | 110000 | 11011011 | 10101 | 1001110 | 0 | 1110 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AE30DB
Complementary color
Monochromatic Colors of #AE30DB
Black with #AE30DB
Text Example
Text Example
White with #AE30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30DB; }
p { color: rgb(174,48,219); }
H1.HeaderClassName
{
color: #AE30DB;
}
.AnyTagClassName
{
color: #AE30DB;
}
</style>
background-color css
<style>
a { background-color: #AE30DB; }
a { background-color: rgb(174,48,219); }
div.DivClassName
{
background-color: #AE30DB;
}
.BgClassName
{
background-color: #AE30DB;
}
</style>
border-color css
<style>
span { border-color: #AE30DB; }
span { border-color: rgb(174,48,219); }
td.TdClassName
{
border-color: #AE30DB;
}
.TagClassName
{
border-color: #AE30DB;
}
</style>