Shades of Dark Orchid #A81DBA
Tints of Dark Orchid #A81DBA
RGB
CMYK
RGB Variations
Color information
#A81DBA (or 0xA81DBA) is known color: Dark Orchid. HEX triplet: A8, 1D and BA. RGB value is (168,29,186). Sum of RGB (Red+Green+Blue) = 168+29+186=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A81DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DBA is #57E245. Grayscale: #575757. Windows color (decimal): -5759558 or 12197288. OLE color: 12197288.
HSL color Cylindrical-coordinate representation of color #A81DBA: hue angle of 293.12º 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 #A81DBA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 29 | 186 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.27 |
| HSL | 293.12º | 0.73% | 0.42% | - |
| HSV(B) | 293.12º | 0.84% | 0.73% | - |
| XYZ | 25.45 | 12.75 | 47.57 | - |
| YUV | 88.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 186 | 0.10 | 0.84 | 0 | 0.27 | 293.12 | 0.73 | 0.42 |
| Hex | A8 | 1D | BA | A | 54 | 0 | 1B | 125 | 49 | 2A |
| Octal | 250 | 35 | 272 | 12 | 124 | 0 | 33 | 445 | 111 | 52 |
| Binary | 10101000 | 11101 | 10111010 | 1010 | 1010100 | 0 | 11011 | 100100101 | 1001001 | 101010 |
Color Harmonies of #A81DBA
Complementary color
Monochromatic Colors of #A81DBA
Black with #A81DBA
Text Example
Text Example
White with #A81DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DBA; }
p { color: rgb(168,29,186); }
H1.HeaderClassName
{
color: #A81DBA;
}
.AnyTagClassName
{
color: #A81DBA;
}
</style>
background-color css
<style>
a { background-color: #A81DBA; }
a { background-color: rgb(168,29,186); }
div.DivClassName
{
background-color: #A81DBA;
}
.BgClassName
{
background-color: #A81DBA;
}
</style>
border-color css
<style>
span { border-color: #A81DBA; }
span { border-color: rgb(168,29,186); }
td.TdClassName
{
border-color: #A81DBA;
}
.TagClassName
{
border-color: #A81DBA;
}
</style>