Shades of Dark Orchid #AA36EC
Tints of Dark Orchid #AA36EC
RGB
CMYK
RGB Variations
Color information
#AA36EC (or 0xAA36EC) is known color: Dark Orchid. HEX triplet: AA, 36 and EC. RGB value is (170,54,236). Sum of RGB (Red+Green+Blue) = 170+54+236=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA36EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA36EC is #55C913. Grayscale: #6C6C6C. Windows color (decimal): -5622036 or 15480490. OLE color: 15480490.
HSL color Cylindrical-coordinate representation of color #AA36EC: hue angle of 278.24º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA36EC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 54 | 236 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.07 |
| HSL | 278.24º | 0.83% | 0.57% | - |
| HSV(B) | 278.24º | 0.77% | 0.93% | - |
| XYZ | 33.04 | 17.24 | 80.94 | - |
| YUV | 109.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 236 | 0.28 | 0.77 | 0 | 0.07 | 278.24 | 0.83 | 0.57 |
| Hex | AA | 36 | EC | 1C | 4D | 0 | 7 | 116 | 53 | 39 |
| Octal | 252 | 66 | 354 | 34 | 115 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101010 | 110110 | 11101100 | 11100 | 1001101 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #AA36EC
Complementary color
Monochromatic Colors of #AA36EC
Black with #AA36EC
Text Example
Text Example
White with #AA36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36EC; }
p { color: rgb(170,54,236); }
H1.HeaderClassName
{
color: #AA36EC;
}
.AnyTagClassName
{
color: #AA36EC;
}
</style>
background-color css
<style>
a { background-color: #AA36EC; }
a { background-color: rgb(170,54,236); }
div.DivClassName
{
background-color: #AA36EC;
}
.BgClassName
{
background-color: #AA36EC;
}
</style>
border-color css
<style>
span { border-color: #AA36EC; }
span { border-color: rgb(170,54,236); }
td.TdClassName
{
border-color: #AA36EC;
}
.TagClassName
{
border-color: #AA36EC;
}
</style>