Shades of Dark Orchid #A81DBF
Tints of Dark Orchid #A81DBF
RGB
CMYK
RGB Variations
Color information
#A81DBF (or 0xA81DBF) is known color: Dark Orchid. HEX triplet: A8, 1D and BF. RGB value is (168,29,191). Sum of RGB (Red+Green+Blue) = 168+29+191=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A81DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DBF is #57E240. Grayscale: #585858. Windows color (decimal): -5759553 or 12524968. OLE color: 12524968.
HSL color Cylindrical-coordinate representation of color #A81DBF: hue angle of 291.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81DBF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 29 | 191 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.25 |
| HSL | 291.48º | 0.74% | 0.43% | - |
| HSV(B) | 291.48º | 0.85% | 0.75% | - |
| XYZ | 25.99 | 12.97 | 50.42 | - |
| YUV | 89.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 191 | 0.12 | 0.85 | 0 | 0.25 | 291.48 | 0.74 | 0.43 |
| Hex | A8 | 1D | BF | C | 55 | 0 | 19 | 123 | 4A | 2B |
| Octal | 250 | 35 | 277 | 14 | 125 | 0 | 31 | 443 | 112 | 53 |
| Binary | 10101000 | 11101 | 10111111 | 1100 | 1010101 | 0 | 11001 | 100100011 | 1001010 | 101011 |
Color Harmonies of #A81DBF
Complementary color
Monochromatic Colors of #A81DBF
Black with #A81DBF
Text Example
Text Example
White with #A81DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DBF; }
p { color: rgb(168,29,191); }
H1.HeaderClassName
{
color: #A81DBF;
}
.AnyTagClassName
{
color: #A81DBF;
}
</style>
background-color css
<style>
a { background-color: #A81DBF; }
a { background-color: rgb(168,29,191); }
div.DivClassName
{
background-color: #A81DBF;
}
.BgClassName
{
background-color: #A81DBF;
}
</style>
border-color css
<style>
span { border-color: #A81DBF; }
span { border-color: rgb(168,29,191); }
td.TdClassName
{
border-color: #A81DBF;
}
.TagClassName
{
border-color: #A81DBF;
}
</style>