Shades of Dark Orchid #A51FCD
Tints of Dark Orchid #A51FCD
RGB
CMYK
RGB Variations
Color information
#A51FCD (or 0xA51FCD) is known color: Dark Orchid. HEX triplet: A5, 1F and CD. RGB value is (165,31,205). Sum of RGB (Red+Green+Blue) = 165+31+205=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #A51FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FCD is #5AE032. Grayscale: #5A5A5A. Windows color (decimal): -5955635 or 13442981. OLE color: 13442981.
HSL color Cylindrical-coordinate representation of color #A51FCD: hue angle of 286.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51FCD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 31 | 205 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.20 |
| HSL | 286.21º | 0.74% | 0.46% | - |
| HSV(B) | 286.21º | 0.85% | 0.8% | - |
| XYZ | 27.03 | 13.39 | 58.92 | - |
| YUV | 90.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 205 | 0.20 | 0.85 | 0 | 0.20 | 286.21 | 0.74 | 0.46 |
| Hex | A5 | 1F | CD | 14 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 245 | 37 | 315 | 24 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100101 | 11111 | 11001101 | 10100 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A51FCD
Complementary color
Monochromatic Colors of #A51FCD
Black with #A51FCD
Text Example
Text Example
White with #A51FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FCD; }
p { color: rgb(165,31,205); }
H1.HeaderClassName
{
color: #A51FCD;
}
.AnyTagClassName
{
color: #A51FCD;
}
</style>
background-color css
<style>
a { background-color: #A51FCD; }
a { background-color: rgb(165,31,205); }
div.DivClassName
{
background-color: #A51FCD;
}
.BgClassName
{
background-color: #A51FCD;
}
</style>
border-color css
<style>
span { border-color: #A51FCD; }
span { border-color: rgb(165,31,205); }
td.TdClassName
{
border-color: #A51FCD;
}
.TagClassName
{
border-color: #A51FCD;
}
</style>