Shades of Dark Orchid #AA18C0
Tints of Dark Orchid #AA18C0
RGB
CMYK
RGB Variations
Color information
#AA18C0 (or 0xAA18C0) is known color: Dark Orchid. HEX triplet: AA, 18 and C0. RGB value is (170,24,192). Sum of RGB (Red+Green+Blue) = 170+24+192=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA18C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18C0 is #55E73F. Grayscale: #565656. Windows color (decimal): -5629760 or 12589226. OLE color: 12589226.
HSL color Cylindrical-coordinate representation of color #AA18C0: hue angle of 292.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA18C0 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 24 | 192 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.25 |
| HSL | 292.14º | 0.78% | 0.42% | - |
| HSV(B) | 292.14º | 0.88% | 0.75% | - |
| XYZ | 26.42 | 13.01 | 50.99 | - |
| YUV | 86.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 192 | 0.11 | 0.88 | 0 | 0.25 | 292.14 | 0.78 | 0.42 |
| Hex | AA | 18 | C0 | B | 58 | 0 | 19 | 124 | 4E | 2A |
| Octal | 252 | 30 | 300 | 13 | 130 | 0 | 31 | 444 | 116 | 52 |
| Binary | 10101010 | 11000 | 11000000 | 1011 | 1011000 | 0 | 11001 | 100100100 | 1001110 | 101010 |
Color Harmonies of #AA18C0
Complementary color
Monochromatic Colors of #AA18C0
Black with #AA18C0
Text Example
Text Example
White with #AA18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18C0; }
p { color: rgb(170,24,192); }
H1.HeaderClassName
{
color: #AA18C0;
}
.AnyTagClassName
{
color: #AA18C0;
}
</style>
background-color css
<style>
a { background-color: #AA18C0; }
a { background-color: rgb(170,24,192); }
div.DivClassName
{
background-color: #AA18C0;
}
.BgClassName
{
background-color: #AA18C0;
}
</style>
border-color css
<style>
span { border-color: #AA18C0; }
span { border-color: rgb(170,24,192); }
td.TdClassName
{
border-color: #AA18C0;
}
.TagClassName
{
border-color: #AA18C0;
}
</style>