Shades of Dark Orchid #AA2CBA
Tints of Dark Orchid #AA2CBA
RGB
CMYK
RGB Variations
Color information
#AA2CBA (or 0xAA2CBA) is known color: Dark Orchid. HEX triplet: AA, 2C and BA. RGB value is (170,44,186). Sum of RGB (Red+Green+Blue) = 170+44+186=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CBA is #55D345. Grayscale: #616161. Windows color (decimal): -5624646 or 12201130. OLE color: 12201130.
HSL color Cylindrical-coordinate representation of color #AA2CBA: hue angle of 293.24º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2CBA is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 44 | 186 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 293.24º | 0.62% | 0.45% | - |
| HSV(B) | 293.24º | 0.76% | 0.73% | - |
| XYZ | 26.34 | 13.89 | 47.75 | - |
| YUV | 97.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 186 | 0.09 | 0.76 | 0 | 0.27 | 293.24 | 0.62 | 0.45 |
| Hex | AA | 2C | BA | 9 | 4C | 0 | 1B | 125 | 3E | 2D |
| Octal | 252 | 54 | 272 | 11 | 114 | 0 | 33 | 445 | 76 | 55 |
| Binary | 10101010 | 101100 | 10111010 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111110 | 101101 |
Color Harmonies of #AA2CBA
Complementary color
Monochromatic Colors of #AA2CBA
Black with #AA2CBA
Text Example
Text Example
White with #AA2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CBA; }
p { color: rgb(170,44,186); }
H1.HeaderClassName
{
color: #AA2CBA;
}
.AnyTagClassName
{
color: #AA2CBA;
}
</style>
background-color css
<style>
a { background-color: #AA2CBA; }
a { background-color: rgb(170,44,186); }
div.DivClassName
{
background-color: #AA2CBA;
}
.BgClassName
{
background-color: #AA2CBA;
}
</style>
border-color css
<style>
span { border-color: #AA2CBA; }
span { border-color: rgb(170,44,186); }
td.TdClassName
{
border-color: #AA2CBA;
}
.TagClassName
{
border-color: #AA2CBA;
}
</style>