Shades of Dark Orchid #A81DB9
Tints of Dark Orchid #A81DB9
RGB
CMYK
RGB Variations
Color information
#A81DB9 (or 0xA81DB9) is known color: Dark Orchid. HEX triplet: A8, 1D and B9. RGB value is (168,29,185). Sum of RGB (Red+Green+Blue) = 168+29+185=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #A81DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DB9 is #57E246. Grayscale: #575757. Windows color (decimal): -5759559 or 12131752. OLE color: 12131752.
HSL color Cylindrical-coordinate representation of color #A81DB9: hue angle of 293.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81DB9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 29 | 185 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.27 |
| HSL | 293.46º | 0.73% | 0.42% | - |
| HSV(B) | 293.46º | 0.84% | 0.73% | - |
| XYZ | 25.34 | 12.71 | 47.02 | - |
| YUV | 88.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 185 | 0.09 | 0.84 | 0 | 0.27 | 293.46 | 0.73 | 0.42 |
| Hex | A8 | 1D | B9 | 9 | 54 | 0 | 1B | 125 | 49 | 2A |
| Octal | 250 | 35 | 271 | 11 | 124 | 0 | 33 | 445 | 111 | 52 |
| Binary | 10101000 | 11101 | 10111001 | 1001 | 1010100 | 0 | 11011 | 100100101 | 1001001 | 101010 |
Color Harmonies of #A81DB9
Complementary color
Monochromatic Colors of #A81DB9
Black with #A81DB9
Text Example
Text Example
White with #A81DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DB9; }
p { color: rgb(168,29,185); }
H1.HeaderClassName
{
color: #A81DB9;
}
.AnyTagClassName
{
color: #A81DB9;
}
</style>
background-color css
<style>
a { background-color: #A81DB9; }
a { background-color: rgb(168,29,185); }
div.DivClassName
{
background-color: #A81DB9;
}
.BgClassName
{
background-color: #A81DB9;
}
</style>
border-color css
<style>
span { border-color: #A81DB9; }
span { border-color: rgb(168,29,185); }
td.TdClassName
{
border-color: #A81DB9;
}
.TagClassName
{
border-color: #A81DB9;
}
</style>