Shades of Dark Orchid #A81FDD
Tints of Dark Orchid #A81FDD
RGB
CMYK
RGB Variations
Color information
#A81FDD (or 0xA81FDD) is known color: Dark Orchid. HEX triplet: A8, 1F and DD. RGB value is (168,31,221). Sum of RGB (Red+Green+Blue) = 168+31+221=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A81FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FDD is #57E022. Grayscale: #5D5D5D. Windows color (decimal): -5759011 or 14491560. OLE color: 14491560.
HSL color Cylindrical-coordinate representation of color #A81FDD: hue angle of 283.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81FDD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 31 | 221 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 283.26º | 0.75% | 0.49% | - |
| HSV(B) | 283.26º | 0.86% | 0.87% | - |
| XYZ | 29.69 | 14.53 | 69.65 | - |
| YUV | 93.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 221 | 0.24 | 0.86 | 0 | 0.13 | 283.26 | 0.75 | 0.49 |
| Hex | A8 | 1F | DD | 18 | 56 | 0 | D | 11B | 4B | 31 |
| Octal | 250 | 37 | 335 | 30 | 126 | 0 | 15 | 433 | 113 | 61 |
| Binary | 10101000 | 11111 | 11011101 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001011 | 110001 |
Color Harmonies of #A81FDD
Complementary color
Monochromatic Colors of #A81FDD
Black with #A81FDD
Text Example
Text Example
White with #A81FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FDD; }
p { color: rgb(168,31,221); }
H1.HeaderClassName
{
color: #A81FDD;
}
.AnyTagClassName
{
color: #A81FDD;
}
</style>
background-color css
<style>
a { background-color: #A81FDD; }
a { background-color: rgb(168,31,221); }
div.DivClassName
{
background-color: #A81FDD;
}
.BgClassName
{
background-color: #A81FDD;
}
</style>
border-color css
<style>
span { border-color: #A81FDD; }
span { border-color: rgb(168,31,221); }
td.TdClassName
{
border-color: #A81FDD;
}
.TagClassName
{
border-color: #A81FDD;
}
</style>