Shades of Dark Orchid #A81FD3
Tints of Dark Orchid #A81FD3
RGB
CMYK
RGB Variations
Color information
#A81FD3 (or 0xA81FD3) is known color: Dark Orchid. HEX triplet: A8, 1F and D3. RGB value is (168,31,211). Sum of RGB (Red+Green+Blue) = 168+31+211=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #A81FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FD3 is #57E02C. Grayscale: #5B5B5B. Windows color (decimal): -5759021 or 13836200. OLE color: 13836200.
HSL color Cylindrical-coordinate representation of color #A81FD3: hue angle of 285.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81FD3 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 31 | 211 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.17 |
| HSL | 285.67º | 0.74% | 0.47% | - |
| HSV(B) | 285.67º | 0.85% | 0.83% | - |
| XYZ | 28.4 | 14.01 | 62.84 | - |
| YUV | 92.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 211 | 0.20 | 0.85 | 0 | 0.17 | 285.67 | 0.74 | 0.47 |
| Hex | A8 | 1F | D3 | 14 | 55 | 0 | 11 | 11E | 4A | 2F |
| Octal | 250 | 37 | 323 | 24 | 125 | 0 | 21 | 436 | 112 | 57 |
| Binary | 10101000 | 11111 | 11010011 | 10100 | 1010101 | 0 | 10001 | 100011110 | 1001010 | 101111 |
Color Harmonies of #A81FD3
Complementary color
Monochromatic Colors of #A81FD3
Black with #A81FD3
Text Example
Text Example
White with #A81FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FD3; }
p { color: rgb(168,31,211); }
H1.HeaderClassName
{
color: #A81FD3;
}
.AnyTagClassName
{
color: #A81FD3;
}
</style>
background-color css
<style>
a { background-color: #A81FD3; }
a { background-color: rgb(168,31,211); }
div.DivClassName
{
background-color: #A81FD3;
}
.BgClassName
{
background-color: #A81FD3;
}
</style>
border-color css
<style>
span { border-color: #A81FD3; }
span { border-color: rgb(168,31,211); }
td.TdClassName
{
border-color: #A81FD3;
}
.TagClassName
{
border-color: #A81FD3;
}
</style>