Shades of Dark Orchid #AA2ADD
Tints of Dark Orchid #AA2ADD
RGB
CMYK
RGB Variations
Color information
#AA2ADD (or 0xAA2ADD) is known color: Dark Orchid. HEX triplet: AA, 2A and DD. RGB value is (170,42,221). Sum of RGB (Red+Green+Blue) = 170+42+221=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ADD is #55D522. Grayscale: #646464. Windows color (decimal): -5625123 or 14494378. OLE color: 14494378.
HSL color Cylindrical-coordinate representation of color #AA2ADD: hue angle of 282.91º 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 #AA2ADD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 42 | 221 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 282.91º | 0.72% | 0.52% | - |
| HSV(B) | 282.91º | 0.81% | 0.87% | - |
| XYZ | 30.46 | 15.42 | 69.78 | - |
| YUV | 100.68 | 195.91 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 221 | 0.23 | 0.81 | 0 | 0.13 | 282.91 | 0.72 | 0.52 |
| Hex | AA | 2A | DD | 17 | 51 | 0 | D | 11B | 48 | 34 |
| Octal | 252 | 52 | 335 | 27 | 121 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101010 | 101010 | 11011101 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AA2ADD
Complementary color
Monochromatic Colors of #AA2ADD
Black with #AA2ADD
Text Example
Text Example
White with #AA2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ADD; }
p { color: rgb(170,42,221); }
H1.HeaderClassName
{
color: #AA2ADD;
}
.AnyTagClassName
{
color: #AA2ADD;
}
</style>
background-color css
<style>
a { background-color: #AA2ADD; }
a { background-color: rgb(170,42,221); }
div.DivClassName
{
background-color: #AA2ADD;
}
.BgClassName
{
background-color: #AA2ADD;
}
</style>
border-color css
<style>
span { border-color: #AA2ADD; }
span { border-color: rgb(170,42,221); }
td.TdClassName
{
border-color: #AA2ADD;
}
.TagClassName
{
border-color: #AA2ADD;
}
</style>