Shades of Dark Orchid #A320C1
Tints of Dark Orchid #A320C1
RGB
CMYK
RGB Variations
Color information
#A320C1 (or 0xA320C1) is known color: Dark Orchid. HEX triplet: A3, 20 and C1. RGB value is (163,32,193). Sum of RGB (Red+Green+Blue) = 163+32+193=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #A320C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320C1 is #5CDF3E. Grayscale: #595959. Windows color (decimal): -6086463 or 12656803. OLE color: 12656803.
HSL color Cylindrical-coordinate representation of color #A320C1: hue angle of 288.82º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A320C1 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 32 | 193 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.24 |
| HSL | 288.82º | 0.72% | 0.44% | - |
| HSV(B) | 288.82º | 0.83% | 0.76% | - |
| XYZ | 25.25 | 12.67 | 51.57 | - |
| YUV | 89.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 193 | 0.16 | 0.83 | 0 | 0.24 | 288.82 | 0.72 | 0.44 |
| Hex | A3 | 20 | C1 | 10 | 53 | 0 | 18 | 121 | 48 | 2C |
| Octal | 243 | 40 | 301 | 20 | 123 | 0 | 30 | 441 | 110 | 54 |
| Binary | 10100011 | 100000 | 11000001 | 10000 | 1010011 | 0 | 11000 | 100100001 | 1001000 | 101100 |
Color Harmonies of #A320C1
Complementary color
Monochromatic Colors of #A320C1
Black with #A320C1
Text Example
Text Example
White with #A320C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320C1; }
p { color: rgb(163,32,193); }
H1.HeaderClassName
{
color: #A320C1;
}
.AnyTagClassName
{
color: #A320C1;
}
</style>
background-color css
<style>
a { background-color: #A320C1; }
a { background-color: rgb(163,32,193); }
div.DivClassName
{
background-color: #A320C1;
}
.BgClassName
{
background-color: #A320C1;
}
</style>
border-color css
<style>
span { border-color: #A320C1; }
span { border-color: rgb(163,32,193); }
td.TdClassName
{
border-color: #A320C1;
}
.TagClassName
{
border-color: #A320C1;
}
</style>