Shades of Dark Orchid #A51ABB
Tints of Dark Orchid #A51ABB
RGB
CMYK
RGB Variations
Color information
#A51ABB (or 0xA51ABB) is known color: Dark Orchid. HEX triplet: A5, 1A and BB. RGB value is (165,26,187). Sum of RGB (Red+Green+Blue) = 165+26+187=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #A51ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ABB is #5AE544. Grayscale: #555555. Windows color (decimal): -5956933 or 12262053. OLE color: 12262053.
HSL color Cylindrical-coordinate representation of color #A51ABB: hue angle of 291.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51ABB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 26 | 187 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.27 |
| HSL | 291.8º | 0.76% | 0.42% | - |
| HSV(B) | 291.8º | 0.86% | 0.73% | - |
| XYZ | 24.86 | 12.33 | 48.08 | - |
| YUV | 85.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 187 | 0.12 | 0.86 | 0 | 0.27 | 291.8 | 0.76 | 0.42 |
| Hex | A5 | 1A | BB | C | 56 | 0 | 1B | 124 | 4C | 2A |
| Octal | 245 | 32 | 273 | 14 | 126 | 0 | 33 | 444 | 114 | 52 |
| Binary | 10100101 | 11010 | 10111011 | 1100 | 1010110 | 0 | 11011 | 100100100 | 1001100 | 101010 |
Color Harmonies of #A51ABB
Complementary color
Monochromatic Colors of #A51ABB
Black with #A51ABB
Text Example
Text Example
White with #A51ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51ABB; }
p { color: rgb(165,26,187); }
H1.HeaderClassName
{
color: #A51ABB;
}
.AnyTagClassName
{
color: #A51ABB;
}
</style>
background-color css
<style>
a { background-color: #A51ABB; }
a { background-color: rgb(165,26,187); }
div.DivClassName
{
background-color: #A51ABB;
}
.BgClassName
{
background-color: #A51ABB;
}
</style>
border-color css
<style>
span { border-color: #A51ABB; }
span { border-color: rgb(165,26,187); }
td.TdClassName
{
border-color: #A51ABB;
}
.TagClassName
{
border-color: #A51ABB;
}
</style>