Shades of Dark Orchid #AA19BA
Tints of Dark Orchid #AA19BA
RGB
CMYK
RGB Variations
Color information
#AA19BA (or 0xAA19BA) is known color: Dark Orchid. HEX triplet: AA, 19 and BA. RGB value is (170,25,186). Sum of RGB (Red+Green+Blue) = 170+25+186=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19BA is #55E645. Grayscale: #565656. Windows color (decimal): -5629510 or 12196266. OLE color: 12196266.
HSL color Cylindrical-coordinate representation of color #AA19BA: hue angle of 294.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA19BA is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 25 | 186 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.27 |
| HSL | 294.04º | 0.76% | 0.41% | - |
| HSV(B) | 294.04º | 0.87% | 0.73% | - |
| XYZ | 25.79 | 12.79 | 47.56 | - |
| YUV | 86.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 186 | 0.09 | 0.87 | 0 | 0.27 | 294.04 | 0.76 | 0.41 |
| Hex | AA | 19 | BA | 9 | 57 | 0 | 1B | 126 | 4C | 29 |
| Octal | 252 | 31 | 272 | 11 | 127 | 0 | 33 | 446 | 114 | 51 |
| Binary | 10101010 | 11001 | 10111010 | 1001 | 1010111 | 0 | 11011 | 100100110 | 1001100 | 101001 |
Color Harmonies of #AA19BA
Complementary color
Monochromatic Colors of #AA19BA
Black with #AA19BA
Text Example
Text Example
White with #AA19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19BA; }
p { color: rgb(170,25,186); }
H1.HeaderClassName
{
color: #AA19BA;
}
.AnyTagClassName
{
color: #AA19BA;
}
</style>
background-color css
<style>
a { background-color: #AA19BA; }
a { background-color: rgb(170,25,186); }
div.DivClassName
{
background-color: #AA19BA;
}
.BgClassName
{
background-color: #AA19BA;
}
</style>
border-color css
<style>
span { border-color: #AA19BA; }
span { border-color: rgb(170,25,186); }
td.TdClassName
{
border-color: #AA19BA;
}
.TagClassName
{
border-color: #AA19BA;
}
</style>