Shades of Dark Orchid #AA3CDA
Tints of Dark Orchid #AA3CDA
RGB
CMYK
RGB Variations
Color information
#AA3CDA (or 0xAA3CDA) is known color: Dark Orchid. HEX triplet: AA, 3C and DA. RGB value is (170,60,218). Sum of RGB (Red+Green+Blue) = 170+60+218=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDA is #55C325. Grayscale: #6E6E6E. Windows color (decimal): -5620518 or 14302378. OLE color: 14302378.
HSL color Cylindrical-coordinate representation of color #AA3CDA: hue angle of 281.77º 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 #AA3CDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 60 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 281.77º | 0.68% | 0.55% | - |
| HSV(B) | 281.77º | 0.72% | 0.85% | - |
| XYZ | 30.85 | 16.84 | 67.95 | - |
| YUV | 110.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 218 | 0.22 | 0.72 | 0 | 0.15 | 281.77 | 0.68 | 0.55 |
| Hex | AA | 3C | DA | 16 | 48 | 0 | F | 11A | 44 | 37 |
| Octal | 252 | 74 | 332 | 26 | 110 | 0 | 17 | 432 | 104 | 67 |
| Binary | 10101010 | 111100 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AA3CDA
Complementary color
Monochromatic Colors of #AA3CDA
Black with #AA3CDA
Text Example
Text Example
White with #AA3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CDA; }
p { color: rgb(170,60,218); }
H1.HeaderClassName
{
color: #AA3CDA;
}
.AnyTagClassName
{
color: #AA3CDA;
}
</style>
background-color css
<style>
a { background-color: #AA3CDA; }
a { background-color: rgb(170,60,218); }
div.DivClassName
{
background-color: #AA3CDA;
}
.BgClassName
{
background-color: #AA3CDA;
}
</style>
border-color css
<style>
span { border-color: #AA3CDA; }
span { border-color: rgb(170,60,218); }
td.TdClassName
{
border-color: #AA3CDA;
}
.TagClassName
{
border-color: #AA3CDA;
}
</style>