Shades of Dark Orchid #AA16C1
Tints of Dark Orchid #AA16C1
RGB
CMYK
RGB Variations
Color information
#AA16C1 (or 0xAA16C1) is known color: Dark Orchid. HEX triplet: AA, 16 and C1. RGB value is (170,22,193). Sum of RGB (Red+Green+Blue) = 170+22+193=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA16C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16C1 is #55E93E. Grayscale: #555555. Windows color (decimal): -5630271 or 12654250. OLE color: 12654250.
HSL color Cylindrical-coordinate representation of color #AA16C1: hue angle of 291.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16C1 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 22 | 193 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.24 |
| HSL | 291.93º | 0.8% | 0.42% | - |
| HSV(B) | 291.93º | 0.89% | 0.76% | - |
| XYZ | 26.49 | 12.97 | 51.56 | - |
| YUV | 85.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 193 | 0.12 | 0.89 | 0 | 0.24 | 291.93 | 0.8 | 0.42 |
| Hex | AA | 16 | C1 | C | 59 | 0 | 18 | 124 | 50 | 2A |
| Octal | 252 | 26 | 301 | 14 | 131 | 0 | 30 | 444 | 120 | 52 |
| Binary | 10101010 | 10110 | 11000001 | 1100 | 1011001 | 0 | 11000 | 100100100 | 1010000 | 101010 |
Color Harmonies of #AA16C1
Complementary color
Monochromatic Colors of #AA16C1
Black with #AA16C1
Text Example
Text Example
White with #AA16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16C1; }
p { color: rgb(170,22,193); }
H1.HeaderClassName
{
color: #AA16C1;
}
.AnyTagClassName
{
color: #AA16C1;
}
</style>
background-color css
<style>
a { background-color: #AA16C1; }
a { background-color: rgb(170,22,193); }
div.DivClassName
{
background-color: #AA16C1;
}
.BgClassName
{
background-color: #AA16C1;
}
</style>
border-color css
<style>
span { border-color: #AA16C1; }
span { border-color: rgb(170,22,193); }
td.TdClassName
{
border-color: #AA16C1;
}
.TagClassName
{
border-color: #AA16C1;
}
</style>