Shades of Dark Orchid #AA3CE9
Tints of Dark Orchid #AA3CE9
RGB
CMYK
RGB Variations
Color information
#AA3CE9 (or 0xAA3CE9) is known color: Dark Orchid. HEX triplet: AA, 3C and E9. RGB value is (170,60,233). Sum of RGB (Red+Green+Blue) = 170+60+233=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA3CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CE9 is #55C316. Grayscale: #707070. Windows color (decimal): -5620503 or 15285418. OLE color: 15285418.
HSL color Cylindrical-coordinate representation of color #AA3CE9: hue angle of 278.15º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3CE9 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 60 | 233 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.09 |
| HSL | 278.15º | 0.8% | 0.57% | - |
| HSV(B) | 278.15º | 0.74% | 0.91% | - |
| XYZ | 32.9 | 17.66 | 78.77 | - |
| YUV | 112.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 233 | 0.27 | 0.74 | 0 | 0.09 | 278.15 | 0.8 | 0.57 |
| Hex | AA | 3C | E9 | 1B | 4A | 0 | 9 | 116 | 50 | 39 |
| Octal | 252 | 74 | 351 | 33 | 112 | 0 | 11 | 426 | 120 | 71 |
| Binary | 10101010 | 111100 | 11101001 | 11011 | 1001010 | 0 | 1001 | 100010110 | 1010000 | 111001 |
Color Harmonies of #AA3CE9
Complementary color
Monochromatic Colors of #AA3CE9
Black with #AA3CE9
Text Example
Text Example
White with #AA3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CE9; }
p { color: rgb(170,60,233); }
H1.HeaderClassName
{
color: #AA3CE9;
}
.AnyTagClassName
{
color: #AA3CE9;
}
</style>
background-color css
<style>
a { background-color: #AA3CE9; }
a { background-color: rgb(170,60,233); }
div.DivClassName
{
background-color: #AA3CE9;
}
.BgClassName
{
background-color: #AA3CE9;
}
</style>
border-color css
<style>
span { border-color: #AA3CE9; }
span { border-color: rgb(170,60,233); }
td.TdClassName
{
border-color: #AA3CE9;
}
.TagClassName
{
border-color: #AA3CE9;
}
</style>