Shades of Dark Orchid #AA1DBC
Tints of Dark Orchid #AA1DBC
RGB
CMYK
RGB Variations
Color information
#AA1DBC (or 0xAA1DBC) is known color: Dark Orchid. HEX triplet: AA, 1D and BC. RGB value is (170,29,188). Sum of RGB (Red+Green+Blue) = 170+29+188=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DBC is #55E243. Grayscale: #585858. Windows color (decimal): -5628484 or 12328362. OLE color: 12328362.
HSL color Cylindrical-coordinate representation of color #AA1DBC: hue angle of 293.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1DBC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 29 | 188 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.26 |
| HSL | 293.21º | 0.73% | 0.43% | - |
| HSV(B) | 293.21º | 0.85% | 0.74% | - |
| XYZ | 26.09 | 13.06 | 48.72 | - |
| YUV | 89.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 188 | 0.10 | 0.85 | 0 | 0.26 | 293.21 | 0.73 | 0.43 |
| Hex | AA | 1D | BC | A | 55 | 0 | 1A | 125 | 49 | 2B |
| Octal | 252 | 35 | 274 | 12 | 125 | 0 | 32 | 445 | 111 | 53 |
| Binary | 10101010 | 11101 | 10111100 | 1010 | 1010101 | 0 | 11010 | 100100101 | 1001001 | 101011 |
Color Harmonies of #AA1DBC
Complementary color
Monochromatic Colors of #AA1DBC
Black with #AA1DBC
Text Example
Text Example
White with #AA1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DBC; }
p { color: rgb(170,29,188); }
H1.HeaderClassName
{
color: #AA1DBC;
}
.AnyTagClassName
{
color: #AA1DBC;
}
</style>
background-color css
<style>
a { background-color: #AA1DBC; }
a { background-color: rgb(170,29,188); }
div.DivClassName
{
background-color: #AA1DBC;
}
.BgClassName
{
background-color: #AA1DBC;
}
</style>
border-color css
<style>
span { border-color: #AA1DBC; }
span { border-color: rgb(170,29,188); }
td.TdClassName
{
border-color: #AA1DBC;
}
.TagClassName
{
border-color: #AA1DBC;
}
</style>