Shades of Dark Orchid #AE20BD
Tints of Dark Orchid #AE20BD
RGB
CMYK
RGB Variations
Color information
#AE20BD (or 0xAE20BD) is known color: Dark Orchid. HEX triplet: AE, 20 and BD. RGB value is (174,32,189). Sum of RGB (Red+Green+Blue) = 174+32+189=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE20BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20BD is #51DF42. Grayscale: #5B5B5B. Windows color (decimal): -5365571 or 12394670. OLE color: 12394670.
HSL color Cylindrical-coordinate representation of color #AE20BD: hue angle of 294.27º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE20BD is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 32 | 189 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.26 |
| HSL | 294.27º | 0.71% | 0.43% | - |
| HSV(B) | 294.27º | 0.83% | 0.74% | - |
| XYZ | 27.16 | 13.71 | 49.36 | - |
| YUV | 92.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 189 | 0.08 | 0.83 | 0 | 0.26 | 294.27 | 0.71 | 0.43 |
| Hex | AE | 20 | BD | 8 | 53 | 0 | 1A | 126 | 47 | 2B |
| Octal | 256 | 40 | 275 | 10 | 123 | 0 | 32 | 446 | 107 | 53 |
| Binary | 10101110 | 100000 | 10111101 | 1000 | 1010011 | 0 | 11010 | 100100110 | 1000111 | 101011 |
Color Harmonies of #AE20BD
Complementary color
Monochromatic Colors of #AE20BD
Black with #AE20BD
Text Example
Text Example
White with #AE20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20BD; }
p { color: rgb(174,32,189); }
H1.HeaderClassName
{
color: #AE20BD;
}
.AnyTagClassName
{
color: #AE20BD;
}
</style>
background-color css
<style>
a { background-color: #AE20BD; }
a { background-color: rgb(174,32,189); }
div.DivClassName
{
background-color: #AE20BD;
}
.BgClassName
{
background-color: #AE20BD;
}
</style>
border-color css
<style>
span { border-color: #AE20BD; }
span { border-color: rgb(174,32,189); }
td.TdClassName
{
border-color: #AE20BD;
}
.TagClassName
{
border-color: #AE20BD;
}
</style>