Shades of Dark Violet #A50BC3
Tints of Dark Violet #A50BC3
RGB
CMYK
RGB Variations
Color information
#A50BC3 (or 0xA50BC3) is known color: Dark Violet. HEX triplet: A5, 0B and C3. RGB value is (165,11,195). Sum of RGB (Red+Green+Blue) = 165+11+195=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #A50BC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BC3 is #5AF43C. Grayscale: #4D4D4D. Windows color (decimal): -5960765 or 12782501. OLE color: 12782501.
HSL color Cylindrical-coordinate representation of color #A50BC3: hue angle of 290.22º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50BC3 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 11 | 195 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.24 |
| HSL | 290.22º | 0.89% | 0.4% | - |
| HSV(B) | 290.22º | 0.94% | 0.76% | - |
| XYZ | 25.49 | 12.18 | 52.64 | - |
| YUV | 78.02 | 194.02 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 195 | 0.15 | 0.94 | 0 | 0.24 | 290.22 | 0.89 | 0.4 |
| Hex | A5 | B | C3 | F | 5E | 0 | 18 | 122 | 59 | 28 |
| Octal | 245 | 13 | 303 | 17 | 136 | 0 | 30 | 442 | 131 | 50 |
| Binary | 10100101 | 1011 | 11000011 | 1111 | 1011110 | 0 | 11000 | 100100010 | 1011001 | 101000 |
Color Harmonies of #A50BC3
Complementary color
Monochromatic Colors of #A50BC3
Black with #A50BC3
Text Example
Text Example
White with #A50BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BC3; }
p { color: rgb(165,11,195); }
H1.HeaderClassName
{
color: #A50BC3;
}
.AnyTagClassName
{
color: #A50BC3;
}
</style>
background-color css
<style>
a { background-color: #A50BC3; }
a { background-color: rgb(165,11,195); }
div.DivClassName
{
background-color: #A50BC3;
}
.BgClassName
{
background-color: #A50BC3;
}
</style>
border-color css
<style>
span { border-color: #A50BC3; }
span { border-color: rgb(165,11,195); }
td.TdClassName
{
border-color: #A50BC3;
}
.TagClassName
{
border-color: #A50BC3;
}
</style>