Shades of Dark Orchid #AA17BD
Tints of Dark Orchid #AA17BD
RGB
CMYK
RGB Variations
Color information
#AA17BD (or 0xAA17BD) is known color: Dark Orchid. HEX triplet: AA, 17 and BD. RGB value is (170,23,189). Sum of RGB (Red+Green+Blue) = 170+23+189=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BD is #55E842. Grayscale: #555555. Windows color (decimal): -5630019 or 12392362. OLE color: 12392362.
HSL color Cylindrical-coordinate representation of color #AA17BD: hue angle of 293.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17BD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 23 | 189 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.26 |
| HSL | 293.13º | 0.78% | 0.42% | - |
| HSV(B) | 293.13º | 0.88% | 0.74% | - |
| XYZ | 26.07 | 12.83 | 49.25 | - |
| YUV | 85.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 189 | 0.10 | 0.88 | 0 | 0.26 | 293.13 | 0.78 | 0.42 |
| Hex | AA | 17 | BD | A | 58 | 0 | 1A | 125 | 4E | 2A |
| Octal | 252 | 27 | 275 | 12 | 130 | 0 | 32 | 445 | 116 | 52 |
| Binary | 10101010 | 10111 | 10111101 | 1010 | 1011000 | 0 | 11010 | 100100101 | 1001110 | 101010 |
Color Harmonies of #AA17BD
Complementary color
Monochromatic Colors of #AA17BD
Black with #AA17BD
Text Example
Text Example
White with #AA17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17BD; }
p { color: rgb(170,23,189); }
H1.HeaderClassName
{
color: #AA17BD;
}
.AnyTagClassName
{
color: #AA17BD;
}
</style>
background-color css
<style>
a { background-color: #AA17BD; }
a { background-color: rgb(170,23,189); }
div.DivClassName
{
background-color: #AA17BD;
}
.BgClassName
{
background-color: #AA17BD;
}
</style>
border-color css
<style>
span { border-color: #AA17BD; }
span { border-color: rgb(170,23,189); }
td.TdClassName
{
border-color: #AA17BD;
}
.TagClassName
{
border-color: #AA17BD;
}
</style>