Shades of Dark Orchid #AA2BDD
Tints of Dark Orchid #AA2BDD
RGB
CMYK
RGB Variations
Color information
#AA2BDD (or 0xAA2BDD) is known color: Dark Orchid. HEX triplet: AA, 2B and DD. RGB value is (170,43,221). Sum of RGB (Red+Green+Blue) = 170+43+221=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BDD is #55D422. Grayscale: #646464. Windows color (decimal): -5624867 or 14494634. OLE color: 14494634.
HSL color Cylindrical-coordinate representation of color #AA2BDD: hue angle of 282.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BDD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 43 | 221 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 282.81º | 0.72% | 0.52% | - |
| HSV(B) | 282.81º | 0.81% | 0.87% | - |
| XYZ | 30.49 | 15.49 | 69.79 | - |
| YUV | 101.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 221 | 0.23 | 0.81 | 0 | 0.13 | 282.81 | 0.72 | 0.52 |
| Hex | AA | 2B | DD | 17 | 51 | 0 | D | 11B | 48 | 34 |
| Octal | 252 | 53 | 335 | 27 | 121 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101010 | 101011 | 11011101 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AA2BDD
Complementary color
Monochromatic Colors of #AA2BDD
Black with #AA2BDD
Text Example
Text Example
White with #AA2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BDD; }
p { color: rgb(170,43,221); }
H1.HeaderClassName
{
color: #AA2BDD;
}
.AnyTagClassName
{
color: #AA2BDD;
}
</style>
background-color css
<style>
a { background-color: #AA2BDD; }
a { background-color: rgb(170,43,221); }
div.DivClassName
{
background-color: #AA2BDD;
}
.BgClassName
{
background-color: #AA2BDD;
}
</style>
border-color css
<style>
span { border-color: #AA2BDD; }
span { border-color: rgb(170,43,221); }
td.TdClassName
{
border-color: #AA2BDD;
}
.TagClassName
{
border-color: #AA2BDD;
}
</style>