Shades of Dark Orchid #A619C6
Tints of Dark Orchid #A619C6
RGB
CMYK
RGB Variations
Color information
#A619C6 (or 0xA619C6) is known color: Dark Orchid. HEX triplet: A6, 19 and C6. RGB value is (166,25,198). Sum of RGB (Red+Green+Blue) = 166+25+198=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #A619C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619C6 is #59E639. Grayscale: #565656. Windows color (decimal): -5891642 or 12982694. OLE color: 12982694.
HSL color Cylindrical-coordinate representation of color #A619C6: hue angle of 288.9º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A619C6 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 25 | 198 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.22 |
| HSL | 288.9º | 0.78% | 0.44% | - |
| HSV(B) | 288.9º | 0.87% | 0.78% | - |
| XYZ | 26.27 | 12.88 | 54.53 | - |
| YUV | 86.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 198 | 0.16 | 0.87 | 0 | 0.22 | 288.9 | 0.78 | 0.44 |
| Hex | A6 | 19 | C6 | 10 | 57 | 0 | 16 | 121 | 4E | 2C |
| Octal | 246 | 31 | 306 | 20 | 127 | 0 | 26 | 441 | 116 | 54 |
| Binary | 10100110 | 11001 | 11000110 | 10000 | 1010111 | 0 | 10110 | 100100001 | 1001110 | 101100 |
Color Harmonies of #A619C6
Complementary color
Monochromatic Colors of #A619C6
Black with #A619C6
Text Example
Text Example
White with #A619C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619C6; }
p { color: rgb(166,25,198); }
H1.HeaderClassName
{
color: #A619C6;
}
.AnyTagClassName
{
color: #A619C6;
}
</style>
background-color css
<style>
a { background-color: #A619C6; }
a { background-color: rgb(166,25,198); }
div.DivClassName
{
background-color: #A619C6;
}
.BgClassName
{
background-color: #A619C6;
}
</style>
border-color css
<style>
span { border-color: #A619C6; }
span { border-color: rgb(166,25,198); }
td.TdClassName
{
border-color: #A619C6;
}
.TagClassName
{
border-color: #A619C6;
}
</style>