Shades of Dark Violet #A50BBC
Tints of Dark Violet #A50BBC
RGB
CMYK
RGB Variations
Color information
#A50BBC (or 0xA50BBC) is known color: Dark Violet. HEX triplet: A5, 0B and BC. RGB value is (165,11,188). Sum of RGB (Red+Green+Blue) = 165+11+188=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #A50BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BBC is #5AF443. Grayscale: #4C4C4C. Windows color (decimal): -5960772 or 12323749. OLE color: 12323749.
HSL color Cylindrical-coordinate representation of color #A50BBC: hue angle of 292.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50BBC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 11 | 188 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.26 |
| HSL | 292.2º | 0.89% | 0.39% | - |
| HSV(B) | 292.2º | 0.94% | 0.74% | - |
| XYZ | 24.71 | 11.87 | 48.57 | - |
| YUV | 77.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 188 | 0.12 | 0.94 | 0 | 0.26 | 292.2 | 0.89 | 0.39 |
| Hex | A5 | B | BC | C | 5E | 0 | 1A | 124 | 59 | 27 |
| Octal | 245 | 13 | 274 | 14 | 136 | 0 | 32 | 444 | 131 | 47 |
| Binary | 10100101 | 1011 | 10111100 | 1100 | 1011110 | 0 | 11010 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A50BBC
Complementary color
Monochromatic Colors of #A50BBC
Black with #A50BBC
Text Example
Text Example
White with #A50BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BBC; }
p { color: rgb(165,11,188); }
H1.HeaderClassName
{
color: #A50BBC;
}
.AnyTagClassName
{
color: #A50BBC;
}
</style>
background-color css
<style>
a { background-color: #A50BBC; }
a { background-color: rgb(165,11,188); }
div.DivClassName
{
background-color: #A50BBC;
}
.BgClassName
{
background-color: #A50BBC;
}
</style>
border-color css
<style>
span { border-color: #A50BBC; }
span { border-color: rgb(165,11,188); }
td.TdClassName
{
border-color: #A50BBC;
}
.TagClassName
{
border-color: #A50BBC;
}
</style>