Shades of Dark Orchid #AA21BA
Tints of Dark Orchid #AA21BA
RGB
CMYK
RGB Variations
Color information
#AA21BA (or 0xAA21BA) is known color: Dark Orchid. HEX triplet: AA, 21 and BA. RGB value is (170,33,186). Sum of RGB (Red+Green+Blue) = 170+33+186=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21BA is #55DE45. Grayscale: #5A5A5A. Windows color (decimal): -5627462 or 12198314. OLE color: 12198314.
HSL color Cylindrical-coordinate representation of color #AA21BA: hue angle of 293.73º degrees, saturation: 0.7, 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 #AA21BA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 33 | 186 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.27 |
| HSL | 293.73º | 0.7% | 0.43% | - |
| HSV(B) | 293.73º | 0.82% | 0.73% | - |
| XYZ | 25.98 | 13.18 | 47.63 | - |
| YUV | 91.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 186 | 0.09 | 0.82 | 0 | 0.27 | 293.73 | 0.7 | 0.43 |
| Hex | AA | 21 | BA | 9 | 52 | 0 | 1B | 126 | 46 | 2B |
| Octal | 252 | 41 | 272 | 11 | 122 | 0 | 33 | 446 | 106 | 53 |
| Binary | 10101010 | 100001 | 10111010 | 1001 | 1010010 | 0 | 11011 | 100100110 | 1000110 | 101011 |
Color Harmonies of #AA21BA
Complementary color
Monochromatic Colors of #AA21BA
Black with #AA21BA
Text Example
Text Example
White with #AA21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21BA; }
p { color: rgb(170,33,186); }
H1.HeaderClassName
{
color: #AA21BA;
}
.AnyTagClassName
{
color: #AA21BA;
}
</style>
background-color css
<style>
a { background-color: #AA21BA; }
a { background-color: rgb(170,33,186); }
div.DivClassName
{
background-color: #AA21BA;
}
.BgClassName
{
background-color: #AA21BA;
}
</style>
border-color css
<style>
span { border-color: #AA21BA; }
span { border-color: rgb(170,33,186); }
td.TdClassName
{
border-color: #AA21BA;
}
.TagClassName
{
border-color: #AA21BA;
}
</style>