Shades of Dark Orchid #AA1ACD
Tints of Dark Orchid #AA1ACD
RGB
CMYK
RGB Variations
Color information
#AA1ACD (or 0xAA1ACD) is known color: Dark Orchid. HEX triplet: AA, 1A and CD. RGB value is (170,26,205). Sum of RGB (Red+Green+Blue) = 170+26+205=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA1ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACD is #55E532. Grayscale: #585858. Windows color (decimal): -5629235 or 13441706. OLE color: 13441706.
HSL color Cylindrical-coordinate representation of color #AA1ACD: hue angle of 288.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 26 | 205 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.20 |
| HSL | 288.27º | 0.77% | 0.45% | - |
| HSV(B) | 288.27º | 0.87% | 0.8% | - |
| XYZ | 27.97 | 13.69 | 58.93 | - |
| YUV | 89.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 205 | 0.17 | 0.87 | 0 | 0.20 | 288.27 | 0.77 | 0.45 |
| Hex | AA | 1A | CD | 11 | 57 | 0 | 14 | 120 | 4D | 2D |
| Octal | 252 | 32 | 315 | 21 | 127 | 0 | 24 | 440 | 115 | 55 |
| Binary | 10101010 | 11010 | 11001101 | 10001 | 1010111 | 0 | 10100 | 100100000 | 1001101 | 101101 |
Color Harmonies of #AA1ACD
Complementary color
Monochromatic Colors of #AA1ACD
Black with #AA1ACD
Text Example
Text Example
White with #AA1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ACD; }
p { color: rgb(170,26,205); }
H1.HeaderClassName
{
color: #AA1ACD;
}
.AnyTagClassName
{
color: #AA1ACD;
}
</style>
background-color css
<style>
a { background-color: #AA1ACD; }
a { background-color: rgb(170,26,205); }
div.DivClassName
{
background-color: #AA1ACD;
}
.BgClassName
{
background-color: #AA1ACD;
}
</style>
border-color css
<style>
span { border-color: #AA1ACD; }
span { border-color: rgb(170,26,205); }
td.TdClassName
{
border-color: #AA1ACD;
}
.TagClassName
{
border-color: #AA1ACD;
}
</style>