Shades of Dark Orchid #A31DC2
Tints of Dark Orchid #A31DC2
RGB
CMYK
RGB Variations
Color information
#A31DC2 (or 0xA31DC2) is known color: Dark Orchid. HEX triplet: A3, 1D and C2. RGB value is (163,29,194). Sum of RGB (Red+Green+Blue) = 163+29+194=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #A31DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31DC2 is #5CE23D. Grayscale: #575757. Windows color (decimal): -6087230 or 12721571. OLE color: 12721571.
HSL color Cylindrical-coordinate representation of color #A31DC2: hue angle of 288.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31DC2 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 29 | 194 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.24 |
| HSL | 288.73º | 0.74% | 0.44% | - |
| HSV(B) | 288.73º | 0.85% | 0.76% | - |
| XYZ | 25.28 | 12.56 | 52.13 | - |
| YUV | 87.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 194 | 0.16 | 0.85 | 0 | 0.24 | 288.73 | 0.74 | 0.44 |
| Hex | A3 | 1D | C2 | 10 | 55 | 0 | 18 | 121 | 4A | 2C |
| Octal | 243 | 35 | 302 | 20 | 125 | 0 | 30 | 441 | 112 | 54 |
| Binary | 10100011 | 11101 | 11000010 | 10000 | 1010101 | 0 | 11000 | 100100001 | 1001010 | 101100 |
Color Harmonies of #A31DC2
Complementary color
Monochromatic Colors of #A31DC2
Black with #A31DC2
Text Example
Text Example
White with #A31DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31DC2; }
p { color: rgb(163,29,194); }
H1.HeaderClassName
{
color: #A31DC2;
}
.AnyTagClassName
{
color: #A31DC2;
}
</style>
background-color css
<style>
a { background-color: #A31DC2; }
a { background-color: rgb(163,29,194); }
div.DivClassName
{
background-color: #A31DC2;
}
.BgClassName
{
background-color: #A31DC2;
}
</style>
border-color css
<style>
span { border-color: #A31DC2; }
span { border-color: rgb(163,29,194); }
td.TdClassName
{
border-color: #A31DC2;
}
.TagClassName
{
border-color: #A31DC2;
}
</style>