Shades of Dark Violet #A50CD4
Tints of Dark Violet #A50CD4
RGB
CMYK
RGB Variations
Color information
#A50CD4 (or 0xA50CD4) is known color: Dark Violet. HEX triplet: A5, 0C and D4. RGB value is (165,12,212). Sum of RGB (Red+Green+Blue) = 165+12+212=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 212 (83.20% from 255 or 54.50% from 389); Max value from RGB is 212 - color contains mainly: blue. Hex color #A50CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CD4 is #5AF32B. Grayscale: #4F4F4F. Windows color (decimal): -5960492 or 13896869. OLE color: 13896869.
HSL color Cylindrical-coordinate representation of color #A50CD4: hue angle of 285.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CD4 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 12 | 212 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.17 |
| HSL | 285.9º | 0.89% | 0.44% | - |
| HSV(B) | 285.9º | 0.94% | 0.83% | - |
| XYZ | 27.53 | 13.02 | 63.35 | - |
| YUV | 80.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 212 | 0.22 | 0.94 | 0 | 0.17 | 285.9 | 0.89 | 0.44 |
| Hex | A5 | C | D4 | 16 | 5E | 0 | 11 | 11E | 59 | 2C |
| Octal | 245 | 14 | 324 | 26 | 136 | 0 | 21 | 436 | 131 | 54 |
| Binary | 10100101 | 1100 | 11010100 | 10110 | 1011110 | 0 | 10001 | 100011110 | 1011001 | 101100 |
Color Harmonies of #A50CD4
Complementary color
Monochromatic Colors of #A50CD4
Black with #A50CD4
Text Example
Text Example
White with #A50CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CD4; }
p { color: rgb(165,12,212); }
H1.HeaderClassName
{
color: #A50CD4;
}
.AnyTagClassName
{
color: #A50CD4;
}
</style>
background-color css
<style>
a { background-color: #A50CD4; }
a { background-color: rgb(165,12,212); }
div.DivClassName
{
background-color: #A50CD4;
}
.BgClassName
{
background-color: #A50CD4;
}
</style>
border-color css
<style>
span { border-color: #A50CD4; }
span { border-color: rgb(165,12,212); }
td.TdClassName
{
border-color: #A50CD4;
}
.TagClassName
{
border-color: #A50CD4;
}
</style>