Shades of Dark Orchid #AA2DBA
Tints of Dark Orchid #AA2DBA
RGB
CMYK
RGB Variations
Color information
#AA2DBA (or 0xAA2DBA) is known color: Dark Orchid. HEX triplet: AA, 2D and BA. RGB value is (170,45,186). Sum of RGB (Red+Green+Blue) = 170+45+186=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBA is #55D245. Grayscale: #626262. Windows color (decimal): -5624390 or 12201386. OLE color: 12201386.
HSL color Cylindrical-coordinate representation of color #AA2DBA: hue angle of 293.19º degrees, saturation: 0.61, 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 #AA2DBA is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 45 | 186 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 293.19º | 0.61% | 0.45% | - |
| HSV(B) | 293.19º | 0.76% | 0.73% | - |
| XYZ | 26.38 | 13.97 | 47.76 | - |
| YUV | 98.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 186 | 0.09 | 0.76 | 0 | 0.27 | 293.19 | 0.61 | 0.45 |
| Hex | AA | 2D | BA | 9 | 4C | 0 | 1B | 125 | 3D | 2D |
| Octal | 252 | 55 | 272 | 11 | 114 | 0 | 33 | 445 | 75 | 55 |
| Binary | 10101010 | 101101 | 10111010 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111101 | 101101 |
Color Harmonies of #AA2DBA
Complementary color
Monochromatic Colors of #AA2DBA
Black with #AA2DBA
Text Example
Text Example
White with #AA2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DBA; }
p { color: rgb(170,45,186); }
H1.HeaderClassName
{
color: #AA2DBA;
}
.AnyTagClassName
{
color: #AA2DBA;
}
</style>
background-color css
<style>
a { background-color: #AA2DBA; }
a { background-color: rgb(170,45,186); }
div.DivClassName
{
background-color: #AA2DBA;
}
.BgClassName
{
background-color: #AA2DBA;
}
</style>
border-color css
<style>
span { border-color: #AA2DBA; }
span { border-color: rgb(170,45,186); }
td.TdClassName
{
border-color: #AA2DBA;
}
.TagClassName
{
border-color: #AA2DBA;
}
</style>