Shades of Dark Orchid #A31CC3
Tints of Dark Orchid #A31CC3
RGB
CMYK
RGB Variations
Color information
#A31CC3 (or 0xA31CC3) is known color: Dark Orchid. HEX triplet: A3, 1C and C3. RGB value is (163,28,195). Sum of RGB (Red+Green+Blue) = 163+28+195=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #A31CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CC3 is #5CE33C. Grayscale: #565656. Windows color (decimal): -6087485 or 12786851. OLE color: 12786851.
HSL color Cylindrical-coordinate representation of color #A31CC3: hue angle of 288.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CC3 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 28 | 195 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.24 |
| HSL | 288.5º | 0.75% | 0.44% | - |
| HSV(B) | 288.5º | 0.86% | 0.76% | - |
| XYZ | 25.37 | 12.56 | 52.72 | - |
| YUV | 87.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 195 | 0.16 | 0.86 | 0 | 0.24 | 288.5 | 0.75 | 0.44 |
| Hex | A3 | 1C | C3 | 10 | 56 | 0 | 18 | 121 | 4B | 2C |
| Octal | 243 | 34 | 303 | 20 | 126 | 0 | 30 | 441 | 113 | 54 |
| Binary | 10100011 | 11100 | 11000011 | 10000 | 1010110 | 0 | 11000 | 100100001 | 1001011 | 101100 |
Color Harmonies of #A31CC3
Complementary color
Monochromatic Colors of #A31CC3
Black with #A31CC3
Text Example
Text Example
White with #A31CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CC3; }
p { color: rgb(163,28,195); }
H1.HeaderClassName
{
color: #A31CC3;
}
.AnyTagClassName
{
color: #A31CC3;
}
</style>
background-color css
<style>
a { background-color: #A31CC3; }
a { background-color: rgb(163,28,195); }
div.DivClassName
{
background-color: #A31CC3;
}
.BgClassName
{
background-color: #A31CC3;
}
</style>
border-color css
<style>
span { border-color: #A31CC3; }
span { border-color: rgb(163,28,195); }
td.TdClassName
{
border-color: #A31CC3;
}
.TagClassName
{
border-color: #A31CC3;
}
</style>