Shades of Dark Violet #A50FDC
Tints of Dark Violet #A50FDC
RGB
CMYK
RGB Variations
Color information
#A50FDC (or 0xA50FDC) is known color: Dark Violet. HEX triplet: A5, 0F and DC. RGB value is (165,15,220). Sum of RGB (Red+Green+Blue) = 165+15+220=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A50FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FDC is #5AF023. Grayscale: #525252. Windows color (decimal): -5959716 or 14421925. OLE color: 14421925.
HSL color Cylindrical-coordinate representation of color #A50FDC: hue angle of 283.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FDC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 15 | 220 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.14 |
| HSL | 283.9º | 0.87% | 0.46% | - |
| HSV(B) | 283.9º | 0.93% | 0.86% | - |
| XYZ | 28.61 | 13.51 | 68.81 | - |
| YUV | 83.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 220 | 0.25 | 0.93 | 0 | 0.14 | 283.9 | 0.87 | 0.46 |
| Hex | A5 | F | DC | 19 | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 245 | 17 | 334 | 31 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100101 | 1111 | 11011100 | 11001 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A50FDC
Complementary color
Monochromatic Colors of #A50FDC
Black with #A50FDC
Text Example
Text Example
White with #A50FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FDC; }
p { color: rgb(165,15,220); }
H1.HeaderClassName
{
color: #A50FDC;
}
.AnyTagClassName
{
color: #A50FDC;
}
</style>
background-color css
<style>
a { background-color: #A50FDC; }
a { background-color: rgb(165,15,220); }
div.DivClassName
{
background-color: #A50FDC;
}
.BgClassName
{
background-color: #A50FDC;
}
</style>
border-color css
<style>
span { border-color: #A50FDC; }
span { border-color: rgb(165,15,220); }
td.TdClassName
{
border-color: #A50FDC;
}
.TagClassName
{
border-color: #A50FDC;
}
</style>