Shades of Dark Orchid #AE30CE
Tints of Dark Orchid #AE30CE
RGB
CMYK
RGB Variations
Color information
#AE30CE (or 0xAE30CE) is known color: Dark Orchid. HEX triplet: AE, 30 and CE. RGB value is (174,48,206). Sum of RGB (Red+Green+Blue) = 174+48+206=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE30CE is #51CF31. Grayscale: #676767. Windows color (decimal): -5361458 or 13512878. OLE color: 13512878.
HSL color Cylindrical-coordinate representation of color #AE30CE: hue angle of 287.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE30CE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 48 | 206 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.19 |
| HSL | 287.85º | 0.62% | 0.5% | - |
| HSV(B) | 287.85º | 0.77% | 0.81% | - |
| XYZ | 29.65 | 15.57 | 59.83 | - |
| YUV | 103.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 206 | 0.16 | 0.77 | 0 | 0.19 | 287.85 | 0.62 | 0.5 |
| Hex | AE | 30 | CE | 10 | 4D | 0 | 13 | 120 | 3E | 32 |
| Octal | 256 | 60 | 316 | 20 | 115 | 0 | 23 | 440 | 76 | 62 |
| Binary | 10101110 | 110000 | 11001110 | 10000 | 1001101 | 0 | 10011 | 100100000 | 111110 | 110010 |
Color Harmonies of #AE30CE
Complementary color
Monochromatic Colors of #AE30CE
Black with #AE30CE
Text Example
Text Example
White with #AE30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE30CE; }
p { color: rgb(174,48,206); }
H1.HeaderClassName
{
color: #AE30CE;
}
.AnyTagClassName
{
color: #AE30CE;
}
</style>
background-color css
<style>
a { background-color: #AE30CE; }
a { background-color: rgb(174,48,206); }
div.DivClassName
{
background-color: #AE30CE;
}
.BgClassName
{
background-color: #AE30CE;
}
</style>
border-color css
<style>
span { border-color: #AE30CE; }
span { border-color: rgb(174,48,206); }
td.TdClassName
{
border-color: #AE30CE;
}
.TagClassName
{
border-color: #AE30CE;
}
</style>