Shades of Dark Orchid #AA1DBA
Tints of Dark Orchid #AA1DBA
RGB
CMYK
RGB Variations
Color information
#AA1DBA (or 0xAA1DBA) is known color: Dark Orchid. HEX triplet: AA, 1D and BA. RGB value is (170,29,186). Sum of RGB (Red+Green+Blue) = 170+29+186=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DBA is #55E245. Grayscale: #585858. Windows color (decimal): -5628486 or 12197290. OLE color: 12197290.
HSL color Cylindrical-coordinate representation of color #AA1DBA: hue angle of 293.89º 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 #AA1DBA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 29 | 186 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.27 |
| HSL | 293.89º | 0.73% | 0.42% | - |
| HSV(B) | 293.89º | 0.84% | 0.73% | - |
| XYZ | 25.88 | 12.97 | 47.59 | - |
| YUV | 89.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 186 | 0.09 | 0.84 | 0 | 0.27 | 293.89 | 0.73 | 0.42 |
| Hex | AA | 1D | BA | 9 | 54 | 0 | 1B | 126 | 49 | 2A |
| Octal | 252 | 35 | 272 | 11 | 124 | 0 | 33 | 446 | 111 | 52 |
| Binary | 10101010 | 11101 | 10111010 | 1001 | 1010100 | 0 | 11011 | 100100110 | 1001001 | 101010 |
Color Harmonies of #AA1DBA
Complementary color
Monochromatic Colors of #AA1DBA
Black with #AA1DBA
Text Example
Text Example
White with #AA1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DBA; }
p { color: rgb(170,29,186); }
H1.HeaderClassName
{
color: #AA1DBA;
}
.AnyTagClassName
{
color: #AA1DBA;
}
</style>
background-color css
<style>
a { background-color: #AA1DBA; }
a { background-color: rgb(170,29,186); }
div.DivClassName
{
background-color: #AA1DBA;
}
.BgClassName
{
background-color: #AA1DBA;
}
</style>
border-color css
<style>
span { border-color: #AA1DBA; }
span { border-color: rgb(170,29,186); }
td.TdClassName
{
border-color: #AA1DBA;
}
.TagClassName
{
border-color: #AA1DBA;
}
</style>