Shades of Dark Orchid #A31FDF
Tints of Dark Orchid #A31FDF
RGB
CMYK
RGB Variations
Color information
#A31FDF (or 0xA31FDF) is known color: Dark Orchid. HEX triplet: A3, 1F and DF. RGB value is (163,31,223). Sum of RGB (Red+Green+Blue) = 163+31+223=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A31FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FDF is #5CE020. Grayscale: #5B5B5B. Windows color (decimal): -6086689 or 14622627. OLE color: 14622627.
HSL color Cylindrical-coordinate representation of color #A31FDF: hue angle of 281.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31FDF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 31 | 223 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.13 |
| HSL | 281.25º | 0.76% | 0.5% | - |
| HSV(B) | 281.25º | 0.86% | 0.87% | - |
| XYZ | 28.91 | 14.09 | 71.01 | - |
| YUV | 92.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 223 | 0.27 | 0.86 | 0 | 0.13 | 281.25 | 0.76 | 0.5 |
| Hex | A3 | 1F | DF | 1B | 56 | 0 | D | 119 | 4C | 32 |
| Octal | 243 | 37 | 337 | 33 | 126 | 0 | 15 | 431 | 114 | 62 |
| Binary | 10100011 | 11111 | 11011111 | 11011 | 1010110 | 0 | 1101 | 100011001 | 1001100 | 110010 |
Color Harmonies of #A31FDF
Complementary color
Monochromatic Colors of #A31FDF
Black with #A31FDF
Text Example
Text Example
White with #A31FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FDF; }
p { color: rgb(163,31,223); }
H1.HeaderClassName
{
color: #A31FDF;
}
.AnyTagClassName
{
color: #A31FDF;
}
</style>
background-color css
<style>
a { background-color: #A31FDF; }
a { background-color: rgb(163,31,223); }
div.DivClassName
{
background-color: #A31FDF;
}
.BgClassName
{
background-color: #A31FDF;
}
</style>
border-color css
<style>
span { border-color: #A31FDF; }
span { border-color: rgb(163,31,223); }
td.TdClassName
{
border-color: #A31FDF;
}
.TagClassName
{
border-color: #A31FDF;
}
</style>