Shades of Dark Orchid #AA3BCE
Tints of Dark Orchid #AA3BCE
RGB
CMYK
RGB Variations
Color information
#AA3BCE (or 0xAA3BCE) is known color: Dark Orchid. HEX triplet: AA, 3B and CE. RGB value is (170,59,206). Sum of RGB (Red+Green+Blue) = 170+59+206=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BCE is #55C431. Grayscale: #6C6C6C. Windows color (decimal): -5620786 or 13515690. OLE color: 13515690.
HSL color Cylindrical-coordinate representation of color #AA3BCE: hue angle of 285.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3BCE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 59 | 206 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.19 |
| HSL | 285.31º | 0.6% | 0.52% | - |
| HSV(B) | 285.31º | 0.71% | 0.81% | - |
| XYZ | 29.28 | 16.13 | 59.96 | - |
| YUV | 108.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 206 | 0.17 | 0.71 | 0 | 0.19 | 285.31 | 0.6 | 0.52 |
| Hex | AA | 3B | CE | 11 | 47 | 0 | 13 | 11D | 3C | 34 |
| Octal | 252 | 73 | 316 | 21 | 107 | 0 | 23 | 435 | 74 | 64 |
| Binary | 10101010 | 111011 | 11001110 | 10001 | 1000111 | 0 | 10011 | 100011101 | 111100 | 110100 |
Color Harmonies of #AA3BCE
Complementary color
Monochromatic Colors of #AA3BCE
Black with #AA3BCE
Text Example
Text Example
White with #AA3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BCE; }
p { color: rgb(170,59,206); }
H1.HeaderClassName
{
color: #AA3BCE;
}
.AnyTagClassName
{
color: #AA3BCE;
}
</style>
background-color css
<style>
a { background-color: #AA3BCE; }
a { background-color: rgb(170,59,206); }
div.DivClassName
{
background-color: #AA3BCE;
}
.BgClassName
{
background-color: #AA3BCE;
}
</style>
border-color css
<style>
span { border-color: #AA3BCE; }
span { border-color: rgb(170,59,206); }
td.TdClassName
{
border-color: #AA3BCE;
}
.TagClassName
{
border-color: #AA3BCE;
}
</style>