Shades of Dark Orchid #A51FBD
Tints of Dark Orchid #A51FBD
RGB
CMYK
RGB Variations
Color information
#A51FBD (or 0xA51FBD) is known color: Dark Orchid. HEX triplet: A5, 1F and BD. RGB value is (165,31,189). Sum of RGB (Red+Green+Blue) = 165+31+189=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #A51FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FBD is #5AE042. Grayscale: #585858. Windows color (decimal): -5955651 or 12394405. OLE color: 12394405.
HSL color Cylindrical-coordinate representation of color #A51FBD: hue angle of 290.89º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51FBD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 31 | 189 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.26 |
| HSL | 290.89º | 0.72% | 0.43% | - |
| HSV(B) | 290.89º | 0.84% | 0.74% | - |
| XYZ | 25.19 | 12.65 | 49.26 | - |
| YUV | 89.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 189 | 0.13 | 0.84 | 0 | 0.26 | 290.89 | 0.72 | 0.43 |
| Hex | A5 | 1F | BD | D | 54 | 0 | 1A | 123 | 48 | 2B |
| Octal | 245 | 37 | 275 | 15 | 124 | 0 | 32 | 443 | 110 | 53 |
| Binary | 10100101 | 11111 | 10111101 | 1101 | 1010100 | 0 | 11010 | 100100011 | 1001000 | 101011 |
Color Harmonies of #A51FBD
Complementary color
Monochromatic Colors of #A51FBD
Black with #A51FBD
Text Example
Text Example
White with #A51FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FBD; }
p { color: rgb(165,31,189); }
H1.HeaderClassName
{
color: #A51FBD;
}
.AnyTagClassName
{
color: #A51FBD;
}
</style>
background-color css
<style>
a { background-color: #A51FBD; }
a { background-color: rgb(165,31,189); }
div.DivClassName
{
background-color: #A51FBD;
}
.BgClassName
{
background-color: #A51FBD;
}
</style>
border-color css
<style>
span { border-color: #A51FBD; }
span { border-color: rgb(165,31,189); }
td.TdClassName
{
border-color: #A51FBD;
}
.TagClassName
{
border-color: #A51FBD;
}
</style>