Shades of Dark Orchid #A51EC0
Tints of Dark Orchid #A51EC0
RGB
CMYK
RGB Variations
Color information
#A51EC0 (or 0xA51EC0) is known color: Dark Orchid. HEX triplet: A5, 1E and C0. RGB value is (165,30,192). Sum of RGB (Red+Green+Blue) = 165+30+192=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A51EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EC0 is #5AE13F. Grayscale: #585858. Windows color (decimal): -5955904 or 12590757. OLE color: 12590757.
HSL color Cylindrical-coordinate representation of color #A51EC0: hue angle of 290º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51EC0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 30 | 192 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.25 |
| HSL | 290º | 0.73% | 0.44% | - |
| HSV(B) | 290º | 0.84% | 0.75% | - |
| XYZ | 25.5 | 12.73 | 50.98 | - |
| YUV | 88.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 192 | 0.14 | 0.84 | 0 | 0.25 | 290 | 0.73 | 0.44 |
| Hex | A5 | 1E | C0 | E | 54 | 0 | 19 | 122 | 49 | 2C |
| Octal | 245 | 36 | 300 | 16 | 124 | 0 | 31 | 442 | 111 | 54 |
| Binary | 10100101 | 11110 | 11000000 | 1110 | 1010100 | 0 | 11001 | 100100010 | 1001001 | 101100 |
Color Harmonies of #A51EC0
Complementary color
Monochromatic Colors of #A51EC0
Black with #A51EC0
Text Example
Text Example
White with #A51EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EC0; }
p { color: rgb(165,30,192); }
H1.HeaderClassName
{
color: #A51EC0;
}
.AnyTagClassName
{
color: #A51EC0;
}
</style>
background-color css
<style>
a { background-color: #A51EC0; }
a { background-color: rgb(165,30,192); }
div.DivClassName
{
background-color: #A51EC0;
}
.BgClassName
{
background-color: #A51EC0;
}
</style>
border-color css
<style>
span { border-color: #A51EC0; }
span { border-color: rgb(165,30,192); }
td.TdClassName
{
border-color: #A51EC0;
}
.TagClassName
{
border-color: #A51EC0;
}
</style>