Shades of Dark Orchid #AA1DB6
Tints of Dark Orchid #AA1DB6
RGB
CMYK
RGB Variations
Color information
#AA1DB6 (or 0xAA1DB6) is known color: Dark Orchid. HEX triplet: AA, 1D and B6. RGB value is (170,29,182). Sum of RGB (Red+Green+Blue) = 170+29+182=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA1DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DB6 is #55E249. Grayscale: #585858. Windows color (decimal): -5628490 or 11935146. OLE color: 11935146.
HSL color Cylindrical-coordinate representation of color #AA1DB6: hue angle of 295.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1DB6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 29 | 182 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.29 |
| HSL | 295.29º | 0.73% | 0.41% | - |
| HSV(B) | 295.29º | 0.84% | 0.71% | - |
| XYZ | 25.46 | 12.8 | 45.39 | - |
| YUV | 88.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 182 | 0.07 | 0.84 | 0 | 0.29 | 295.29 | 0.73 | 0.41 |
| Hex | AA | 1D | B6 | 7 | 54 | 0 | 1D | 127 | 49 | 29 |
| Octal | 252 | 35 | 266 | 7 | 124 | 0 | 35 | 447 | 111 | 51 |
| Binary | 10101010 | 11101 | 10110110 | 111 | 1010100 | 0 | 11101 | 100100111 | 1001001 | 101001 |
Color Harmonies of #AA1DB6
Complementary color
Monochromatic Colors of #AA1DB6
Black with #AA1DB6
Text Example
Text Example
White with #AA1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DB6; }
p { color: rgb(170,29,182); }
H1.HeaderClassName
{
color: #AA1DB6;
}
.AnyTagClassName
{
color: #AA1DB6;
}
</style>
background-color css
<style>
a { background-color: #AA1DB6; }
a { background-color: rgb(170,29,182); }
div.DivClassName
{
background-color: #AA1DB6;
}
.BgClassName
{
background-color: #AA1DB6;
}
</style>
border-color css
<style>
span { border-color: #AA1DB6; }
span { border-color: rgb(170,29,182); }
td.TdClassName
{
border-color: #AA1DB6;
}
.TagClassName
{
border-color: #AA1DB6;
}
</style>