Shades of Dark Orchid #A619D8
Tints of Dark Orchid #A619D8
RGB
CMYK
RGB Variations
Color information
#A619D8 (or 0xA619D8) is known color: Dark Orchid. HEX triplet: A6, 19 and D8. RGB value is (166,25,216). Sum of RGB (Red+Green+Blue) = 166+25+216=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #A619D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619D8 is #59E627. Grayscale: #585858. Windows color (decimal): -5891624 or 14162342. OLE color: 14162342.
HSL color Cylindrical-coordinate representation of color #A619D8: hue angle of 284.29º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619D8 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 25 | 216 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.15 |
| HSL | 284.29º | 0.79% | 0.47% | - |
| HSV(B) | 284.29º | 0.88% | 0.85% | - |
| XYZ | 28.47 | 13.76 | 66.12 | - |
| YUV | 88.93 | 199.71 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 216 | 0.23 | 0.88 | 0 | 0.15 | 284.29 | 0.79 | 0.47 |
| Hex | A6 | 19 | D8 | 17 | 58 | 0 | F | 11C | 4F | 2F |
| Octal | 246 | 31 | 330 | 27 | 130 | 0 | 17 | 434 | 117 | 57 |
| Binary | 10100110 | 11001 | 11011000 | 10111 | 1011000 | 0 | 1111 | 100011100 | 1001111 | 101111 |
Color Harmonies of #A619D8
Complementary color
Monochromatic Colors of #A619D8
Black with #A619D8
Text Example
Text Example
White with #A619D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619D8; }
p { color: rgb(166,25,216); }
H1.HeaderClassName
{
color: #A619D8;
}
.AnyTagClassName
{
color: #A619D8;
}
</style>
background-color css
<style>
a { background-color: #A619D8; }
a { background-color: rgb(166,25,216); }
div.DivClassName
{
background-color: #A619D8;
}
.BgClassName
{
background-color: #A619D8;
}
</style>
border-color css
<style>
span { border-color: #A619D8; }
span { border-color: rgb(166,25,216); }
td.TdClassName
{
border-color: #A619D8;
}
.TagClassName
{
border-color: #A619D8;
}
</style>