Shades of Dark Violet #A50FDD
Tints of Dark Violet #A50FDD
RGB
CMYK
RGB Variations
Color information
#A50FDD (or 0xA50FDD) is known color: Dark Violet. HEX triplet: A5, 0F and DD. RGB value is (165,15,221). Sum of RGB (Red+Green+Blue) = 165+15+221=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #A50FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FDD is #5AF022. Grayscale: #525252. Windows color (decimal): -5959715 or 14487461. OLE color: 14487461.
HSL color Cylindrical-coordinate representation of color #A50FDD: hue angle of 283.69º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FDD is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 15 | 221 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.13 |
| HSL | 283.69º | 0.87% | 0.46% | - |
| HSV(B) | 283.69º | 0.93% | 0.87% | - |
| XYZ | 28.74 | 13.56 | 69.51 | - |
| YUV | 83.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 221 | 0.25 | 0.93 | 0 | 0.13 | 283.69 | 0.87 | 0.46 |
| Hex | A5 | F | DD | 19 | 5D | 0 | D | 11C | 57 | 2E |
| Octal | 245 | 17 | 335 | 31 | 135 | 0 | 15 | 434 | 127 | 56 |
| Binary | 10100101 | 1111 | 11011101 | 11001 | 1011101 | 0 | 1101 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A50FDD
Complementary color
Monochromatic Colors of #A50FDD
Black with #A50FDD
Text Example
Text Example
White with #A50FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FDD; }
p { color: rgb(165,15,221); }
H1.HeaderClassName
{
color: #A50FDD;
}
.AnyTagClassName
{
color: #A50FDD;
}
</style>
background-color css
<style>
a { background-color: #A50FDD; }
a { background-color: rgb(165,15,221); }
div.DivClassName
{
background-color: #A50FDD;
}
.BgClassName
{
background-color: #A50FDD;
}
</style>
border-color css
<style>
span { border-color: #A50FDD; }
span { border-color: rgb(165,15,221); }
td.TdClassName
{
border-color: #A50FDD;
}
.TagClassName
{
border-color: #A50FDD;
}
</style>