Shades of Dark Orchid #AA17B4
Tints of Dark Orchid #AA17B4
RGB
CMYK
RGB Variations
Color information
#AA17B4 (or 0xAA17B4) is known color: Dark Orchid. HEX triplet: AA, 17 and B4. RGB value is (170,23,180). Sum of RGB (Red+Green+Blue) = 170+23+180=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA17B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17B4 is #55E84B. Grayscale: #545454. Windows color (decimal): -5630028 or 11802538. OLE color: 11802538.
HSL color Cylindrical-coordinate representation of color #AA17B4: hue angle of 296.18º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA17B4 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 23 | 180 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.29 |
| HSL | 296.18º | 0.77% | 0.4% | - |
| HSV(B) | 296.18º | 0.87% | 0.71% | - |
| XYZ | 25.12 | 12.45 | 44.26 | - |
| YUV | 84.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 180 | 0.06 | 0.87 | 0 | 0.29 | 296.18 | 0.77 | 0.4 |
| Hex | AA | 17 | B4 | 6 | 57 | 0 | 1D | 128 | 4D | 28 |
| Octal | 252 | 27 | 264 | 6 | 127 | 0 | 35 | 450 | 115 | 50 |
| Binary | 10101010 | 10111 | 10110100 | 110 | 1010111 | 0 | 11101 | 100101000 | 1001101 | 101000 |
Color Harmonies of #AA17B4
Complementary color
Monochromatic Colors of #AA17B4
Black with #AA17B4
Text Example
Text Example
White with #AA17B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17B4; }
p { color: rgb(170,23,180); }
H1.HeaderClassName
{
color: #AA17B4;
}
.AnyTagClassName
{
color: #AA17B4;
}
</style>
background-color css
<style>
a { background-color: #AA17B4; }
a { background-color: rgb(170,23,180); }
div.DivClassName
{
background-color: #AA17B4;
}
.BgClassName
{
background-color: #AA17B4;
}
</style>
border-color css
<style>
span { border-color: #AA17B4; }
span { border-color: rgb(170,23,180); }
td.TdClassName
{
border-color: #AA17B4;
}
.TagClassName
{
border-color: #AA17B4;
}
</style>