Shades of Dark Orchid #AA3DED
Tints of Dark Orchid #AA3DED
RGB
CMYK
RGB Variations
Color information
#AA3DED (or 0xAA3DED) is known color: Dark Orchid. HEX triplet: AA, 3D and ED. RGB value is (170,61,237). Sum of RGB (Red+Green+Blue) = 170+61+237=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3DED is #55C212. Grayscale: #717171. Windows color (decimal): -5620243 or 15547818. OLE color: 15547818.
HSL color Cylindrical-coordinate representation of color #AA3DED: hue angle of 277.16º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3DED is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 61 | 237 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.07 |
| HSL | 277.16º | 0.83% | 0.58% | - |
| HSV(B) | 277.16º | 0.74% | 0.93% | - |
| XYZ | 33.53 | 18 | 81.83 | - |
| YUV | 113.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 237 | 0.28 | 0.74 | 0 | 0.07 | 277.16 | 0.83 | 0.58 |
| Hex | AA | 3D | ED | 1C | 4A | 0 | 7 | 115 | 53 | 3A |
| Octal | 252 | 75 | 355 | 34 | 112 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101010 | 111101 | 11101101 | 11100 | 1001010 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #AA3DED
Complementary color
Monochromatic Colors of #AA3DED
Black with #AA3DED
Text Example
Text Example
White with #AA3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DED; }
p { color: rgb(170,61,237); }
H1.HeaderClassName
{
color: #AA3DED;
}
.AnyTagClassName
{
color: #AA3DED;
}
</style>
background-color css
<style>
a { background-color: #AA3DED; }
a { background-color: rgb(170,61,237); }
div.DivClassName
{
background-color: #AA3DED;
}
.BgClassName
{
background-color: #AA3DED;
}
</style>
border-color css
<style>
span { border-color: #AA3DED; }
span { border-color: rgb(170,61,237); }
td.TdClassName
{
border-color: #AA3DED;
}
.TagClassName
{
border-color: #AA3DED;
}
</style>