Shades of Dark Orchid #AE1CBA
Tints of Dark Orchid #AE1CBA
RGB
CMYK
RGB Variations
Color information
#AE1CBA (or 0xAE1CBA) is known color: Dark Orchid. HEX triplet: AE, 1C and BA. RGB value is (174,28,186). Sum of RGB (Red+Green+Blue) = 174+28+186=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CBA is #51E345. Grayscale: #595959. Windows color (decimal): -5366598 or 12197038. OLE color: 12197038.
HSL color Cylindrical-coordinate representation of color #AE1CBA: hue angle of 295.44º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1CBA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 28 | 186 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.27 |
| HSL | 295.44º | 0.74% | 0.42% | - |
| HSV(B) | 295.44º | 0.85% | 0.73% | - |
| XYZ | 26.73 | 13.37 | 47.63 | - |
| YUV | 89.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 186 | 0.06 | 0.85 | 0 | 0.27 | 295.44 | 0.74 | 0.42 |
| Hex | AE | 1C | BA | 6 | 55 | 0 | 1B | 127 | 4A | 2A |
| Octal | 256 | 34 | 272 | 6 | 125 | 0 | 33 | 447 | 112 | 52 |
| Binary | 10101110 | 11100 | 10111010 | 110 | 1010101 | 0 | 11011 | 100100111 | 1001010 | 101010 |
Color Harmonies of #AE1CBA
Complementary color
Monochromatic Colors of #AE1CBA
Black with #AE1CBA
Text Example
Text Example
White with #AE1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1CBA; }
p { color: rgb(174,28,186); }
H1.HeaderClassName
{
color: #AE1CBA;
}
.AnyTagClassName
{
color: #AE1CBA;
}
</style>
background-color css
<style>
a { background-color: #AE1CBA; }
a { background-color: rgb(174,28,186); }
div.DivClassName
{
background-color: #AE1CBA;
}
.BgClassName
{
background-color: #AE1CBA;
}
</style>
border-color css
<style>
span { border-color: #AE1CBA; }
span { border-color: rgb(174,28,186); }
td.TdClassName
{
border-color: #AE1CBA;
}
.TagClassName
{
border-color: #AE1CBA;
}
</style>