Shades of Dark Orchid #AA17BA
Tints of Dark Orchid #AA17BA
RGB
CMYK
RGB Variations
Color information
#AA17BA (or 0xAA17BA) is known color: Dark Orchid. HEX triplet: AA, 17 and BA. RGB value is (170,23,186). Sum of RGB (Red+Green+Blue) = 170+23+186=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BA is #55E845. Grayscale: #555555. Windows color (decimal): -5630022 or 12195754. OLE color: 12195754.
HSL color Cylindrical-coordinate representation of color #AA17BA: hue angle of 294.11º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17BA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 23 | 186 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.27 |
| HSL | 294.11º | 0.78% | 0.41% | - |
| HSV(B) | 294.11º | 0.88% | 0.73% | - |
| XYZ | 25.75 | 12.7 | 47.55 | - |
| YUV | 85.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 186 | 0.09 | 0.88 | 0 | 0.27 | 294.11 | 0.78 | 0.41 |
| Hex | AA | 17 | BA | 9 | 58 | 0 | 1B | 126 | 4E | 29 |
| Octal | 252 | 27 | 272 | 11 | 130 | 0 | 33 | 446 | 116 | 51 |
| Binary | 10101010 | 10111 | 10111010 | 1001 | 1011000 | 0 | 11011 | 100100110 | 1001110 | 101001 |
Color Harmonies of #AA17BA
Complementary color
Monochromatic Colors of #AA17BA
Black with #AA17BA
Text Example
Text Example
White with #AA17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17BA; }
p { color: rgb(170,23,186); }
H1.HeaderClassName
{
color: #AA17BA;
}
.AnyTagClassName
{
color: #AA17BA;
}
</style>
background-color css
<style>
a { background-color: #AA17BA; }
a { background-color: rgb(170,23,186); }
div.DivClassName
{
background-color: #AA17BA;
}
.BgClassName
{
background-color: #AA17BA;
}
</style>
border-color css
<style>
span { border-color: #AA17BA; }
span { border-color: rgb(170,23,186); }
td.TdClassName
{
border-color: #AA17BA;
}
.TagClassName
{
border-color: #AA17BA;
}
</style>