Shades of Dark Orchid #A51DC0
Tints of Dark Orchid #A51DC0
RGB
CMYK
RGB Variations
Color information
#A51DC0 (or 0xA51DC0) is known color: Dark Orchid. HEX triplet: A5, 1D and C0. RGB value is (165,29,192). Sum of RGB (Red+Green+Blue) = 165+29+192=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #A51DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DC0 is #5AE23F. Grayscale: #575757. Windows color (decimal): -5956160 or 12590501. OLE color: 12590501.
HSL color Cylindrical-coordinate representation of color #A51DC0: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51DC0 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 29 | 192 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290.06º | 0.74% | 0.43% | - |
| HSV(B) | 290.06º | 0.85% | 0.75% | - |
| XYZ | 25.47 | 12.68 | 50.97 | - |
| YUV | 88.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 192 | 0.14 | 0.85 | 0 | 0.25 | 290.06 | 0.74 | 0.43 |
| Hex | A5 | 1D | C0 | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 245 | 35 | 300 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100101 | 11101 | 11000000 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A51DC0
Complementary color
Monochromatic Colors of #A51DC0
Black with #A51DC0
Text Example
Text Example
White with #A51DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DC0; }
p { color: rgb(165,29,192); }
H1.HeaderClassName
{
color: #A51DC0;
}
.AnyTagClassName
{
color: #A51DC0;
}
</style>
background-color css
<style>
a { background-color: #A51DC0; }
a { background-color: rgb(165,29,192); }
div.DivClassName
{
background-color: #A51DC0;
}
.BgClassName
{
background-color: #A51DC0;
}
</style>
border-color css
<style>
span { border-color: #A51DC0; }
span { border-color: rgb(165,29,192); }
td.TdClassName
{
border-color: #A51DC0;
}
.TagClassName
{
border-color: #A51DC0;
}
</style>