Shades of Dark Orchid #AE30D1
Tints of Dark Orchid #AE30D1
RGB
CMYK
RGB Variations
Color information
#AE30D1 (or 0xAE30D1) is known color: Dark Orchid. HEX triplet: AE, 30 and D1. RGB value is (174,48,209). Sum of RGB (Red+Green+Blue) = 174+48+209=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE30D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30D1 is #51CF2E. Grayscale: #676767. Windows color (decimal): -5361455 or 13709486. OLE color: 13709486.
HSL color Cylindrical-coordinate representation of color #AE30D1: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE30D1 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 48 | 209 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.18 |
| HSL | 286.96º | 0.64% | 0.5% | - |
| HSV(B) | 286.96º | 0.77% | 0.82% | - |
| XYZ | 30.02 | 15.72 | 61.77 | - |
| YUV | 104.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 209 | 0.17 | 0.77 | 0 | 0.18 | 286.96 | 0.64 | 0.5 |
| Hex | AE | 30 | D1 | 11 | 4D | 0 | 12 | 11F | 40 | 32 |
| Octal | 256 | 60 | 321 | 21 | 115 | 0 | 22 | 437 | 100 | 62 |
| Binary | 10101110 | 110000 | 11010001 | 10001 | 1001101 | 0 | 10010 | 100011111 | 1000000 | 110010 |
Color Harmonies of #AE30D1
Complementary color
Monochromatic Colors of #AE30D1
Black with #AE30D1
Text Example
Text Example
White with #AE30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30D1; }
p { color: rgb(174,48,209); }
H1.HeaderClassName
{
color: #AE30D1;
}
.AnyTagClassName
{
color: #AE30D1;
}
</style>
background-color css
<style>
a { background-color: #AE30D1; }
a { background-color: rgb(174,48,209); }
div.DivClassName
{
background-color: #AE30D1;
}
.BgClassName
{
background-color: #AE30D1;
}
</style>
border-color css
<style>
span { border-color: #AE30D1; }
span { border-color: rgb(174,48,209); }
td.TdClassName
{
border-color: #AE30D1;
}
.TagClassName
{
border-color: #AE30D1;
}
</style>