Shades of Dark Orchid #A618BA
Tints of Dark Orchid #A618BA
RGB
CMYK
RGB Variations
Color information
#A618BA (or 0xA618BA) is known color: Dark Orchid. HEX triplet: A6, 18 and BA. RGB value is (166,24,186). Sum of RGB (Red+Green+Blue) = 166+24+186=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A618BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618BA is #59E745. Grayscale: #545454. Windows color (decimal): -5891910 or 12196006. OLE color: 12196006.
HSL color Cylindrical-coordinate representation of color #A618BA: hue angle of 292.59º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A618BA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 24 | 186 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.27 |
| HSL | 292.59º | 0.77% | 0.41% | - |
| HSV(B) | 292.59º | 0.87% | 0.73% | - |
| XYZ | 24.92 | 12.31 | 47.52 | - |
| YUV | 84.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 186 | 0.11 | 0.87 | 0 | 0.27 | 292.59 | 0.77 | 0.41 |
| Hex | A6 | 18 | BA | B | 57 | 0 | 1B | 125 | 4D | 29 |
| Octal | 246 | 30 | 272 | 13 | 127 | 0 | 33 | 445 | 115 | 51 |
| Binary | 10100110 | 11000 | 10111010 | 1011 | 1010111 | 0 | 11011 | 100100101 | 1001101 | 101001 |
Color Harmonies of #A618BA
Complementary color
Monochromatic Colors of #A618BA
Black with #A618BA
Text Example
Text Example
White with #A618BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618BA; }
p { color: rgb(166,24,186); }
H1.HeaderClassName
{
color: #A618BA;
}
.AnyTagClassName
{
color: #A618BA;
}
</style>
background-color css
<style>
a { background-color: #A618BA; }
a { background-color: rgb(166,24,186); }
div.DivClassName
{
background-color: #A618BA;
}
.BgClassName
{
background-color: #A618BA;
}
</style>
border-color css
<style>
span { border-color: #A618BA; }
span { border-color: rgb(166,24,186); }
td.TdClassName
{
border-color: #A618BA;
}
.TagClassName
{
border-color: #A618BA;
}
</style>