Shades of Dark Orchid #AE1DBA
Tints of Dark Orchid #AE1DBA
RGB
CMYK
RGB Variations
Color information
#AE1DBA (or 0xAE1DBA) is known color: Dark Orchid. HEX triplet: AE, 1D and BA. RGB value is (174,29,186). Sum of RGB (Red+Green+Blue) = 174+29+186=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DBA is #51E245. Grayscale: #595959. Windows color (decimal): -5366342 or 12197294. OLE color: 12197294.
HSL color Cylindrical-coordinate representation of color #AE1DBA: hue angle of 295.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 29 | 186 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.27 |
| HSL | 295.41º | 0.73% | 0.42% | - |
| HSV(B) | 295.41º | 0.84% | 0.73% | - |
| XYZ | 26.76 | 13.42 | 47.63 | - |
| YUV | 90.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 186 | 0.06 | 0.84 | 0 | 0.27 | 295.41 | 0.73 | 0.42 |
| Hex | AE | 1D | BA | 6 | 54 | 0 | 1B | 127 | 49 | 2A |
| Octal | 256 | 35 | 272 | 6 | 124 | 0 | 33 | 447 | 111 | 52 |
| Binary | 10101110 | 11101 | 10111010 | 110 | 1010100 | 0 | 11011 | 100100111 | 1001001 | 101010 |
Color Harmonies of #AE1DBA
Complementary color
Monochromatic Colors of #AE1DBA
Black with #AE1DBA
Text Example
Text Example
White with #AE1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1DBA; }
p { color: rgb(174,29,186); }
H1.HeaderClassName
{
color: #AE1DBA;
}
.AnyTagClassName
{
color: #AE1DBA;
}
</style>
background-color css
<style>
a { background-color: #AE1DBA; }
a { background-color: rgb(174,29,186); }
div.DivClassName
{
background-color: #AE1DBA;
}
.BgClassName
{
background-color: #AE1DBA;
}
</style>
border-color css
<style>
span { border-color: #AE1DBA; }
span { border-color: rgb(174,29,186); }
td.TdClassName
{
border-color: #AE1DBA;
}
.TagClassName
{
border-color: #AE1DBA;
}
</style>