Shades of Dark Orchid #AA2DBD
Tints of Dark Orchid #AA2DBD
RGB
CMYK
RGB Variations
Color information
#AA2DBD (or 0xAA2DBD) is known color: Dark Orchid. HEX triplet: AA, 2D and BD. RGB value is (170,45,189). Sum of RGB (Red+Green+Blue) = 170+45+189=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBD is #55D242. Grayscale: #626262. Windows color (decimal): -5624387 or 12397994. OLE color: 12397994.
HSL color Cylindrical-coordinate representation of color #AA2DBD: hue angle of 292.08º degrees, saturation: 0.62, 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 #AA2DBD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 45 | 189 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.26 |
| HSL | 292.08º | 0.62% | 0.46% | - |
| HSV(B) | 292.08º | 0.76% | 0.74% | - |
| XYZ | 26.7 | 14.1 | 49.46 | - |
| YUV | 98.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 189 | 0.10 | 0.76 | 0 | 0.26 | 292.08 | 0.62 | 0.46 |
| Hex | AA | 2D | BD | A | 4C | 0 | 1A | 124 | 3E | 2E |
| Octal | 252 | 55 | 275 | 12 | 114 | 0 | 32 | 444 | 76 | 56 |
| Binary | 10101010 | 101101 | 10111101 | 1010 | 1001100 | 0 | 11010 | 100100100 | 111110 | 101110 |
Color Harmonies of #AA2DBD
Complementary color
Monochromatic Colors of #AA2DBD
Black with #AA2DBD
Text Example
Text Example
White with #AA2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DBD; }
p { color: rgb(170,45,189); }
H1.HeaderClassName
{
color: #AA2DBD;
}
.AnyTagClassName
{
color: #AA2DBD;
}
</style>
background-color css
<style>
a { background-color: #AA2DBD; }
a { background-color: rgb(170,45,189); }
div.DivClassName
{
background-color: #AA2DBD;
}
.BgClassName
{
background-color: #AA2DBD;
}
</style>
border-color css
<style>
span { border-color: #AA2DBD; }
span { border-color: rgb(170,45,189); }
td.TdClassName
{
border-color: #AA2DBD;
}
.TagClassName
{
border-color: #AA2DBD;
}
</style>