Shades of Dark Orchid #AA3CEB
Tints of Dark Orchid #AA3CEB
RGB
CMYK
RGB Variations
Color information
#AA3CEB (or 0xAA3CEB) is known color: Dark Orchid. HEX triplet: AA, 3C and EB. RGB value is (170,60,235). Sum of RGB (Red+Green+Blue) = 170+60+235=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CEB is #55C314. Grayscale: #707070. Windows color (decimal): -5620501 or 15416490. OLE color: 15416490.
HSL color Cylindrical-coordinate representation of color #AA3CEB: hue angle of 277.71º degrees, saturation: 0.81, 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 #AA3CEB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 60 | 235 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.08 |
| HSL | 277.71º | 0.81% | 0.58% | - |
| HSV(B) | 277.71º | 0.74% | 0.92% | - |
| XYZ | 33.19 | 17.78 | 80.28 | - |
| YUV | 112.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 235 | 0.28 | 0.74 | 0 | 0.08 | 277.71 | 0.81 | 0.58 |
| Hex | AA | 3C | EB | 1C | 4A | 0 | 8 | 116 | 51 | 3A |
| Octal | 252 | 74 | 353 | 34 | 112 | 0 | 10 | 426 | 121 | 72 |
| Binary | 10101010 | 111100 | 11101011 | 11100 | 1001010 | 0 | 1000 | 100010110 | 1010001 | 111010 |
Color Harmonies of #AA3CEB
Complementary color
Monochromatic Colors of #AA3CEB
Black with #AA3CEB
Text Example
Text Example
White with #AA3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CEB; }
p { color: rgb(170,60,235); }
H1.HeaderClassName
{
color: #AA3CEB;
}
.AnyTagClassName
{
color: #AA3CEB;
}
</style>
background-color css
<style>
a { background-color: #AA3CEB; }
a { background-color: rgb(170,60,235); }
div.DivClassName
{
background-color: #AA3CEB;
}
.BgClassName
{
background-color: #AA3CEB;
}
</style>
border-color css
<style>
span { border-color: #AA3CEB; }
span { border-color: rgb(170,60,235); }
td.TdClassName
{
border-color: #AA3CEB;
}
.TagClassName
{
border-color: #AA3CEB;
}
</style>