Shades of Dark Orchid #A81DBD
Tints of Dark Orchid #A81DBD
RGB
CMYK
RGB Variations
Color information
#A81DBD (or 0xA81DBD) is known color: Dark Orchid. HEX triplet: A8, 1D and BD. RGB value is (168,29,189). Sum of RGB (Red+Green+Blue) = 168+29+189=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #A81DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DBD is #57E242. Grayscale: #585858. Windows color (decimal): -5759555 or 12393896. OLE color: 12393896.
HSL color Cylindrical-coordinate representation of color #A81DBD: hue angle of 292.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81DBD is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 29 | 189 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.26 |
| HSL | 292.13º | 0.73% | 0.43% | - |
| HSV(B) | 292.13º | 0.85% | 0.74% | - |
| XYZ | 25.77 | 12.88 | 49.27 | - |
| YUV | 88.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 189 | 0.11 | 0.85 | 0 | 0.26 | 292.13 | 0.73 | 0.43 |
| Hex | A8 | 1D | BD | B | 55 | 0 | 1A | 124 | 49 | 2B |
| Octal | 250 | 35 | 275 | 13 | 125 | 0 | 32 | 444 | 111 | 53 |
| Binary | 10101000 | 11101 | 10111101 | 1011 | 1010101 | 0 | 11010 | 100100100 | 1001001 | 101011 |
Color Harmonies of #A81DBD
Complementary color
Monochromatic Colors of #A81DBD
Black with #A81DBD
Text Example
Text Example
White with #A81DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DBD; }
p { color: rgb(168,29,189); }
H1.HeaderClassName
{
color: #A81DBD;
}
.AnyTagClassName
{
color: #A81DBD;
}
</style>
background-color css
<style>
a { background-color: #A81DBD; }
a { background-color: rgb(168,29,189); }
div.DivClassName
{
background-color: #A81DBD;
}
.BgClassName
{
background-color: #A81DBD;
}
</style>
border-color css
<style>
span { border-color: #A81DBD; }
span { border-color: rgb(168,29,189); }
td.TdClassName
{
border-color: #A81DBD;
}
.TagClassName
{
border-color: #A81DBD;
}
</style>