Shades of Dark Orchid #AA3DEA
Tints of Dark Orchid #AA3DEA
RGB
CMYK
RGB Variations
Color information
#AA3DEA (or 0xAA3DEA) is known color: Dark Orchid. HEX triplet: AA, 3D and EA. RGB value is (170,61,234). Sum of RGB (Red+Green+Blue) = 170+61+234=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA3DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3DEA is #55C215. Grayscale: #707070. Windows color (decimal): -5620246 or 15351210. OLE color: 15351210.
HSL color Cylindrical-coordinate representation of color #AA3DEA: hue angle of 277.8º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3DEA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 61 | 234 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.08 |
| HSL | 277.8º | 0.8% | 0.58% | - |
| HSV(B) | 277.8º | 0.74% | 0.92% | - |
| XYZ | 33.1 | 17.82 | 79.54 | - |
| YUV | 113.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 234 | 0.27 | 0.74 | 0 | 0.08 | 277.8 | 0.8 | 0.58 |
| Hex | AA | 3D | EA | 1B | 4A | 0 | 8 | 116 | 50 | 3A |
| Octal | 252 | 75 | 352 | 33 | 112 | 0 | 10 | 426 | 120 | 72 |
| Binary | 10101010 | 111101 | 11101010 | 11011 | 1001010 | 0 | 1000 | 100010110 | 1010000 | 111010 |
Color Harmonies of #AA3DEA
Complementary color
Monochromatic Colors of #AA3DEA
Black with #AA3DEA
Text Example
Text Example
White with #AA3DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DEA; }
p { color: rgb(170,61,234); }
H1.HeaderClassName
{
color: #AA3DEA;
}
.AnyTagClassName
{
color: #AA3DEA;
}
</style>
background-color css
<style>
a { background-color: #AA3DEA; }
a { background-color: rgb(170,61,234); }
div.DivClassName
{
background-color: #AA3DEA;
}
.BgClassName
{
background-color: #AA3DEA;
}
</style>
border-color css
<style>
span { border-color: #AA3DEA; }
span { border-color: rgb(170,61,234); }
td.TdClassName
{
border-color: #AA3DEA;
}
.TagClassName
{
border-color: #AA3DEA;
}
</style>