Shades of Dark Orchid #A31FCF
Tints of Dark Orchid #A31FCF
RGB
CMYK
RGB Variations
Color information
#A31FCF (or 0xA31FCF) is known color: Dark Orchid. HEX triplet: A3, 1F and CF. RGB value is (163,31,207). Sum of RGB (Red+Green+Blue) = 163+31+207=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A31FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FCF is #5CE030. Grayscale: #595959. Windows color (decimal): -6086705 or 13574051. OLE color: 13574051.
HSL color Cylindrical-coordinate representation of color #A31FCF: hue angle of 285º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31FCF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 31 | 207 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.19 |
| HSL | 285º | 0.74% | 0.47% | - |
| HSV(B) | 285º | 0.85% | 0.81% | - |
| XYZ | 26.86 | 13.27 | 60.18 | - |
| YUV | 90.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 207 | 0.21 | 0.85 | 0 | 0.19 | 285 | 0.74 | 0.47 |
| Hex | A3 | 1F | CF | 15 | 55 | 0 | 13 | 11D | 4A | 2F |
| Octal | 243 | 37 | 317 | 25 | 125 | 0 | 23 | 435 | 112 | 57 |
| Binary | 10100011 | 11111 | 11001111 | 10101 | 1010101 | 0 | 10011 | 100011101 | 1001010 | 101111 |
Color Harmonies of #A31FCF
Complementary color
Monochromatic Colors of #A31FCF
Black with #A31FCF
Text Example
Text Example
White with #A31FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FCF; }
p { color: rgb(163,31,207); }
H1.HeaderClassName
{
color: #A31FCF;
}
.AnyTagClassName
{
color: #A31FCF;
}
</style>
background-color css
<style>
a { background-color: #A31FCF; }
a { background-color: rgb(163,31,207); }
div.DivClassName
{
background-color: #A31FCF;
}
.BgClassName
{
background-color: #A31FCF;
}
</style>
border-color css
<style>
span { border-color: #A31FCF; }
span { border-color: rgb(163,31,207); }
td.TdClassName
{
border-color: #A31FCF;
}
.TagClassName
{
border-color: #A31FCF;
}
</style>