Shades of Dark Violet #A50FB2
Tints of Dark Violet #A50FB2
RGB
CMYK
RGB Variations
Color information
#A50FB2 (or 0xA50FB2) is known color: Dark Violet. HEX triplet: A5, 0F and B2. RGB value is (165,15,178). Sum of RGB (Red+Green+Blue) = 165+15+178=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #A50FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FB2 is #5AF04D. Grayscale: #4D4D4D. Windows color (decimal): -5959758 or 11669413. OLE color: 11669413.
HSL color Cylindrical-coordinate representation of color #A50FB2: hue angle of 295.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FB2 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 15 | 178 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.30 |
| HSL | 295.21º | 0.84% | 0.38% | - |
| HSV(B) | 295.21º | 0.92% | 0.7% | - |
| XYZ | 23.72 | 11.56 | 43.1 | - |
| YUV | 78.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 178 | 0.07 | 0.92 | 0 | 0.30 | 295.21 | 0.84 | 0.38 |
| Hex | A5 | F | B2 | 7 | 5C | 0 | 1E | 127 | 54 | 26 |
| Octal | 245 | 17 | 262 | 7 | 134 | 0 | 36 | 447 | 124 | 46 |
| Binary | 10100101 | 1111 | 10110010 | 111 | 1011100 | 0 | 11110 | 100100111 | 1010100 | 100110 |
Color Harmonies of #A50FB2
Complementary color
Monochromatic Colors of #A50FB2
Black with #A50FB2
Text Example
Text Example
White with #A50FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50FB2; }
p { color: rgb(165,15,178); }
H1.HeaderClassName
{
color: #A50FB2;
}
.AnyTagClassName
{
color: #A50FB2;
}
</style>
background-color css
<style>
a { background-color: #A50FB2; }
a { background-color: rgb(165,15,178); }
div.DivClassName
{
background-color: #A50FB2;
}
.BgClassName
{
background-color: #A50FB2;
}
</style>
border-color css
<style>
span { border-color: #A50FB2; }
span { border-color: rgb(165,15,178); }
td.TdClassName
{
border-color: #A50FB2;
}
.TagClassName
{
border-color: #A50FB2;
}
</style>