Shades of Dark Orchid #A51EDB
Tints of Dark Orchid #A51EDB
RGB
CMYK
RGB Variations
Color information
#A51EDB (or 0xA51EDB) is known color: Dark Orchid. HEX triplet: A5, 1E and DB. RGB value is (165,30,219). Sum of RGB (Red+Green+Blue) = 165+30+219=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #A51EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EDB is #5AE124. Grayscale: #5B5B5B. Windows color (decimal): -5955877 or 14360229. OLE color: 14360229.
HSL color Cylindrical-coordinate representation of color #A51EDB: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51EDB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 30 | 219 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.14 |
| HSL | 282.86º | 0.76% | 0.49% | - |
| HSV(B) | 282.86º | 0.86% | 0.86% | - |
| XYZ | 28.77 | 14.04 | 68.21 | - |
| YUV | 91.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 219 | 0.25 | 0.86 | 0 | 0.14 | 282.86 | 0.76 | 0.49 |
| Hex | A5 | 1E | DB | 19 | 56 | 0 | E | 11B | 4C | 31 |
| Octal | 245 | 36 | 333 | 31 | 126 | 0 | 16 | 433 | 114 | 61 |
| Binary | 10100101 | 11110 | 11011011 | 11001 | 1010110 | 0 | 1110 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A51EDB
Complementary color
Monochromatic Colors of #A51EDB
Black with #A51EDB
Text Example
Text Example
White with #A51EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EDB; }
p { color: rgb(165,30,219); }
H1.HeaderClassName
{
color: #A51EDB;
}
.AnyTagClassName
{
color: #A51EDB;
}
</style>
background-color css
<style>
a { background-color: #A51EDB; }
a { background-color: rgb(165,30,219); }
div.DivClassName
{
background-color: #A51EDB;
}
.BgClassName
{
background-color: #A51EDB;
}
</style>
border-color css
<style>
span { border-color: #A51EDB; }
span { border-color: rgb(165,30,219); }
td.TdClassName
{
border-color: #A51EDB;
}
.TagClassName
{
border-color: #A51EDB;
}
</style>