Shades of Dark Orchid #A51DBF
Tints of Dark Orchid #A51DBF
RGB
CMYK
RGB Variations
Color information
#A51DBF (or 0xA51DBF) is known color: Dark Orchid. HEX triplet: A5, 1D and BF. RGB value is (165,29,191). Sum of RGB (Red+Green+Blue) = 165+29+191=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #A51DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DBF is #5AE240. Grayscale: #575757. Windows color (decimal): -5956161 or 12524965. OLE color: 12524965.
HSL color Cylindrical-coordinate representation of color #A51DBF: hue angle of 290.37º 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 #A51DBF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 29 | 191 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290.37º | 0.74% | 0.43% | - |
| HSV(B) | 290.37º | 0.85% | 0.75% | - |
| XYZ | 25.36 | 12.64 | 50.39 | - |
| YUV | 88.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 191 | 0.14 | 0.85 | 0 | 0.25 | 290.37 | 0.74 | 0.43 |
| Hex | A5 | 1D | BF | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 245 | 35 | 277 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100101 | 11101 | 10111111 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A51DBF
Complementary color
Monochromatic Colors of #A51DBF
Black with #A51DBF
Text Example
Text Example
White with #A51DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DBF; }
p { color: rgb(165,29,191); }
H1.HeaderClassName
{
color: #A51DBF;
}
.AnyTagClassName
{
color: #A51DBF;
}
</style>
background-color css
<style>
a { background-color: #A51DBF; }
a { background-color: rgb(165,29,191); }
div.DivClassName
{
background-color: #A51DBF;
}
.BgClassName
{
background-color: #A51DBF;
}
</style>
border-color css
<style>
span { border-color: #A51DBF; }
span { border-color: rgb(165,29,191); }
td.TdClassName
{
border-color: #A51DBF;
}
.TagClassName
{
border-color: #A51DBF;
}
</style>