Shades of Dark Violet #A50FCD
Tints of Dark Violet #A50FCD
RGB
CMYK
RGB Variations
Color information
#A50FCD (or 0xA50FCD) is known color: Dark Violet. HEX triplet: A5, 0F and CD. RGB value is (165,15,205). Sum of RGB (Red+Green+Blue) = 165+15+205=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A50FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FCD is #5AF032. Grayscale: #505050. Windows color (decimal): -5959731 or 13438885. OLE color: 13438885.
HSL color Cylindrical-coordinate representation of color #A50FCD: hue angle of 287.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FCD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 15 | 205 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.20 |
| HSL | 287.37º | 0.86% | 0.43% | - |
| HSV(B) | 287.37º | 0.93% | 0.8% | - |
| XYZ | 26.71 | 12.75 | 58.81 | - |
| YUV | 81.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 205 | 0.20 | 0.93 | 0 | 0.20 | 287.37 | 0.86 | 0.43 |
| Hex | A5 | F | CD | 14 | 5D | 0 | 14 | 11F | 56 | 2B |
| Octal | 245 | 17 | 315 | 24 | 135 | 0 | 24 | 437 | 126 | 53 |
| Binary | 10100101 | 1111 | 11001101 | 10100 | 1011101 | 0 | 10100 | 100011111 | 1010110 | 101011 |
Color Harmonies of #A50FCD
Complementary color
Monochromatic Colors of #A50FCD
Black with #A50FCD
Text Example
Text Example
White with #A50FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FCD; }
p { color: rgb(165,15,205); }
H1.HeaderClassName
{
color: #A50FCD;
}
.AnyTagClassName
{
color: #A50FCD;
}
</style>
background-color css
<style>
a { background-color: #A50FCD; }
a { background-color: rgb(165,15,205); }
div.DivClassName
{
background-color: #A50FCD;
}
.BgClassName
{
background-color: #A50FCD;
}
</style>
border-color css
<style>
span { border-color: #A50FCD; }
span { border-color: rgb(165,15,205); }
td.TdClassName
{
border-color: #A50FCD;
}
.TagClassName
{
border-color: #A50FCD;
}
</style>