Shades of Dark Violet #A50FCF
Tints of Dark Violet #A50FCF
RGB
CMYK
RGB Variations
Color information
#A50FCF (or 0xA50FCF) is known color: Dark Violet. HEX triplet: A5, 0F and CF. RGB value is (165,15,207). Sum of RGB (Red+Green+Blue) = 165+15+207=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FCF is #5AF030. Grayscale: #515151. Windows color (decimal): -5959729 or 13569957. OLE color: 13569957.
HSL color Cylindrical-coordinate representation of color #A50FCF: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FCF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 15 | 207 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.19 |
| HSL | 286.88º | 0.86% | 0.44% | - |
| HSV(B) | 286.88º | 0.93% | 0.81% | - |
| XYZ | 26.95 | 12.85 | 60.09 | - |
| YUV | 81.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 207 | 0.20 | 0.93 | 0 | 0.19 | 286.88 | 0.86 | 0.44 |
| Hex | A5 | F | CF | 14 | 5D | 0 | 13 | 11F | 56 | 2C |
| Octal | 245 | 17 | 317 | 24 | 135 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100101 | 1111 | 11001111 | 10100 | 1011101 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A50FCF
Complementary color
Monochromatic Colors of #A50FCF
Black with #A50FCF
Text Example
Text Example
White with #A50FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FCF; }
p { color: rgb(165,15,207); }
H1.HeaderClassName
{
color: #A50FCF;
}
.AnyTagClassName
{
color: #A50FCF;
}
</style>
background-color css
<style>
a { background-color: #A50FCF; }
a { background-color: rgb(165,15,207); }
div.DivClassName
{
background-color: #A50FCF;
}
.BgClassName
{
background-color: #A50FCF;
}
</style>
border-color css
<style>
span { border-color: #A50FCF; }
span { border-color: rgb(165,15,207); }
td.TdClassName
{
border-color: #A50FCF;
}
.TagClassName
{
border-color: #A50FCF;
}
</style>