Shades of Dark Orchid #AA3CED
Tints of Dark Orchid #AA3CED
RGB
CMYK
RGB Variations
Color information
#AA3CED (or 0xAA3CED) is known color: Dark Orchid. HEX triplet: AA, 3C and ED. RGB value is (170,60,237). Sum of RGB (Red+Green+Blue) = 170+60+237=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CED is #55C312. Grayscale: #707070. Windows color (decimal): -5620499 or 15547562. OLE color: 15547562.
HSL color Cylindrical-coordinate representation of color #AA3CED: hue angle of 277.29º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3CED is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 60 | 237 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.29º | 0.83% | 0.58% | - |
| HSV(B) | 277.29º | 0.75% | 0.93% | - |
| XYZ | 33.48 | 17.89 | 81.81 | - |
| YUV | 113.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 237 | 0.28 | 0.75 | 0 | 0.07 | 277.29 | 0.83 | 0.58 |
| Hex | AA | 3C | ED | 1C | 4B | 0 | 7 | 115 | 53 | 3A |
| Octal | 252 | 74 | 355 | 34 | 113 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101010 | 111100 | 11101101 | 11100 | 1001011 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #AA3CED
Complementary color
Monochromatic Colors of #AA3CED
Black with #AA3CED
Text Example
Text Example
White with #AA3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CED; }
p { color: rgb(170,60,237); }
H1.HeaderClassName
{
color: #AA3CED;
}
.AnyTagClassName
{
color: #AA3CED;
}
</style>
background-color css
<style>
a { background-color: #AA3CED; }
a { background-color: rgb(170,60,237); }
div.DivClassName
{
background-color: #AA3CED;
}
.BgClassName
{
background-color: #AA3CED;
}
</style>
border-color css
<style>
span { border-color: #AA3CED; }
span { border-color: rgb(170,60,237); }
td.TdClassName
{
border-color: #AA3CED;
}
.TagClassName
{
border-color: #AA3CED;
}
</style>