Shades of Dark Orchid #A617BA
Tints of Dark Orchid #A617BA
RGB
CMYK
RGB Variations
Color information
#A617BA (or 0xA617BA) is known color: Dark Orchid. HEX triplet: A6, 17 and BA. RGB value is (166,23,186). Sum of RGB (Red+Green+Blue) = 166+23+186=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A617BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617BA is #59E845. Grayscale: #535353. Windows color (decimal): -5892166 or 12195750. OLE color: 12195750.
HSL color Cylindrical-coordinate representation of color #A617BA: hue angle of 292.64º 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 #A617BA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 23 | 186 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.27 |
| HSL | 292.64º | 0.78% | 0.41% | - |
| HSV(B) | 292.64º | 0.88% | 0.73% | - |
| XYZ | 24.9 | 12.26 | 47.51 | - |
| YUV | 84.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 186 | 0.11 | 0.88 | 0 | 0.27 | 292.64 | 0.78 | 0.41 |
| Hex | A6 | 17 | BA | B | 58 | 0 | 1B | 125 | 4E | 29 |
| Octal | 246 | 27 | 272 | 13 | 130 | 0 | 33 | 445 | 116 | 51 |
| Binary | 10100110 | 10111 | 10111010 | 1011 | 1011000 | 0 | 11011 | 100100101 | 1001110 | 101001 |
Color Harmonies of #A617BA
Complementary color
Monochromatic Colors of #A617BA
Black with #A617BA
Text Example
Text Example
White with #A617BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617BA; }
p { color: rgb(166,23,186); }
H1.HeaderClassName
{
color: #A617BA;
}
.AnyTagClassName
{
color: #A617BA;
}
</style>
background-color css
<style>
a { background-color: #A617BA; }
a { background-color: rgb(166,23,186); }
div.DivClassName
{
background-color: #A617BA;
}
.BgClassName
{
background-color: #A617BA;
}
</style>
border-color css
<style>
span { border-color: #A617BA; }
span { border-color: rgb(166,23,186); }
td.TdClassName
{
border-color: #A617BA;
}
.TagClassName
{
border-color: #A617BA;
}
</style>