Shades of Dark Violet #A50FB6
Tints of Dark Violet #A50FB6
RGB
CMYK
RGB Variations
Color information
#A50FB6 (or 0xA50FB6) is known color: Dark Violet. HEX triplet: A5, 0F and B6. RGB value is (165,15,182). Sum of RGB (Red+Green+Blue) = 165+15+182=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FB6 is #5AF049. Grayscale: #4E4E4E. Windows color (decimal): -5959754 or 11931557. OLE color: 11931557.
HSL color Cylindrical-coordinate representation of color #A50FB6: hue angle of 293.89º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FB6 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 15 | 182 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.29 |
| HSL | 293.89º | 0.85% | 0.39% | - |
| HSV(B) | 293.89º | 0.92% | 0.71% | - |
| XYZ | 24.13 | 11.72 | 45.25 | - |
| YUV | 78.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 182 | 0.09 | 0.92 | 0 | 0.29 | 293.89 | 0.85 | 0.39 |
| Hex | A5 | F | B6 | 9 | 5C | 0 | 1D | 126 | 55 | 27 |
| Octal | 245 | 17 | 266 | 11 | 134 | 0 | 35 | 446 | 125 | 47 |
| Binary | 10100101 | 1111 | 10110110 | 1001 | 1011100 | 0 | 11101 | 100100110 | 1010101 | 100111 |
Color Harmonies of #A50FB6
Complementary color
Monochromatic Colors of #A50FB6
Black with #A50FB6
Text Example
Text Example
White with #A50FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FB6; }
p { color: rgb(165,15,182); }
H1.HeaderClassName
{
color: #A50FB6;
}
.AnyTagClassName
{
color: #A50FB6;
}
</style>
background-color css
<style>
a { background-color: #A50FB6; }
a { background-color: rgb(165,15,182); }
div.DivClassName
{
background-color: #A50FB6;
}
.BgClassName
{
background-color: #A50FB6;
}
</style>
border-color css
<style>
span { border-color: #A50FB6; }
span { border-color: rgb(165,15,182); }
td.TdClassName
{
border-color: #A50FB6;
}
.TagClassName
{
border-color: #A50FB6;
}
</style>