Shades of Dark Orchid #A31CC2
Tints of Dark Orchid #A31CC2
RGB
CMYK
RGB Variations
Color information
#A31CC2 (or 0xA31CC2) is known color: Dark Orchid. HEX triplet: A3, 1C and C2. RGB value is (163,28,194). Sum of RGB (Red+Green+Blue) = 163+28+194=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A31CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CC2 is #5CE33D. Grayscale: #565656. Windows color (decimal): -6087486 or 12721315. OLE color: 12721315.
HSL color Cylindrical-coordinate representation of color #A31CC2: hue angle of 288.8º 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 #A31CC2 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 28 | 194 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.24 |
| HSL | 288.8º | 0.75% | 0.44% | - |
| HSV(B) | 288.8º | 0.86% | 0.76% | - |
| XYZ | 25.26 | 12.51 | 52.12 | - |
| YUV | 87.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 194 | 0.16 | 0.86 | 0 | 0.24 | 288.8 | 0.75 | 0.44 |
| Hex | A3 | 1C | C2 | 10 | 56 | 0 | 18 | 121 | 4B | 2C |
| Octal | 243 | 34 | 302 | 20 | 126 | 0 | 30 | 441 | 113 | 54 |
| Binary | 10100011 | 11100 | 11000010 | 10000 | 1010110 | 0 | 11000 | 100100001 | 1001011 | 101100 |
Color Harmonies of #A31CC2
Complementary color
Monochromatic Colors of #A31CC2
Black with #A31CC2
Text Example
Text Example
White with #A31CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CC2; }
p { color: rgb(163,28,194); }
H1.HeaderClassName
{
color: #A31CC2;
}
.AnyTagClassName
{
color: #A31CC2;
}
</style>
background-color css
<style>
a { background-color: #A31CC2; }
a { background-color: rgb(163,28,194); }
div.DivClassName
{
background-color: #A31CC2;
}
.BgClassName
{
background-color: #A31CC2;
}
</style>
border-color css
<style>
span { border-color: #A31CC2; }
span { border-color: rgb(163,28,194); }
td.TdClassName
{
border-color: #A31CC2;
}
.TagClassName
{
border-color: #A31CC2;
}
</style>