Shades of Dark Orchid #A31ED5
Tints of Dark Orchid #A31ED5
RGB
CMYK
RGB Variations
Color information
#A31ED5 (or 0xA31ED5) is known color: Dark Orchid. HEX triplet: A3, 1E and D5. RGB value is (163,30,213). Sum of RGB (Red+Green+Blue) = 163+30+213=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #A31ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ED5 is #5CE12A. Grayscale: #5A5A5A. Windows color (decimal): -6086955 or 13967011. OLE color: 13967011.
HSL color Cylindrical-coordinate representation of color #A31ED5: hue angle of 283.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31ED5 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 30 | 213 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.16 |
| HSL | 283.61º | 0.75% | 0.48% | - |
| HSV(B) | 283.61º | 0.86% | 0.84% | - |
| XYZ | 27.58 | 13.52 | 64.11 | - |
| YUV | 90.63 | 197.06 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 213 | 0.23 | 0.86 | 0 | 0.16 | 283.61 | 0.75 | 0.48 |
| Hex | A3 | 1E | D5 | 17 | 56 | 0 | 10 | 11C | 4B | 30 |
| Octal | 243 | 36 | 325 | 27 | 126 | 0 | 20 | 434 | 113 | 60 |
| Binary | 10100011 | 11110 | 11010101 | 10111 | 1010110 | 0 | 10000 | 100011100 | 1001011 | 110000 |
Color Harmonies of #A31ED5
Complementary color
Monochromatic Colors of #A31ED5
Black with #A31ED5
Text Example
Text Example
White with #A31ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ED5; }
p { color: rgb(163,30,213); }
H1.HeaderClassName
{
color: #A31ED5;
}
.AnyTagClassName
{
color: #A31ED5;
}
</style>
background-color css
<style>
a { background-color: #A31ED5; }
a { background-color: rgb(163,30,213); }
div.DivClassName
{
background-color: #A31ED5;
}
.BgClassName
{
background-color: #A31ED5;
}
</style>
border-color css
<style>
span { border-color: #A31ED5; }
span { border-color: rgb(163,30,213); }
td.TdClassName
{
border-color: #A31ED5;
}
.TagClassName
{
border-color: #A31ED5;
}
</style>