Shades of Dark Orchid #AE2BDC
Tints of Dark Orchid #AE2BDC
RGB
CMYK
RGB Variations
Color information
#AE2BDC (or 0xAE2BDC) is known color: Dark Orchid. HEX triplet: AE, 2B and DC. RGB value is (174,43,220). Sum of RGB (Red+Green+Blue) = 174+43+220=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BDC is #51D423. Grayscale: #656565. Windows color (decimal): -5362724 or 14429102. OLE color: 14429102.
HSL color Cylindrical-coordinate representation of color #AE2BDC: hue angle of 284.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2BDC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 43 | 220 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 284.41º | 0.72% | 0.52% | - |
| HSV(B) | 284.41º | 0.8% | 0.86% | - |
| XYZ | 31.24 | 15.89 | 69.13 | - |
| YUV | 102.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 220 | 0.21 | 0.80 | 0 | 0.14 | 284.41 | 0.72 | 0.52 |
| Hex | AE | 2B | DC | 15 | 50 | 0 | E | 11C | 48 | 34 |
| Octal | 256 | 53 | 334 | 25 | 120 | 0 | 16 | 434 | 110 | 64 |
| Binary | 10101110 | 101011 | 11011100 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AE2BDC
Complementary color
Monochromatic Colors of #AE2BDC
Black with #AE2BDC
Text Example
Text Example
White with #AE2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2BDC; }
p { color: rgb(174,43,220); }
H1.HeaderClassName
{
color: #AE2BDC;
}
.AnyTagClassName
{
color: #AE2BDC;
}
</style>
background-color css
<style>
a { background-color: #AE2BDC; }
a { background-color: rgb(174,43,220); }
div.DivClassName
{
background-color: #AE2BDC;
}
.BgClassName
{
background-color: #AE2BDC;
}
</style>
border-color css
<style>
span { border-color: #AE2BDC; }
span { border-color: rgb(174,43,220); }
td.TdClassName
{
border-color: #AE2BDC;
}
.TagClassName
{
border-color: #AE2BDC;
}
</style>