Shades of Dark Orchid #AA17C0
Tints of Dark Orchid #AA17C0
RGB
CMYK
RGB Variations
Color information
#AA17C0 (or 0xAA17C0) is known color: Dark Orchid. HEX triplet: AA, 17 and C0. RGB value is (170,23,192). Sum of RGB (Red+Green+Blue) = 170+23+192=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA17C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17C0 is #55E83F. Grayscale: #555555. Windows color (decimal): -5630016 or 12588970. OLE color: 12588970.
HSL color Cylindrical-coordinate representation of color #AA17C0: hue angle of 292.19º degrees, saturation: 0.79, 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 #AA17C0 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 23 | 192 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.25 |
| HSL | 292.19º | 0.79% | 0.42% | - |
| HSV(B) | 292.19º | 0.88% | 0.75% | - |
| XYZ | 26.4 | 12.96 | 50.98 | - |
| YUV | 86.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 192 | 0.11 | 0.88 | 0 | 0.25 | 292.19 | 0.79 | 0.42 |
| Hex | AA | 17 | C0 | B | 58 | 0 | 19 | 124 | 4F | 2A |
| Octal | 252 | 27 | 300 | 13 | 130 | 0 | 31 | 444 | 117 | 52 |
| Binary | 10101010 | 10111 | 11000000 | 1011 | 1011000 | 0 | 11001 | 100100100 | 1001111 | 101010 |
Color Harmonies of #AA17C0
Complementary color
Monochromatic Colors of #AA17C0
Black with #AA17C0
Text Example
Text Example
White with #AA17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17C0; }
p { color: rgb(170,23,192); }
H1.HeaderClassName
{
color: #AA17C0;
}
.AnyTagClassName
{
color: #AA17C0;
}
</style>
background-color css
<style>
a { background-color: #AA17C0; }
a { background-color: rgb(170,23,192); }
div.DivClassName
{
background-color: #AA17C0;
}
.BgClassName
{
background-color: #AA17C0;
}
</style>
border-color css
<style>
span { border-color: #AA17C0; }
span { border-color: rgb(170,23,192); }
td.TdClassName
{
border-color: #AA17C0;
}
.TagClassName
{
border-color: #AA17C0;
}
</style>