Shades of Dark Orchid #A51FBA
Tints of Dark Orchid #A51FBA
RGB
CMYK
RGB Variations
Color information
#A51FBA (or 0xA51FBA) is known color: Dark Orchid. HEX triplet: A5, 1F and BA. RGB value is (165,31,186). Sum of RGB (Red+Green+Blue) = 165+31+186=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A51FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FBA is #5AE045. Grayscale: #585858. Windows color (decimal): -5955654 or 12197797. OLE color: 12197797.
HSL color Cylindrical-coordinate representation of color #A51FBA: hue angle of 291.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51FBA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 31 | 186 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.27 |
| HSL | 291.87º | 0.71% | 0.43% | - |
| HSV(B) | 291.87º | 0.83% | 0.73% | - |
| XYZ | 24.87 | 12.52 | 47.56 | - |
| YUV | 88.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 186 | 0.11 | 0.83 | 0 | 0.27 | 291.87 | 0.71 | 0.43 |
| Hex | A5 | 1F | BA | B | 53 | 0 | 1B | 124 | 47 | 2B |
| Octal | 245 | 37 | 272 | 13 | 123 | 0 | 33 | 444 | 107 | 53 |
| Binary | 10100101 | 11111 | 10111010 | 1011 | 1010011 | 0 | 11011 | 100100100 | 1000111 | 101011 |
Color Harmonies of #A51FBA
Complementary color
Monochromatic Colors of #A51FBA
Black with #A51FBA
Text Example
Text Example
White with #A51FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FBA; }
p { color: rgb(165,31,186); }
H1.HeaderClassName
{
color: #A51FBA;
}
.AnyTagClassName
{
color: #A51FBA;
}
</style>
background-color css
<style>
a { background-color: #A51FBA; }
a { background-color: rgb(165,31,186); }
div.DivClassName
{
background-color: #A51FBA;
}
.BgClassName
{
background-color: #A51FBA;
}
</style>
border-color css
<style>
span { border-color: #A51FBA; }
span { border-color: rgb(165,31,186); }
td.TdClassName
{
border-color: #A51FBA;
}
.TagClassName
{
border-color: #A51FBA;
}
</style>