Shades of Dark Orchid #AA3EDD
Tints of Dark Orchid #AA3EDD
RGB
CMYK
RGB Variations
Color information
#AA3EDD (or 0xAA3EDD) is known color: Dark Orchid. HEX triplet: AA, 3E and DD. RGB value is (170,62,221). Sum of RGB (Red+Green+Blue) = 170+62+221=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EDD is #55C122. Grayscale: #6F6F6F. Windows color (decimal): -5620003 or 14499498. OLE color: 14499498.
HSL color Cylindrical-coordinate representation of color #AA3EDD: hue angle of 280.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3EDD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 62 | 221 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 280.75º | 0.7% | 0.55% | - |
| HSV(B) | 280.75º | 0.72% | 0.87% | - |
| XYZ | 31.35 | 17.21 | 70.08 | - |
| YUV | 112.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 221 | 0.23 | 0.72 | 0 | 0.13 | 280.75 | 0.7 | 0.55 |
| Hex | AA | 3E | DD | 17 | 48 | 0 | D | 119 | 46 | 37 |
| Octal | 252 | 76 | 335 | 27 | 110 | 0 | 15 | 431 | 106 | 67 |
| Binary | 10101010 | 111110 | 11011101 | 10111 | 1001000 | 0 | 1101 | 100011001 | 1000110 | 110111 |
Color Harmonies of #AA3EDD
Complementary color
Monochromatic Colors of #AA3EDD
Black with #AA3EDD
Text Example
Text Example
White with #AA3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EDD; }
p { color: rgb(170,62,221); }
H1.HeaderClassName
{
color: #AA3EDD;
}
.AnyTagClassName
{
color: #AA3EDD;
}
</style>
background-color css
<style>
a { background-color: #AA3EDD; }
a { background-color: rgb(170,62,221); }
div.DivClassName
{
background-color: #AA3EDD;
}
.BgClassName
{
background-color: #AA3EDD;
}
</style>
border-color css
<style>
span { border-color: #AA3EDD; }
span { border-color: rgb(170,62,221); }
td.TdClassName
{
border-color: #AA3EDD;
}
.TagClassName
{
border-color: #AA3EDD;
}
</style>