Shades of Dark Orchid #AA1DBB
Tints of Dark Orchid #AA1DBB
RGB
CMYK
RGB Variations
Color information
#AA1DBB (or 0xAA1DBB) is known color: Dark Orchid. HEX triplet: AA, 1D and BB. RGB value is (170,29,187). Sum of RGB (Red+Green+Blue) = 170+29+187=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DBB is #55E244. Grayscale: #585858. Windows color (decimal): -5628485 or 12262826. OLE color: 12262826.
HSL color Cylindrical-coordinate representation of color #AA1DBB: hue angle of 293.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1DBB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 29 | 187 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.27 |
| HSL | 293.54º | 0.73% | 0.42% | - |
| HSV(B) | 293.54º | 0.84% | 0.73% | - |
| XYZ | 25.99 | 13.01 | 48.16 | - |
| YUV | 89.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 187 | 0.09 | 0.84 | 0 | 0.27 | 293.54 | 0.73 | 0.42 |
| Hex | AA | 1D | BB | 9 | 54 | 0 | 1B | 126 | 49 | 2A |
| Octal | 252 | 35 | 273 | 11 | 124 | 0 | 33 | 446 | 111 | 52 |
| Binary | 10101010 | 11101 | 10111011 | 1001 | 1010100 | 0 | 11011 | 100100110 | 1001001 | 101010 |
Color Harmonies of #AA1DBB
Complementary color
Monochromatic Colors of #AA1DBB
Black with #AA1DBB
Text Example
Text Example
White with #AA1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DBB; }
p { color: rgb(170,29,187); }
H1.HeaderClassName
{
color: #AA1DBB;
}
.AnyTagClassName
{
color: #AA1DBB;
}
</style>
background-color css
<style>
a { background-color: #AA1DBB; }
a { background-color: rgb(170,29,187); }
div.DivClassName
{
background-color: #AA1DBB;
}
.BgClassName
{
background-color: #AA1DBB;
}
</style>
border-color css
<style>
span { border-color: #AA1DBB; }
span { border-color: rgb(170,29,187); }
td.TdClassName
{
border-color: #AA1DBB;
}
.TagClassName
{
border-color: #AA1DBB;
}
</style>