Shades of Dark Orchid #A32DC1
Tints of Dark Orchid #A32DC1
RGB
CMYK
RGB Variations
Color information
#A32DC1 (or 0xA32DC1) is known color: Dark Orchid. HEX triplet: A3, 2D and C1. RGB value is (163,45,193). Sum of RGB (Red+Green+Blue) = 163+45+193=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #A32DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DC1 is #5CD23E. Grayscale: #606060. Windows color (decimal): -6083135 or 12660131. OLE color: 12660131.
HSL color Cylindrical-coordinate representation of color #A32DC1: hue angle of 287.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32DC1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 45 | 193 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.24 |
| HSL | 287.84º | 0.62% | 0.47% | - |
| HSV(B) | 287.84º | 0.77% | 0.76% | - |
| XYZ | 25.67 | 13.51 | 51.71 | - |
| YUV | 97.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 193 | 0.16 | 0.77 | 0 | 0.24 | 287.84 | 0.62 | 0.47 |
| Hex | A3 | 2D | C1 | 10 | 4D | 0 | 18 | 120 | 3E | 2F |
| Octal | 243 | 55 | 301 | 20 | 115 | 0 | 30 | 440 | 76 | 57 |
| Binary | 10100011 | 101101 | 11000001 | 10000 | 1001101 | 0 | 11000 | 100100000 | 111110 | 101111 |
Color Harmonies of #A32DC1
Complementary color
Monochromatic Colors of #A32DC1
Black with #A32DC1
Text Example
Text Example
White with #A32DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DC1; }
p { color: rgb(163,45,193); }
H1.HeaderClassName
{
color: #A32DC1;
}
.AnyTagClassName
{
color: #A32DC1;
}
</style>
background-color css
<style>
a { background-color: #A32DC1; }
a { background-color: rgb(163,45,193); }
div.DivClassName
{
background-color: #A32DC1;
}
.BgClassName
{
background-color: #A32DC1;
}
</style>
border-color css
<style>
span { border-color: #A32DC1; }
span { border-color: rgb(163,45,193); }
td.TdClassName
{
border-color: #A32DC1;
}
.TagClassName
{
border-color: #A32DC1;
}
</style>