Shades of Dark Orchid #AE2DBA
Tints of Dark Orchid #AE2DBA
RGB
CMYK
RGB Variations
Color information
#AE2DBA (or 0xAE2DBA) is known color: Dark Orchid. HEX triplet: AE, 2D and BA. RGB value is (174,45,186). Sum of RGB (Red+Green+Blue) = 174+45+186=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2DBA is #51D245. Grayscale: #636363. Windows color (decimal): -5362246 or 12201390. OLE color: 12201390.
HSL color Cylindrical-coordinate representation of color #AE2DBA: hue angle of 294.89º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2DBA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 45 | 186 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.27 |
| HSL | 294.89º | 0.61% | 0.45% | - |
| HSV(B) | 294.89º | 0.76% | 0.73% | - |
| XYZ | 27.26 | 14.42 | 47.8 | - |
| YUV | 99.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 186 | 0.06 | 0.76 | 0 | 0.27 | 294.89 | 0.61 | 0.45 |
| Hex | AE | 2D | BA | 6 | 4C | 0 | 1B | 127 | 3D | 2D |
| Octal | 256 | 55 | 272 | 6 | 114 | 0 | 33 | 447 | 75 | 55 |
| Binary | 10101110 | 101101 | 10111010 | 110 | 1001100 | 0 | 11011 | 100100111 | 111101 | 101101 |
Color Harmonies of #AE2DBA
Complementary color
Monochromatic Colors of #AE2DBA
Black with #AE2DBA
Text Example
Text Example
White with #AE2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DBA; }
p { color: rgb(174,45,186); }
H1.HeaderClassName
{
color: #AE2DBA;
}
.AnyTagClassName
{
color: #AE2DBA;
}
</style>
background-color css
<style>
a { background-color: #AE2DBA; }
a { background-color: rgb(174,45,186); }
div.DivClassName
{
background-color: #AE2DBA;
}
.BgClassName
{
background-color: #AE2DBA;
}
</style>
border-color css
<style>
span { border-color: #AE2DBA; }
span { border-color: rgb(174,45,186); }
td.TdClassName
{
border-color: #AE2DBA;
}
.TagClassName
{
border-color: #AE2DBA;
}
</style>