Shades of Dark Orchid #AE1DB0
Tints of Dark Orchid #AE1DB0
RGB
CMYK
RGB Variations
Color information
#AE1DB0 (or 0xAE1DB0) is known color: Dark Orchid. HEX triplet: AE, 1D and B0. RGB value is (174,29,176). Sum of RGB (Red+Green+Blue) = 174+29+176=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE1DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1DB0 is #51E24F. Grayscale: #585858. Windows color (decimal): -5366352 or 11541934. OLE color: 11541934.
HSL color Cylindrical-coordinate representation of color #AE1DB0: hue angle of 299.18º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DB0 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 29 | 176 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.31 |
| HSL | 299.18º | 0.72% | 0.4% | - |
| HSV(B) | 299.18º | 0.84% | 0.69% | - |
| XYZ | 25.73 | 13.01 | 42.23 | - |
| YUV | 89.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 176 | 0.01 | 0.84 | 0 | 0.31 | 299.18 | 0.72 | 0.4 |
| Hex | AE | 1D | B0 | 1 | 54 | 0 | 1F | 12B | 48 | 28 |
| Octal | 256 | 35 | 260 | 1 | 124 | 0 | 37 | 453 | 110 | 50 |
| Binary | 10101110 | 11101 | 10110000 | 1 | 1010100 | 0 | 11111 | 100101011 | 1001000 | 101000 |
Color Harmonies of #AE1DB0
Complementary color
Monochromatic Colors of #AE1DB0
Black with #AE1DB0
Text Example
Text Example
White with #AE1DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1DB0; }
p { color: rgb(174,29,176); }
H1.HeaderClassName
{
color: #AE1DB0;
}
.AnyTagClassName
{
color: #AE1DB0;
}
</style>
background-color css
<style>
a { background-color: #AE1DB0; }
a { background-color: rgb(174,29,176); }
div.DivClassName
{
background-color: #AE1DB0;
}
.BgClassName
{
background-color: #AE1DB0;
}
</style>
border-color css
<style>
span { border-color: #AE1DB0; }
span { border-color: rgb(174,29,176); }
td.TdClassName
{
border-color: #AE1DB0;
}
.TagClassName
{
border-color: #AE1DB0;
}
</style>