Shades of Dark Orchid #AA3ECC
Tints of Dark Orchid #AA3ECC
RGB
CMYK
RGB Variations
Color information
#AA3ECC (or 0xAA3ECC) is known color: Dark Orchid. HEX triplet: AA, 3E and CC. RGB value is (170,62,204). Sum of RGB (Red+Green+Blue) = 170+62+204=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ECC is #55C133. Grayscale: #6E6E6E. Windows color (decimal): -5620020 or 13385386. OLE color: 13385386.
HSL color Cylindrical-coordinate representation of color #AA3ECC: hue angle of 285.63º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3ECC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 62 | 204 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.2 |
| HSL | 285.63º | 0.58% | 0.52% | - |
| HSV(B) | 285.63º | 0.7% | 0.8% | - |
| XYZ | 29.2 | 16.35 | 58.74 | - |
| YUV | 110.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 204 | 0.17 | 0.70 | 0 | 0.2 | 285.63 | 0.58 | 0.52 |
| Hex | AA | 3E | CC | 11 | 46 | 0 | 14 | 11E | 3A | 34 |
| Octal | 252 | 76 | 314 | 21 | 106 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101010 | 111110 | 11001100 | 10001 | 1000110 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AA3ECC
Complementary color
Monochromatic Colors of #AA3ECC
Black with #AA3ECC
Text Example
Text Example
White with #AA3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3ECC; }
p { color: rgb(170,62,204); }
H1.HeaderClassName
{
color: #AA3ECC;
}
.AnyTagClassName
{
color: #AA3ECC;
}
</style>
background-color css
<style>
a { background-color: #AA3ECC; }
a { background-color: rgb(170,62,204); }
div.DivClassName
{
background-color: #AA3ECC;
}
.BgClassName
{
background-color: #AA3ECC;
}
</style>
border-color css
<style>
span { border-color: #AA3ECC; }
span { border-color: rgb(170,62,204); }
td.TdClassName
{
border-color: #AA3ECC;
}
.TagClassName
{
border-color: #AA3ECC;
}
</style>