Shades of Dark Orchid #AE1ABE
Tints of Dark Orchid #AE1ABE
RGB
CMYK
RGB Variations
Color information
#AE1ABE (or 0xAE1ABE) is known color: Dark Orchid. HEX triplet: AE, 1A and BE. RGB value is (174,26,190). Sum of RGB (Red+Green+Blue) = 174+26+190=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ABE is #51E541. Grayscale: #585858. Windows color (decimal): -5367106 or 12458670. OLE color: 12458670.
HSL color Cylindrical-coordinate representation of color #AE1ABE: hue angle of 294.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1ABE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 26 | 190 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.25 |
| HSL | 294.15º | 0.76% | 0.42% | - |
| HSV(B) | 294.15º | 0.86% | 0.75% | - |
| XYZ | 27.12 | 13.46 | 49.88 | - |
| YUV | 88.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 190 | 0.08 | 0.86 | 0 | 0.25 | 294.15 | 0.76 | 0.42 |
| Hex | AE | 1A | BE | 8 | 56 | 0 | 19 | 126 | 4C | 2A |
| Octal | 256 | 32 | 276 | 10 | 126 | 0 | 31 | 446 | 114 | 52 |
| Binary | 10101110 | 11010 | 10111110 | 1000 | 1010110 | 0 | 11001 | 100100110 | 1001100 | 101010 |
Color Harmonies of #AE1ABE
Complementary color
Monochromatic Colors of #AE1ABE
Black with #AE1ABE
Text Example
Text Example
White with #AE1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1ABE; }
p { color: rgb(174,26,190); }
H1.HeaderClassName
{
color: #AE1ABE;
}
.AnyTagClassName
{
color: #AE1ABE;
}
</style>
background-color css
<style>
a { background-color: #AE1ABE; }
a { background-color: rgb(174,26,190); }
div.DivClassName
{
background-color: #AE1ABE;
}
.BgClassName
{
background-color: #AE1ABE;
}
</style>
border-color css
<style>
span { border-color: #AE1ABE; }
span { border-color: rgb(174,26,190); }
td.TdClassName
{
border-color: #AE1ABE;
}
.TagClassName
{
border-color: #AE1ABE;
}
</style>