Shades of Dark Orchid #AA2DBF
Tints of Dark Orchid #AA2DBF
RGB
CMYK
RGB Variations
Color information
#AA2DBF (or 0xAA2DBF) is known color: Dark Orchid. HEX triplet: AA, 2D and BF. RGB value is (170,45,191). Sum of RGB (Red+Green+Blue) = 170+45+191=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBF is #55D240. Grayscale: #626262. Windows color (decimal): -5624385 or 12529066. OLE color: 12529066.
HSL color Cylindrical-coordinate representation of color #AA2DBF: hue angle of 291.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2DBF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 45 | 191 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.25 |
| HSL | 291.37º | 0.62% | 0.46% | - |
| HSV(B) | 291.37º | 0.76% | 0.75% | - |
| XYZ | 26.92 | 14.18 | 50.61 | - |
| YUV | 99.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 191 | 0.11 | 0.76 | 0 | 0.25 | 291.37 | 0.62 | 0.46 |
| Hex | AA | 2D | BF | B | 4C | 0 | 19 | 123 | 3E | 2E |
| Octal | 252 | 55 | 277 | 13 | 114 | 0 | 31 | 443 | 76 | 56 |
| Binary | 10101010 | 101101 | 10111111 | 1011 | 1001100 | 0 | 11001 | 100100011 | 111110 | 101110 |
Color Harmonies of #AA2DBF
Complementary color
Monochromatic Colors of #AA2DBF
Black with #AA2DBF
Text Example
Text Example
White with #AA2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DBF; }
p { color: rgb(170,45,191); }
H1.HeaderClassName
{
color: #AA2DBF;
}
.AnyTagClassName
{
color: #AA2DBF;
}
</style>
background-color css
<style>
a { background-color: #AA2DBF; }
a { background-color: rgb(170,45,191); }
div.DivClassName
{
background-color: #AA2DBF;
}
.BgClassName
{
background-color: #AA2DBF;
}
</style>
border-color css
<style>
span { border-color: #AA2DBF; }
span { border-color: rgb(170,45,191); }
td.TdClassName
{
border-color: #AA2DBF;
}
.TagClassName
{
border-color: #AA2DBF;
}
</style>