Shades of Dark Orchid #AA2DAD
Tints of Dark Orchid #AA2DAD
RGB
CMYK
RGB Variations
Color information
#AA2DAD (or 0xAA2DAD) is known color: Dark Orchid. HEX triplet: AA, 2D and AD. RGB value is (170,45,173). Sum of RGB (Red+Green+Blue) = 170+45+173=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA2DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2DAD is #55D252. Grayscale: #606060. Windows color (decimal): -5624403 or 11349418. OLE color: 11349418.
HSL color Cylindrical-coordinate representation of color #AA2DAD: hue angle of 298.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2DAD is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 45 | 173 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.32 |
| HSL | 298.59º | 0.59% | 0.43% | - |
| HSV(B) | 298.59º | 0.74% | 0.68% | - |
| XYZ | 25.06 | 13.44 | 40.81 | - |
| YUV | 96.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 173 | 0.02 | 0.74 | 0 | 0.32 | 298.59 | 0.59 | 0.43 |
| Hex | AA | 2D | AD | 2 | 4A | 0 | 20 | 12B | 3B | 2B |
| Octal | 252 | 55 | 255 | 2 | 112 | 0 | 40 | 453 | 73 | 53 |
| Binary | 10101010 | 101101 | 10101101 | 10 | 1001010 | 0 | 100000 | 100101011 | 111011 | 101011 |
Color Harmonies of #AA2DAD
Complementary color
Monochromatic Colors of #AA2DAD
Black with #AA2DAD
Text Example
Text Example
White with #AA2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DAD; }
p { color: rgb(170,45,173); }
H1.HeaderClassName
{
color: #AA2DAD;
}
.AnyTagClassName
{
color: #AA2DAD;
}
</style>
background-color css
<style>
a { background-color: #AA2DAD; }
a { background-color: rgb(170,45,173); }
div.DivClassName
{
background-color: #AA2DAD;
}
.BgClassName
{
background-color: #AA2DAD;
}
</style>
border-color css
<style>
span { border-color: #AA2DAD; }
span { border-color: rgb(170,45,173); }
td.TdClassName
{
border-color: #AA2DAD;
}
.TagClassName
{
border-color: #AA2DAD;
}
</style>