Shades of Dark Orchid #AA3EDA
Tints of Dark Orchid #AA3EDA
RGB
CMYK
RGB Variations
Color information
#AA3EDA (or 0xAA3EDA) is known color: Dark Orchid. HEX triplet: AA, 3E and DA. RGB value is (170,62,218). Sum of RGB (Red+Green+Blue) = 170+62+218=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EDA is #55C125. Grayscale: #6F6F6F. Windows color (decimal): -5620006 or 14302890. OLE color: 14302890.
HSL color Cylindrical-coordinate representation of color #AA3EDA: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3EDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 62 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 281.54º | 0.68% | 0.55% | - |
| HSV(B) | 281.54º | 0.72% | 0.85% | - |
| XYZ | 30.96 | 17.05 | 67.99 | - |
| YUV | 112.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 218 | 0.22 | 0.72 | 0 | 0.15 | 281.54 | 0.68 | 0.55 |
| Hex | AA | 3E | DA | 16 | 48 | 0 | F | 11A | 44 | 37 |
| Octal | 252 | 76 | 332 | 26 | 110 | 0 | 17 | 432 | 104 | 67 |
| Binary | 10101010 | 111110 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AA3EDA
Complementary color
Monochromatic Colors of #AA3EDA
Black with #AA3EDA
Text Example
Text Example
White with #AA3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EDA; }
p { color: rgb(170,62,218); }
H1.HeaderClassName
{
color: #AA3EDA;
}
.AnyTagClassName
{
color: #AA3EDA;
}
</style>
background-color css
<style>
a { background-color: #AA3EDA; }
a { background-color: rgb(170,62,218); }
div.DivClassName
{
background-color: #AA3EDA;
}
.BgClassName
{
background-color: #AA3EDA;
}
</style>
border-color css
<style>
span { border-color: #AA3EDA; }
span { border-color: rgb(170,62,218); }
td.TdClassName
{
border-color: #AA3EDA;
}
.TagClassName
{
border-color: #AA3EDA;
}
</style>