Shades of Dark Orchid #A319C0
Tints of Dark Orchid #A319C0
RGB
CMYK
RGB Variations
Color information
#A319C0 (or 0xA319C0) is known color: Dark Orchid. HEX triplet: A3, 19 and C0. RGB value is (163,25,192). Sum of RGB (Red+Green+Blue) = 163+25+192=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #A319C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319C0 is #5CE63F. Grayscale: #545454. Windows color (decimal): -6088256 or 12589475. OLE color: 12589475.
HSL color Cylindrical-coordinate representation of color #A319C0: hue angle of 289.58º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A319C0 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 25 | 192 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.25 |
| HSL | 289.58º | 0.77% | 0.43% | - |
| HSV(B) | 289.58º | 0.87% | 0.75% | - |
| XYZ | 24.97 | 12.29 | 50.93 | - |
| YUV | 85.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 192 | 0.15 | 0.87 | 0 | 0.25 | 289.58 | 0.77 | 0.43 |
| Hex | A3 | 19 | C0 | F | 57 | 0 | 19 | 122 | 4D | 2B |
| Octal | 243 | 31 | 300 | 17 | 127 | 0 | 31 | 442 | 115 | 53 |
| Binary | 10100011 | 11001 | 11000000 | 1111 | 1010111 | 0 | 11001 | 100100010 | 1001101 | 101011 |
Color Harmonies of #A319C0
Complementary color
Monochromatic Colors of #A319C0
Black with #A319C0
Text Example
Text Example
White with #A319C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319C0; }
p { color: rgb(163,25,192); }
H1.HeaderClassName
{
color: #A319C0;
}
.AnyTagClassName
{
color: #A319C0;
}
</style>
background-color css
<style>
a { background-color: #A319C0; }
a { background-color: rgb(163,25,192); }
div.DivClassName
{
background-color: #A319C0;
}
.BgClassName
{
background-color: #A319C0;
}
</style>
border-color css
<style>
span { border-color: #A319C0; }
span { border-color: rgb(163,25,192); }
td.TdClassName
{
border-color: #A319C0;
}
.TagClassName
{
border-color: #A319C0;
}
</style>