Shades of Dark Orchid #AA38EC
Tints of Dark Orchid #AA38EC
RGB
CMYK
RGB Variations
Color information
#AA38EC (or 0xAA38EC) is known color: Dark Orchid. HEX triplet: AA, 38 and EC. RGB value is (170,56,236). Sum of RGB (Red+Green+Blue) = 170+56+236=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA38EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38EC is #55C713. Grayscale: #6E6E6E. Windows color (decimal): -5621524 or 15481002. OLE color: 15481002.
HSL color Cylindrical-coordinate representation of color #AA38EC: hue angle of 278º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA38EC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 56 | 236 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.07 |
| HSL | 278º | 0.83% | 0.57% | - |
| HSV(B) | 278º | 0.76% | 0.93% | - |
| XYZ | 33.13 | 17.43 | 80.98 | - |
| YUV | 110.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 236 | 0.28 | 0.76 | 0 | 0.07 | 278 | 0.83 | 0.57 |
| Hex | AA | 38 | EC | 1C | 4C | 0 | 7 | 116 | 53 | 39 |
| Octal | 252 | 70 | 354 | 34 | 114 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101010 | 111000 | 11101100 | 11100 | 1001100 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #AA38EC
Complementary color
Monochromatic Colors of #AA38EC
Black with #AA38EC
Text Example
Text Example
White with #AA38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38EC; }
p { color: rgb(170,56,236); }
H1.HeaderClassName
{
color: #AA38EC;
}
.AnyTagClassName
{
color: #AA38EC;
}
</style>
background-color css
<style>
a { background-color: #AA38EC; }
a { background-color: rgb(170,56,236); }
div.DivClassName
{
background-color: #AA38EC;
}
.BgClassName
{
background-color: #AA38EC;
}
</style>
border-color css
<style>
span { border-color: #AA38EC; }
span { border-color: rgb(170,56,236); }
td.TdClassName
{
border-color: #AA38EC;
}
.TagClassName
{
border-color: #AA38EC;
}
</style>