Shades of Dark Orchid #AA22BA
Tints of Dark Orchid #AA22BA
RGB
CMYK
RGB Variations
Color information
#AA22BA (or 0xAA22BA) is known color: Dark Orchid. HEX triplet: AA, 22 and BA. RGB value is (170,34,186). Sum of RGB (Red+Green+Blue) = 170+34+186=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA22BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA22BA is #55DD45. Grayscale: #5B5B5B. Windows color (decimal): -5627206 or 12198570. OLE color: 12198570.
HSL color Cylindrical-coordinate representation of color #AA22BA: hue angle of 293.68º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA22BA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 34 | 186 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.27 |
| HSL | 293.68º | 0.69% | 0.43% | - |
| HSV(B) | 293.68º | 0.82% | 0.73% | - |
| XYZ | 26.01 | 13.24 | 47.64 | - |
| YUV | 91.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 186 | 0.09 | 0.82 | 0 | 0.27 | 293.68 | 0.69 | 0.43 |
| Hex | AA | 22 | BA | 9 | 52 | 0 | 1B | 126 | 45 | 2B |
| Octal | 252 | 42 | 272 | 11 | 122 | 0 | 33 | 446 | 105 | 53 |
| Binary | 10101010 | 100010 | 10111010 | 1001 | 1010010 | 0 | 11011 | 100100110 | 1000101 | 101011 |
Color Harmonies of #AA22BA
Complementary color
Monochromatic Colors of #AA22BA
Black with #AA22BA
Text Example
Text Example
White with #AA22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA22BA; }
p { color: rgb(170,34,186); }
H1.HeaderClassName
{
color: #AA22BA;
}
.AnyTagClassName
{
color: #AA22BA;
}
</style>
background-color css
<style>
a { background-color: #AA22BA; }
a { background-color: rgb(170,34,186); }
div.DivClassName
{
background-color: #AA22BA;
}
.BgClassName
{
background-color: #AA22BA;
}
</style>
border-color css
<style>
span { border-color: #AA22BA; }
span { border-color: rgb(170,34,186); }
td.TdClassName
{
border-color: #AA22BA;
}
.TagClassName
{
border-color: #AA22BA;
}
</style>