Shades of Dark Orchid #AA2DBC
Tints of Dark Orchid #AA2DBC
RGB
CMYK
RGB Variations
Color information
#AA2DBC (or 0xAA2DBC) is known color: Dark Orchid. HEX triplet: AA, 2D and BC. RGB value is (170,45,188). Sum of RGB (Red+Green+Blue) = 170+45+188=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBC is #55D243. Grayscale: #626262. Windows color (decimal): -5624388 or 12332458. OLE color: 12332458.
HSL color Cylindrical-coordinate representation of color #AA2DBC: hue angle of 292.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2DBC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 45 | 188 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.26 |
| HSL | 292.45º | 0.61% | 0.46% | - |
| HSV(B) | 292.45º | 0.76% | 0.74% | - |
| XYZ | 26.59 | 14.05 | 48.89 | - |
| YUV | 98.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 188 | 0.10 | 0.76 | 0 | 0.26 | 292.45 | 0.61 | 0.46 |
| Hex | AA | 2D | BC | A | 4C | 0 | 1A | 124 | 3D | 2E |
| Octal | 252 | 55 | 274 | 12 | 114 | 0 | 32 | 444 | 75 | 56 |
| Binary | 10101010 | 101101 | 10111100 | 1010 | 1001100 | 0 | 11010 | 100100100 | 111101 | 101110 |
Color Harmonies of #AA2DBC
Complementary color
Monochromatic Colors of #AA2DBC
Black with #AA2DBC
Text Example
Text Example
White with #AA2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DBC; }
p { color: rgb(170,45,188); }
H1.HeaderClassName
{
color: #AA2DBC;
}
.AnyTagClassName
{
color: #AA2DBC;
}
</style>
background-color css
<style>
a { background-color: #AA2DBC; }
a { background-color: rgb(170,45,188); }
div.DivClassName
{
background-color: #AA2DBC;
}
.BgClassName
{
background-color: #AA2DBC;
}
</style>
border-color css
<style>
span { border-color: #AA2DBC; }
span { border-color: rgb(170,45,188); }
td.TdClassName
{
border-color: #AA2DBC;
}
.TagClassName
{
border-color: #AA2DBC;
}
</style>