Shades of Dark Orchid #A51DBB
Tints of Dark Orchid #A51DBB
RGB
CMYK
RGB Variations
Color information
#A51DBB (or 0xA51DBB) is known color: Dark Orchid. HEX triplet: A5, 1D and BB. RGB value is (165,29,187). Sum of RGB (Red+Green+Blue) = 165+29+187=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #A51DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DBB is #5AE244. Grayscale: #575757. Windows color (decimal): -5956165 or 12262821. OLE color: 12262821.
HSL color Cylindrical-coordinate representation of color #A51DBB: hue angle of 291.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51DBB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 29 | 187 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.27 |
| HSL | 291.65º | 0.73% | 0.42% | - |
| HSV(B) | 291.65º | 0.84% | 0.73% | - |
| XYZ | 24.93 | 12.47 | 48.11 | - |
| YUV | 87.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 187 | 0.12 | 0.84 | 0 | 0.27 | 291.65 | 0.73 | 0.42 |
| Hex | A5 | 1D | BB | C | 54 | 0 | 1B | 124 | 49 | 2A |
| Octal | 245 | 35 | 273 | 14 | 124 | 0 | 33 | 444 | 111 | 52 |
| Binary | 10100101 | 11101 | 10111011 | 1100 | 1010100 | 0 | 11011 | 100100100 | 1001001 | 101010 |
Color Harmonies of #A51DBB
Complementary color
Monochromatic Colors of #A51DBB
Black with #A51DBB
Text Example
Text Example
White with #A51DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DBB; }
p { color: rgb(165,29,187); }
H1.HeaderClassName
{
color: #A51DBB;
}
.AnyTagClassName
{
color: #A51DBB;
}
</style>
background-color css
<style>
a { background-color: #A51DBB; }
a { background-color: rgb(165,29,187); }
div.DivClassName
{
background-color: #A51DBB;
}
.BgClassName
{
background-color: #A51DBB;
}
</style>
border-color css
<style>
span { border-color: #A51DBB; }
span { border-color: rgb(165,29,187); }
td.TdClassName
{
border-color: #A51DBB;
}
.TagClassName
{
border-color: #A51DBB;
}
</style>