Shades of Dark Orchid #A81FDC
Tints of Dark Orchid #A81FDC
RGB
CMYK
RGB Variations
Color information
#A81FDC (or 0xA81FDC) is known color: Dark Orchid. HEX triplet: A8, 1F and DC. RGB value is (168,31,220). Sum of RGB (Red+Green+Blue) = 168+31+220=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #A81FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FDC is #57E023. Grayscale: #5C5C5C. Windows color (decimal): -5759012 or 14426024. OLE color: 14426024.
HSL color Cylindrical-coordinate representation of color #A81FDC: hue angle of 283.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81FDC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 31 | 220 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.14 |
| HSL | 283.49º | 0.75% | 0.49% | - |
| HSV(B) | 283.49º | 0.86% | 0.86% | - |
| XYZ | 29.56 | 14.47 | 68.95 | - |
| YUV | 93.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 220 | 0.24 | 0.86 | 0 | 0.14 | 283.49 | 0.75 | 0.49 |
| Hex | A8 | 1F | DC | 18 | 56 | 0 | E | 11B | 4B | 31 |
| Octal | 250 | 37 | 334 | 30 | 126 | 0 | 16 | 433 | 113 | 61 |
| Binary | 10101000 | 11111 | 11011100 | 11000 | 1010110 | 0 | 1110 | 100011011 | 1001011 | 110001 |
Color Harmonies of #A81FDC
Complementary color
Monochromatic Colors of #A81FDC
Black with #A81FDC
Text Example
Text Example
White with #A81FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FDC; }
p { color: rgb(168,31,220); }
H1.HeaderClassName
{
color: #A81FDC;
}
.AnyTagClassName
{
color: #A81FDC;
}
</style>
background-color css
<style>
a { background-color: #A81FDC; }
a { background-color: rgb(168,31,220); }
div.DivClassName
{
background-color: #A81FDC;
}
.BgClassName
{
background-color: #A81FDC;
}
</style>
border-color css
<style>
span { border-color: #A81FDC; }
span { border-color: rgb(168,31,220); }
td.TdClassName
{
border-color: #A81FDC;
}
.TagClassName
{
border-color: #A81FDC;
}
</style>