Shades of Dark Orchid #AA18BA
Tints of Dark Orchid #AA18BA
RGB
CMYK
RGB Variations
Color information
#AA18BA (or 0xAA18BA) is known color: Dark Orchid. HEX triplet: AA, 18 and BA. RGB value is (170,24,186). Sum of RGB (Red+Green+Blue) = 170+24+186=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18BA is #55E745. Grayscale: #555555. Windows color (decimal): -5629766 or 12196010. OLE color: 12196010.
HSL color Cylindrical-coordinate representation of color #AA18BA: hue angle of 294.07º degrees, saturation: 0.77, 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 #AA18BA is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 24 | 186 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.27 |
| HSL | 294.07º | 0.77% | 0.41% | - |
| HSV(B) | 294.07º | 0.87% | 0.73% | - |
| XYZ | 25.77 | 12.74 | 47.56 | - |
| YUV | 86.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 186 | 0.09 | 0.87 | 0 | 0.27 | 294.07 | 0.77 | 0.41 |
| Hex | AA | 18 | BA | 9 | 57 | 0 | 1B | 126 | 4D | 29 |
| Octal | 252 | 30 | 272 | 11 | 127 | 0 | 33 | 446 | 115 | 51 |
| Binary | 10101010 | 11000 | 10111010 | 1001 | 1010111 | 0 | 11011 | 100100110 | 1001101 | 101001 |
Color Harmonies of #AA18BA
Complementary color
Monochromatic Colors of #AA18BA
Black with #AA18BA
Text Example
Text Example
White with #AA18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18BA; }
p { color: rgb(170,24,186); }
H1.HeaderClassName
{
color: #AA18BA;
}
.AnyTagClassName
{
color: #AA18BA;
}
</style>
background-color css
<style>
a { background-color: #AA18BA; }
a { background-color: rgb(170,24,186); }
div.DivClassName
{
background-color: #AA18BA;
}
.BgClassName
{
background-color: #AA18BA;
}
</style>
border-color css
<style>
span { border-color: #AA18BA; }
span { border-color: rgb(170,24,186); }
td.TdClassName
{
border-color: #AA18BA;
}
.TagClassName
{
border-color: #AA18BA;
}
</style>