Shades of Dark Orchid #A419C2
Tints of Dark Orchid #A419C2
RGB
CMYK
RGB Variations
Color information
#A419C2 (or 0xA419C2) is known color: Dark Orchid. HEX triplet: A4, 19 and C2. RGB value is (164,25,194). Sum of RGB (Red+Green+Blue) = 164+25+194=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #A419C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419C2 is #5BE63D. Grayscale: #555555. Windows color (decimal): -6022718 or 12720548. OLE color: 12720548.
HSL color Cylindrical-coordinate representation of color #A419C2: hue angle of 289.35º 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 #A419C2 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 25 | 194 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.24 |
| HSL | 289.35º | 0.77% | 0.43% | - |
| HSV(B) | 289.35º | 0.87% | 0.76% | - |
| XYZ | 25.4 | 12.48 | 52.11 | - |
| YUV | 85.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 194 | 0.15 | 0.87 | 0 | 0.24 | 289.35 | 0.77 | 0.43 |
| Hex | A4 | 19 | C2 | F | 57 | 0 | 18 | 121 | 4D | 2B |
| Octal | 244 | 31 | 302 | 17 | 127 | 0 | 30 | 441 | 115 | 53 |
| Binary | 10100100 | 11001 | 11000010 | 1111 | 1010111 | 0 | 11000 | 100100001 | 1001101 | 101011 |
Color Harmonies of #A419C2
Complementary color
Monochromatic Colors of #A419C2
Black with #A419C2
Text Example
Text Example
White with #A419C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419C2; }
p { color: rgb(164,25,194); }
H1.HeaderClassName
{
color: #A419C2;
}
.AnyTagClassName
{
color: #A419C2;
}
</style>
background-color css
<style>
a { background-color: #A419C2; }
a { background-color: rgb(164,25,194); }
div.DivClassName
{
background-color: #A419C2;
}
.BgClassName
{
background-color: #A419C2;
}
</style>
border-color css
<style>
span { border-color: #A419C2; }
span { border-color: rgb(164,25,194); }
td.TdClassName
{
border-color: #A419C2;
}
.TagClassName
{
border-color: #A419C2;
}
</style>