Shades of Dark Orchid #AE20C5
Tints of Dark Orchid #AE20C5
RGB
CMYK
RGB Variations
Color information
#AE20C5 (or 0xAE20C5) is known color: Dark Orchid. HEX triplet: AE, 20 and C5. RGB value is (174,32,197). Sum of RGB (Red+Green+Blue) = 174+32+197=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE20C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20C5 is #51DF3A. Grayscale: #5C5C5C. Windows color (decimal): -5365563 or 12918958. OLE color: 12918958.
HSL color Cylindrical-coordinate representation of color #AE20C5: hue angle of 291.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE20C5 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 32 | 197 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.23 |
| HSL | 291.64º | 0.72% | 0.45% | - |
| HSV(B) | 291.64º | 0.84% | 0.77% | - |
| XYZ | 28.05 | 14.06 | 54.06 | - |
| YUV | 93.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 197 | 0.12 | 0.84 | 0 | 0.23 | 291.64 | 0.72 | 0.45 |
| Hex | AE | 20 | C5 | C | 54 | 0 | 17 | 124 | 48 | 2D |
| Octal | 256 | 40 | 305 | 14 | 124 | 0 | 27 | 444 | 110 | 55 |
| Binary | 10101110 | 100000 | 11000101 | 1100 | 1010100 | 0 | 10111 | 100100100 | 1001000 | 101101 |
Color Harmonies of #AE20C5
Complementary color
Monochromatic Colors of #AE20C5
Black with #AE20C5
Text Example
Text Example
White with #AE20C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20C5; }
p { color: rgb(174,32,197); }
H1.HeaderClassName
{
color: #AE20C5;
}
.AnyTagClassName
{
color: #AE20C5;
}
</style>
background-color css
<style>
a { background-color: #AE20C5; }
a { background-color: rgb(174,32,197); }
div.DivClassName
{
background-color: #AE20C5;
}
.BgClassName
{
background-color: #AE20C5;
}
</style>
border-color css
<style>
span { border-color: #AE20C5; }
span { border-color: rgb(174,32,197); }
td.TdClassName
{
border-color: #AE20C5;
}
.TagClassName
{
border-color: #AE20C5;
}
</style>