Shades of Dark Orchid #AE21C8
Tints of Dark Orchid #AE21C8
RGB
CMYK
RGB Variations
Color information
#AE21C8 (or 0xAE21C8) is known color: Dark Orchid. HEX triplet: AE, 21 and C8. RGB value is (174,33,200). Sum of RGB (Red+Green+Blue) = 174+33+200=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE21C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE21C8 is #51DE37. Grayscale: #5D5D5D. Windows color (decimal): -5365304 or 13115822. OLE color: 13115822.
HSL color Cylindrical-coordinate representation of color #AE21C8: hue angle of 290.66º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE21C8 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 33 | 200 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.22 |
| HSL | 290.66º | 0.72% | 0.46% | - |
| HSV(B) | 290.66º | 0.84% | 0.78% | - |
| XYZ | 28.42 | 14.26 | 55.9 | - |
| YUV | 94.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 200 | 0.13 | 0.84 | 0 | 0.22 | 290.66 | 0.72 | 0.46 |
| Hex | AE | 21 | C8 | D | 54 | 0 | 16 | 123 | 48 | 2E |
| Octal | 256 | 41 | 310 | 15 | 124 | 0 | 26 | 443 | 110 | 56 |
| Binary | 10101110 | 100001 | 11001000 | 1101 | 1010100 | 0 | 10110 | 100100011 | 1001000 | 101110 |
Color Harmonies of #AE21C8
Complementary color
Monochromatic Colors of #AE21C8
Black with #AE21C8
Text Example
Text Example
White with #AE21C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE21C8; }
p { color: rgb(174,33,200); }
H1.HeaderClassName
{
color: #AE21C8;
}
.AnyTagClassName
{
color: #AE21C8;
}
</style>
background-color css
<style>
a { background-color: #AE21C8; }
a { background-color: rgb(174,33,200); }
div.DivClassName
{
background-color: #AE21C8;
}
.BgClassName
{
background-color: #AE21C8;
}
</style>
border-color css
<style>
span { border-color: #AE21C8; }
span { border-color: rgb(174,33,200); }
td.TdClassName
{
border-color: #AE21C8;
}
.TagClassName
{
border-color: #AE21C8;
}
</style>