Shades of Dark Orchid #AE1ACE
Tints of Dark Orchid #AE1ACE
RGB
CMYK
RGB Variations
Color information
#AE1ACE (or 0xAE1ACE) is known color: Dark Orchid. HEX triplet: AE, 1A and CE. RGB value is (174,26,206). Sum of RGB (Red+Green+Blue) = 174+26+206=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ACE is #51E531. Grayscale: #5A5A5A. Windows color (decimal): -5367090 or 13507246. OLE color: 13507246.
HSL color Cylindrical-coordinate representation of color #AE1ACE: hue angle of 289.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1ACE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 26 | 206 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.19 |
| HSL | 289.33º | 0.78% | 0.45% | - |
| HSV(B) | 289.33º | 0.87% | 0.81% | - |
| XYZ | 28.97 | 14.19 | 59.61 | - |
| YUV | 90.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 206 | 0.16 | 0.87 | 0 | 0.19 | 289.33 | 0.78 | 0.45 |
| Hex | AE | 1A | CE | 10 | 57 | 0 | 13 | 121 | 4E | 2D |
| Octal | 256 | 32 | 316 | 20 | 127 | 0 | 23 | 441 | 116 | 55 |
| Binary | 10101110 | 11010 | 11001110 | 10000 | 1010111 | 0 | 10011 | 100100001 | 1001110 | 101101 |
Color Harmonies of #AE1ACE
Complementary color
Monochromatic Colors of #AE1ACE
Black with #AE1ACE
Text Example
Text Example
White with #AE1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1ACE; }
p { color: rgb(174,26,206); }
H1.HeaderClassName
{
color: #AE1ACE;
}
.AnyTagClassName
{
color: #AE1ACE;
}
</style>
background-color css
<style>
a { background-color: #AE1ACE; }
a { background-color: rgb(174,26,206); }
div.DivClassName
{
background-color: #AE1ACE;
}
.BgClassName
{
background-color: #AE1ACE;
}
</style>
border-color css
<style>
span { border-color: #AE1ACE; }
span { border-color: rgb(174,26,206); }
td.TdClassName
{
border-color: #AE1ACE;
}
.TagClassName
{
border-color: #AE1ACE;
}
</style>