Shades of Dark Orchid #AE30DC
Tints of Dark Orchid #AE30DC
RGB
CMYK
RGB Variations
Color information
#AE30DC (or 0xAE30DC) is known color: Dark Orchid. HEX triplet: AE, 30 and DC. RGB value is (174,48,220). Sum of RGB (Red+Green+Blue) = 174+48+220=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE30DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30DC is #51CF23. Grayscale: #686868. Windows color (decimal): -5361444 or 14430382. OLE color: 14430382.
HSL color Cylindrical-coordinate representation of color #AE30DC: hue angle of 283.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE30DC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 48 | 220 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.14 |
| HSL | 283.95º | 0.71% | 0.53% | - |
| HSV(B) | 283.95º | 0.78% | 0.86% | - |
| XYZ | 31.43 | 16.28 | 69.2 | - |
| YUV | 105.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 220 | 0.21 | 0.78 | 0 | 0.14 | 283.95 | 0.71 | 0.53 |
| Hex | AE | 30 | DC | 15 | 4E | 0 | E | 11C | 47 | 35 |
| Octal | 256 | 60 | 334 | 25 | 116 | 0 | 16 | 434 | 107 | 65 |
| Binary | 10101110 | 110000 | 11011100 | 10101 | 1001110 | 0 | 1110 | 100011100 | 1000111 | 110101 |
Color Harmonies of #AE30DC
Complementary color
Monochromatic Colors of #AE30DC
Black with #AE30DC
Text Example
Text Example
White with #AE30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30DC; }
p { color: rgb(174,48,220); }
H1.HeaderClassName
{
color: #AE30DC;
}
.AnyTagClassName
{
color: #AE30DC;
}
</style>
background-color css
<style>
a { background-color: #AE30DC; }
a { background-color: rgb(174,48,220); }
div.DivClassName
{
background-color: #AE30DC;
}
.BgClassName
{
background-color: #AE30DC;
}
</style>
border-color css
<style>
span { border-color: #AE30DC; }
span { border-color: rgb(174,48,220); }
td.TdClassName
{
border-color: #AE30DC;
}
.TagClassName
{
border-color: #AE30DC;
}
</style>