Shades of Dark Orchid #AA29BD
Tints of Dark Orchid #AA29BD
RGB
CMYK
RGB Variations
Color information
#AA29BD (or 0xAA29BD) is known color: Dark Orchid. HEX triplet: AA, 29 and BD. RGB value is (170,41,189). Sum of RGB (Red+Green+Blue) = 170+41+189=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA29BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BD is #55D642. Grayscale: #5F5F5F. Windows color (decimal): -5625411 or 12396970. OLE color: 12396970.
HSL color Cylindrical-coordinate representation of color #AA29BD: hue angle of 292.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA29BD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 41 | 189 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.26 |
| HSL | 292.3º | 0.64% | 0.45% | - |
| HSV(B) | 292.3º | 0.78% | 0.74% | - |
| XYZ | 26.56 | 13.81 | 49.41 | - |
| YUV | 96.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 189 | 0.10 | 0.78 | 0 | 0.26 | 292.3 | 0.64 | 0.45 |
| Hex | AA | 29 | BD | A | 4E | 0 | 1A | 124 | 40 | 2D |
| Octal | 252 | 51 | 275 | 12 | 116 | 0 | 32 | 444 | 100 | 55 |
| Binary | 10101010 | 101001 | 10111101 | 1010 | 1001110 | 0 | 11010 | 100100100 | 1000000 | 101101 |
Color Harmonies of #AA29BD
Complementary color
Monochromatic Colors of #AA29BD
Black with #AA29BD
Text Example
Text Example
White with #AA29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29BD; }
p { color: rgb(170,41,189); }
H1.HeaderClassName
{
color: #AA29BD;
}
.AnyTagClassName
{
color: #AA29BD;
}
</style>
background-color css
<style>
a { background-color: #AA29BD; }
a { background-color: rgb(170,41,189); }
div.DivClassName
{
background-color: #AA29BD;
}
.BgClassName
{
background-color: #AA29BD;
}
</style>
border-color css
<style>
span { border-color: #AA29BD; }
span { border-color: rgb(170,41,189); }
td.TdClassName
{
border-color: #AA29BD;
}
.TagClassName
{
border-color: #AA29BD;
}
</style>