Shades of Dark Orchid #AA1DDD
Tints of Dark Orchid #AA1DDD
RGB
CMYK
RGB Variations
Color information
#AA1DDD (or 0xAA1DDD) is known color: Dark Orchid. HEX triplet: AA, 1D and DD. RGB value is (170,29,221). Sum of RGB (Red+Green+Blue) = 170+29+221=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DDD is #55E222. Grayscale: #5C5C5C. Windows color (decimal): -5628451 or 14491050. OLE color: 14491050.
HSL color Cylindrical-coordinate representation of color #AA1DDD: hue angle of 284.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1DDD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 29 | 221 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 284.06º | 0.77% | 0.49% | - |
| HSV(B) | 284.06º | 0.87% | 0.87% | - |
| XYZ | 30.07 | 14.65 | 69.65 | - |
| YUV | 93.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 221 | 0.23 | 0.87 | 0 | 0.13 | 284.06 | 0.77 | 0.49 |
| Hex | AA | 1D | DD | 17 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 252 | 35 | 335 | 27 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101010 | 11101 | 11011101 | 10111 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #AA1DDD
Complementary color
Monochromatic Colors of #AA1DDD
Black with #AA1DDD
Text Example
Text Example
White with #AA1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DDD; }
p { color: rgb(170,29,221); }
H1.HeaderClassName
{
color: #AA1DDD;
}
.AnyTagClassName
{
color: #AA1DDD;
}
</style>
background-color css
<style>
a { background-color: #AA1DDD; }
a { background-color: rgb(170,29,221); }
div.DivClassName
{
background-color: #AA1DDD;
}
.BgClassName
{
background-color: #AA1DDD;
}
</style>
border-color css
<style>
span { border-color: #AA1DDD; }
span { border-color: rgb(170,29,221); }
td.TdClassName
{
border-color: #AA1DDD;
}
.TagClassName
{
border-color: #AA1DDD;
}
</style>