Shades of Dark Orchid #AA17BC
Tints of Dark Orchid #AA17BC
RGB
CMYK
RGB Variations
Color information
#AA17BC (or 0xAA17BC) is known color: Dark Orchid. HEX triplet: AA, 17 and BC. RGB value is (170,23,188). Sum of RGB (Red+Green+Blue) = 170+23+188=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BC is #55E843. Grayscale: #555555. Windows color (decimal): -5630020 or 12326826. OLE color: 12326826.
HSL color Cylindrical-coordinate representation of color #AA17BC: hue angle of 293.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17BC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 23 | 188 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.26 |
| HSL | 293.45º | 0.78% | 0.41% | - |
| HSV(B) | 293.45º | 0.88% | 0.74% | - |
| XYZ | 25.96 | 12.79 | 48.68 | - |
| YUV | 85.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 188 | 0.10 | 0.88 | 0 | 0.26 | 293.45 | 0.78 | 0.41 |
| Hex | AA | 17 | BC | A | 58 | 0 | 1A | 125 | 4E | 29 |
| Octal | 252 | 27 | 274 | 12 | 130 | 0 | 32 | 445 | 116 | 51 |
| Binary | 10101010 | 10111 | 10111100 | 1010 | 1011000 | 0 | 11010 | 100100101 | 1001110 | 101001 |
Color Harmonies of #AA17BC
Complementary color
Monochromatic Colors of #AA17BC
Black with #AA17BC
Text Example
Text Example
White with #AA17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17BC; }
p { color: rgb(170,23,188); }
H1.HeaderClassName
{
color: #AA17BC;
}
.AnyTagClassName
{
color: #AA17BC;
}
</style>
background-color css
<style>
a { background-color: #AA17BC; }
a { background-color: rgb(170,23,188); }
div.DivClassName
{
background-color: #AA17BC;
}
.BgClassName
{
background-color: #AA17BC;
}
</style>
border-color css
<style>
span { border-color: #AA17BC; }
span { border-color: rgb(170,23,188); }
td.TdClassName
{
border-color: #AA17BC;
}
.TagClassName
{
border-color: #AA17BC;
}
</style>