Shades of Dark Orchid #AA3BDD
Tints of Dark Orchid #AA3BDD
RGB
CMYK
RGB Variations
Color information
#AA3BDD (or 0xAA3BDD) is known color: Dark Orchid. HEX triplet: AA, 3B and DD. RGB value is (170,59,221). Sum of RGB (Red+Green+Blue) = 170+59+221=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BDD is #55C422. Grayscale: #6E6E6E. Windows color (decimal): -5620771 or 14498730. OLE color: 14498730.
HSL color Cylindrical-coordinate representation of color #AA3BDD: hue angle of 281.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3BDD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 59 | 221 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.13 |
| HSL | 281.11º | 0.7% | 0.55% | - |
| HSV(B) | 281.11º | 0.73% | 0.87% | - |
| XYZ | 31.19 | 16.89 | 70.02 | - |
| YUV | 110.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 221 | 0.23 | 0.73 | 0 | 0.13 | 281.11 | 0.7 | 0.55 |
| Hex | AA | 3B | DD | 17 | 49 | 0 | D | 119 | 46 | 37 |
| Octal | 252 | 73 | 335 | 27 | 111 | 0 | 15 | 431 | 106 | 67 |
| Binary | 10101010 | 111011 | 11011101 | 10111 | 1001001 | 0 | 1101 | 100011001 | 1000110 | 110111 |
Color Harmonies of #AA3BDD
Complementary color
Monochromatic Colors of #AA3BDD
Black with #AA3BDD
Text Example
Text Example
White with #AA3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BDD; }
p { color: rgb(170,59,221); }
H1.HeaderClassName
{
color: #AA3BDD;
}
.AnyTagClassName
{
color: #AA3BDD;
}
</style>
background-color css
<style>
a { background-color: #AA3BDD; }
a { background-color: rgb(170,59,221); }
div.DivClassName
{
background-color: #AA3BDD;
}
.BgClassName
{
background-color: #AA3BDD;
}
</style>
border-color css
<style>
span { border-color: #AA3BDD; }
span { border-color: rgb(170,59,221); }
td.TdClassName
{
border-color: #AA3BDD;
}
.TagClassName
{
border-color: #AA3BDD;
}
</style>