Shades of Dark Orchid #AA3BDA
Tints of Dark Orchid #AA3BDA
RGB
CMYK
RGB Variations
Color information
#AA3BDA (or 0xAA3BDA) is known color: Dark Orchid. HEX triplet: AA, 3B and DA. RGB value is (170,59,218). Sum of RGB (Red+Green+Blue) = 170+59+218=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BDA is #55C425. Grayscale: #6D6D6D. Windows color (decimal): -5620774 or 14302122. OLE color: 14302122.
HSL color Cylindrical-coordinate representation of color #AA3BDA: hue angle of 281.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3BDA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 59 | 218 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.15 |
| HSL | 281.89º | 0.68% | 0.54% | - |
| HSV(B) | 281.89º | 0.73% | 0.85% | - |
| XYZ | 30.8 | 16.74 | 67.94 | - |
| YUV | 110.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 218 | 0.22 | 0.73 | 0 | 0.15 | 281.89 | 0.68 | 0.54 |
| Hex | AA | 3B | DA | 16 | 49 | 0 | F | 11A | 44 | 36 |
| Octal | 252 | 73 | 332 | 26 | 111 | 0 | 17 | 432 | 104 | 66 |
| Binary | 10101010 | 111011 | 11011010 | 10110 | 1001001 | 0 | 1111 | 100011010 | 1000100 | 110110 |
Color Harmonies of #AA3BDA
Complementary color
Monochromatic Colors of #AA3BDA
Black with #AA3BDA
Text Example
Text Example
White with #AA3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BDA; }
p { color: rgb(170,59,218); }
H1.HeaderClassName
{
color: #AA3BDA;
}
.AnyTagClassName
{
color: #AA3BDA;
}
</style>
background-color css
<style>
a { background-color: #AA3BDA; }
a { background-color: rgb(170,59,218); }
div.DivClassName
{
background-color: #AA3BDA;
}
.BgClassName
{
background-color: #AA3BDA;
}
</style>
border-color css
<style>
span { border-color: #AA3BDA; }
span { border-color: rgb(170,59,218); }
td.TdClassName
{
border-color: #AA3BDA;
}
.TagClassName
{
border-color: #AA3BDA;
}
</style>