Shades of Dark Orchid #A83FD1
Tints of Dark Orchid #A83FD1
RGB
CMYK
RGB Variations
Color information
#A83FD1 (or 0xA83FD1) is known color: Dark Orchid. HEX triplet: A8, 3F and D1. RGB value is (168,63,209). Sum of RGB (Red+Green+Blue) = 168+63+209=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #A83FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FD1 is #57C02E. Grayscale: #6E6E6E. Windows color (decimal): -5750831 or 13713320. OLE color: 13713320.
HSL color Cylindrical-coordinate representation of color #A83FD1: hue angle of 283.15º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83FD1 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 63 | 209 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.18 |
| HSL | 283.15º | 0.61% | 0.53% | - |
| HSV(B) | 283.15º | 0.7% | 0.82% | - |
| XYZ | 29.43 | 16.48 | 61.95 | - |
| YUV | 111.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 209 | 0.20 | 0.70 | 0 | 0.18 | 283.15 | 0.61 | 0.53 |
| Hex | A8 | 3F | D1 | 14 | 46 | 0 | 12 | 11B | 3D | 35 |
| Octal | 250 | 77 | 321 | 24 | 106 | 0 | 22 | 433 | 75 | 65 |
| Binary | 10101000 | 111111 | 11010001 | 10100 | 1000110 | 0 | 10010 | 100011011 | 111101 | 110101 |
Color Harmonies of #A83FD1
Complementary color
Monochromatic Colors of #A83FD1
Black with #A83FD1
Text Example
Text Example
White with #A83FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FD1; }
p { color: rgb(168,63,209); }
H1.HeaderClassName
{
color: #A83FD1;
}
.AnyTagClassName
{
color: #A83FD1;
}
</style>
background-color css
<style>
a { background-color: #A83FD1; }
a { background-color: rgb(168,63,209); }
div.DivClassName
{
background-color: #A83FD1;
}
.BgClassName
{
background-color: #A83FD1;
}
</style>
border-color css
<style>
span { border-color: #A83FD1; }
span { border-color: rgb(168,63,209); }
td.TdClassName
{
border-color: #A83FD1;
}
.TagClassName
{
border-color: #A83FD1;
}
</style>