Shades of Dark Orchid #A619C2
Tints of Dark Orchid #A619C2
RGB
CMYK
RGB Variations
Color information
#A619C2 (or 0xA619C2) is known color: Dark Orchid. HEX triplet: A6, 19 and C2. RGB value is (166,25,194). Sum of RGB (Red+Green+Blue) = 166+25+194=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A619C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619C2 is #59E63D. Grayscale: #555555. Windows color (decimal): -5891646 or 12720550. OLE color: 12720550.
HSL color Cylindrical-coordinate representation of color #A619C2: hue angle of 290.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A619C2 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 25 | 194 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.24 |
| HSL | 290.06º | 0.77% | 0.43% | - |
| HSV(B) | 290.06º | 0.87% | 0.76% | - |
| XYZ | 25.81 | 12.7 | 52.13 | - |
| YUV | 86.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 194 | 0.14 | 0.87 | 0 | 0.24 | 290.06 | 0.77 | 0.43 |
| Hex | A6 | 19 | C2 | E | 57 | 0 | 18 | 122 | 4D | 2B |
| Octal | 246 | 31 | 302 | 16 | 127 | 0 | 30 | 442 | 115 | 53 |
| Binary | 10100110 | 11001 | 11000010 | 1110 | 1010111 | 0 | 11000 | 100100010 | 1001101 | 101011 |
Color Harmonies of #A619C2
Complementary color
Monochromatic Colors of #A619C2
Black with #A619C2
Text Example
Text Example
White with #A619C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619C2; }
p { color: rgb(166,25,194); }
H1.HeaderClassName
{
color: #A619C2;
}
.AnyTagClassName
{
color: #A619C2;
}
</style>
background-color css
<style>
a { background-color: #A619C2; }
a { background-color: rgb(166,25,194); }
div.DivClassName
{
background-color: #A619C2;
}
.BgClassName
{
background-color: #A619C2;
}
</style>
border-color css
<style>
span { border-color: #A619C2; }
span { border-color: rgb(166,25,194); }
td.TdClassName
{
border-color: #A619C2;
}
.TagClassName
{
border-color: #A619C2;
}
</style>