Shades of Dark Orchid #A31FC2
Tints of Dark Orchid #A31FC2
RGB
CMYK
RGB Variations
Color information
#A31FC2 (or 0xA31FC2) is known color: Dark Orchid. HEX triplet: A3, 1F and C2. RGB value is (163,31,194). Sum of RGB (Red+Green+Blue) = 163+31+194=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #A31FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FC2 is #5CE03D. Grayscale: #585858. Windows color (decimal): -6086718 or 12722083. OLE color: 12722083.
HSL color Cylindrical-coordinate representation of color #A31FC2: hue angle of 288.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31FC2 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 31 | 194 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.24 |
| HSL | 288.59º | 0.72% | 0.44% | - |
| HSV(B) | 288.59º | 0.84% | 0.76% | - |
| XYZ | 25.33 | 12.66 | 52.15 | - |
| YUV | 89.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 194 | 0.16 | 0.84 | 0 | 0.24 | 288.59 | 0.72 | 0.44 |
| Hex | A3 | 1F | C2 | 10 | 54 | 0 | 18 | 121 | 48 | 2C |
| Octal | 243 | 37 | 302 | 20 | 124 | 0 | 30 | 441 | 110 | 54 |
| Binary | 10100011 | 11111 | 11000010 | 10000 | 1010100 | 0 | 11000 | 100100001 | 1001000 | 101100 |
Color Harmonies of #A31FC2
Complementary color
Monochromatic Colors of #A31FC2
Black with #A31FC2
Text Example
Text Example
White with #A31FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FC2; }
p { color: rgb(163,31,194); }
H1.HeaderClassName
{
color: #A31FC2;
}
.AnyTagClassName
{
color: #A31FC2;
}
</style>
background-color css
<style>
a { background-color: #A31FC2; }
a { background-color: rgb(163,31,194); }
div.DivClassName
{
background-color: #A31FC2;
}
.BgClassName
{
background-color: #A31FC2;
}
</style>
border-color css
<style>
span { border-color: #A31FC2; }
span { border-color: rgb(163,31,194); }
td.TdClassName
{
border-color: #A31FC2;
}
.TagClassName
{
border-color: #A31FC2;
}
</style>