Shades of Dark Orchid #A51FC0
Tints of Dark Orchid #A51FC0
RGB
CMYK
RGB Variations
Color information
#A51FC0 (or 0xA51FC0) is known color: Dark Orchid. HEX triplet: A5, 1F and C0. RGB value is (165,31,192). Sum of RGB (Red+Green+Blue) = 165+31+192=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #A51FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FC0 is #5AE03F. Grayscale: #585858. Windows color (decimal): -5955648 or 12591013. OLE color: 12591013.
HSL color Cylindrical-coordinate representation of color #A51FC0: hue angle of 289.94º degrees, saturation: 0.72, 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 #A51FC0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 31 | 192 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.25 |
| HSL | 289.94º | 0.72% | 0.44% | - |
| HSV(B) | 289.94º | 0.84% | 0.75% | - |
| XYZ | 25.52 | 12.79 | 50.99 | - |
| YUV | 89.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 192 | 0.14 | 0.84 | 0 | 0.25 | 289.94 | 0.72 | 0.44 |
| Hex | A5 | 1F | C0 | E | 54 | 0 | 19 | 122 | 48 | 2C |
| Octal | 245 | 37 | 300 | 16 | 124 | 0 | 31 | 442 | 110 | 54 |
| Binary | 10100101 | 11111 | 11000000 | 1110 | 1010100 | 0 | 11001 | 100100010 | 1001000 | 101100 |
Color Harmonies of #A51FC0
Complementary color
Monochromatic Colors of #A51FC0
Black with #A51FC0
Text Example
Text Example
White with #A51FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FC0; }
p { color: rgb(165,31,192); }
H1.HeaderClassName
{
color: #A51FC0;
}
.AnyTagClassName
{
color: #A51FC0;
}
</style>
background-color css
<style>
a { background-color: #A51FC0; }
a { background-color: rgb(165,31,192); }
div.DivClassName
{
background-color: #A51FC0;
}
.BgClassName
{
background-color: #A51FC0;
}
</style>
border-color css
<style>
span { border-color: #A51FC0; }
span { border-color: rgb(165,31,192); }
td.TdClassName
{
border-color: #A51FC0;
}
.TagClassName
{
border-color: #A51FC0;
}
</style>