Shades of Dark Orchid #AA3ACC
Tints of Dark Orchid #AA3ACC
RGB
CMYK
RGB Variations
Color information
#AA3ACC (or 0xAA3ACC) is known color: Dark Orchid. HEX triplet: AA, 3A and CC. RGB value is (170,58,204). Sum of RGB (Red+Green+Blue) = 170+58+204=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ACC is #55C533. Grayscale: #6B6B6B. Windows color (decimal): -5621044 or 13384362. OLE color: 13384362.
HSL color Cylindrical-coordinate representation of color #AA3ACC: hue angle of 286.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3ACC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 58 | 204 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.2 |
| HSL | 286.03º | 0.59% | 0.51% | - |
| HSV(B) | 286.03º | 0.72% | 0.8% | - |
| XYZ | 28.99 | 15.93 | 58.67 | - |
| YUV | 108.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 204 | 0.17 | 0.72 | 0 | 0.2 | 286.03 | 0.59 | 0.51 |
| Hex | AA | 3A | CC | 11 | 48 | 0 | 14 | 11E | 3B | 33 |
| Octal | 252 | 72 | 314 | 21 | 110 | 0 | 24 | 436 | 73 | 63 |
| Binary | 10101010 | 111010 | 11001100 | 10001 | 1001000 | 0 | 10100 | 100011110 | 111011 | 110011 |
Color Harmonies of #AA3ACC
Complementary color
Monochromatic Colors of #AA3ACC
Black with #AA3ACC
Text Example
Text Example
White with #AA3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3ACC; }
p { color: rgb(170,58,204); }
H1.HeaderClassName
{
color: #AA3ACC;
}
.AnyTagClassName
{
color: #AA3ACC;
}
</style>
background-color css
<style>
a { background-color: #AA3ACC; }
a { background-color: rgb(170,58,204); }
div.DivClassName
{
background-color: #AA3ACC;
}
.BgClassName
{
background-color: #AA3ACC;
}
</style>
border-color css
<style>
span { border-color: #AA3ACC; }
span { border-color: rgb(170,58,204); }
td.TdClassName
{
border-color: #AA3ACC;
}
.TagClassName
{
border-color: #AA3ACC;
}
</style>