Shades of Dark Orchid #A321C1
Tints of Dark Orchid #A321C1
RGB
CMYK
RGB Variations
Color information
#A321C1 (or 0xA321C1) is known color: Dark Orchid. HEX triplet: A3, 21 and C1. RGB value is (163,33,193). Sum of RGB (Red+Green+Blue) = 163+33+193=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #A321C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321C1 is #5CDE3E. Grayscale: #595959. Windows color (decimal): -6086207 or 12657059. OLE color: 12657059.
HSL color Cylindrical-coordinate representation of color #A321C1: hue angle of 288.75º degrees, saturation: 0.71, 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 #A321C1 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 33 | 193 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.24 |
| HSL | 288.75º | 0.71% | 0.44% | - |
| HSV(B) | 288.75º | 0.83% | 0.76% | - |
| XYZ | 25.27 | 12.72 | 51.58 | - |
| YUV | 90.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 193 | 0.16 | 0.83 | 0 | 0.24 | 288.75 | 0.71 | 0.44 |
| Hex | A3 | 21 | C1 | 10 | 53 | 0 | 18 | 121 | 47 | 2C |
| Octal | 243 | 41 | 301 | 20 | 123 | 0 | 30 | 441 | 107 | 54 |
| Binary | 10100011 | 100001 | 11000001 | 10000 | 1010011 | 0 | 11000 | 100100001 | 1000111 | 101100 |
Color Harmonies of #A321C1
Complementary color
Monochromatic Colors of #A321C1
Black with #A321C1
Text Example
Text Example
White with #A321C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321C1; }
p { color: rgb(163,33,193); }
H1.HeaderClassName
{
color: #A321C1;
}
.AnyTagClassName
{
color: #A321C1;
}
</style>
background-color css
<style>
a { background-color: #A321C1; }
a { background-color: rgb(163,33,193); }
div.DivClassName
{
background-color: #A321C1;
}
.BgClassName
{
background-color: #A321C1;
}
</style>
border-color css
<style>
span { border-color: #A321C1; }
span { border-color: rgb(163,33,193); }
td.TdClassName
{
border-color: #A321C1;
}
.TagClassName
{
border-color: #A321C1;
}
</style>