Shades of Dark Orchid #A619C4
Tints of Dark Orchid #A619C4
RGB
CMYK
RGB Variations
Color information
#A619C4 (or 0xA619C4) is known color: Dark Orchid. HEX triplet: A6, 19 and C4. RGB value is (166,25,196). Sum of RGB (Red+Green+Blue) = 166+25+196=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #A619C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619C4 is #59E63B. Grayscale: #565656. Windows color (decimal): -5891644 or 12851622. OLE color: 12851622.
HSL color Cylindrical-coordinate representation of color #A619C4: hue angle of 289.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A619C4 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 25 | 196 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.23 |
| HSL | 289.47º | 0.77% | 0.43% | - |
| HSV(B) | 289.47º | 0.87% | 0.77% | - |
| XYZ | 26.04 | 12.79 | 53.32 | - |
| YUV | 86.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 196 | 0.15 | 0.87 | 0 | 0.23 | 289.47 | 0.77 | 0.43 |
| Hex | A6 | 19 | C4 | F | 57 | 0 | 17 | 121 | 4D | 2B |
| Octal | 246 | 31 | 304 | 17 | 127 | 0 | 27 | 441 | 115 | 53 |
| Binary | 10100110 | 11001 | 11000100 | 1111 | 1010111 | 0 | 10111 | 100100001 | 1001101 | 101011 |
Color Harmonies of #A619C4
Complementary color
Monochromatic Colors of #A619C4
Black with #A619C4
Text Example
Text Example
White with #A619C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619C4; }
p { color: rgb(166,25,196); }
H1.HeaderClassName
{
color: #A619C4;
}
.AnyTagClassName
{
color: #A619C4;
}
</style>
background-color css
<style>
a { background-color: #A619C4; }
a { background-color: rgb(166,25,196); }
div.DivClassName
{
background-color: #A619C4;
}
.BgClassName
{
background-color: #A619C4;
}
</style>
border-color css
<style>
span { border-color: #A619C4; }
span { border-color: rgb(166,25,196); }
td.TdClassName
{
border-color: #A619C4;
}
.TagClassName
{
border-color: #A619C4;
}
</style>