Shades of Dark Orchid #A31CCE
Tints of Dark Orchid #A31CCE
RGB
CMYK
RGB Variations
Color information
#A31CCE (or 0xA31CCE) is known color: Dark Orchid. HEX triplet: A3, 1C and CE. RGB value is (163,28,206). Sum of RGB (Red+Green+Blue) = 163+28+206=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A31CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CCE is #5CE331. Grayscale: #585858. Windows color (decimal): -6087474 or 13507747. OLE color: 13507747.
HSL color Cylindrical-coordinate representation of color #A31CCE: hue angle of 285.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31CCE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 28 | 206 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.19 |
| HSL | 285.51º | 0.76% | 0.46% | - |
| HSV(B) | 285.51º | 0.86% | 0.81% | - |
| XYZ | 26.66 | 13.07 | 59.51 | - |
| YUV | 88.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 206 | 0.21 | 0.86 | 0 | 0.19 | 285.51 | 0.76 | 0.46 |
| Hex | A3 | 1C | CE | 15 | 56 | 0 | 13 | 11E | 4C | 2E |
| Octal | 243 | 34 | 316 | 25 | 126 | 0 | 23 | 436 | 114 | 56 |
| Binary | 10100011 | 11100 | 11001110 | 10101 | 1010110 | 0 | 10011 | 100011110 | 1001100 | 101110 |
Color Harmonies of #A31CCE
Complementary color
Monochromatic Colors of #A31CCE
Black with #A31CCE
Text Example
Text Example
White with #A31CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CCE; }
p { color: rgb(163,28,206); }
H1.HeaderClassName
{
color: #A31CCE;
}
.AnyTagClassName
{
color: #A31CCE;
}
</style>
background-color css
<style>
a { background-color: #A31CCE; }
a { background-color: rgb(163,28,206); }
div.DivClassName
{
background-color: #A31CCE;
}
.BgClassName
{
background-color: #A31CCE;
}
</style>
border-color css
<style>
span { border-color: #A31CCE; }
span { border-color: rgb(163,28,206); }
td.TdClassName
{
border-color: #A31CCE;
}
.TagClassName
{
border-color: #A31CCE;
}
</style>