Shades of Dark Orchid #AA3BCC
Tints of Dark Orchid #AA3BCC
RGB
CMYK
RGB Variations
Color information
#AA3BCC (or 0xAA3BCC) is known color: Dark Orchid. HEX triplet: AA, 3B and CC. RGB value is (170,59,204). Sum of RGB (Red+Green+Blue) = 170+59+204=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BCC is #55C433. Grayscale: #6C6C6C. Windows color (decimal): -5620788 or 13384618. OLE color: 13384618.
HSL color Cylindrical-coordinate representation of color #AA3BCC: hue angle of 285.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3BCC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 59 | 204 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.2 |
| HSL | 285.93º | 0.59% | 0.52% | - |
| HSV(B) | 285.93º | 0.71% | 0.8% | - |
| XYZ | 29.04 | 16.03 | 58.69 | - |
| YUV | 108.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 204 | 0.17 | 0.71 | 0 | 0.2 | 285.93 | 0.59 | 0.52 |
| Hex | AA | 3B | CC | 11 | 47 | 0 | 14 | 11E | 3B | 34 |
| Octal | 252 | 73 | 314 | 21 | 107 | 0 | 24 | 436 | 73 | 64 |
| Binary | 10101010 | 111011 | 11001100 | 10001 | 1000111 | 0 | 10100 | 100011110 | 111011 | 110100 |
Color Harmonies of #AA3BCC
Complementary color
Monochromatic Colors of #AA3BCC
Black with #AA3BCC
Text Example
Text Example
White with #AA3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BCC; }
p { color: rgb(170,59,204); }
H1.HeaderClassName
{
color: #AA3BCC;
}
.AnyTagClassName
{
color: #AA3BCC;
}
</style>
background-color css
<style>
a { background-color: #AA3BCC; }
a { background-color: rgb(170,59,204); }
div.DivClassName
{
background-color: #AA3BCC;
}
.BgClassName
{
background-color: #AA3BCC;
}
</style>
border-color css
<style>
span { border-color: #AA3BCC; }
span { border-color: rgb(170,59,204); }
td.TdClassName
{
border-color: #AA3BCC;
}
.TagClassName
{
border-color: #AA3BCC;
}
</style>