Shades of Dark Violet #A50BCB
Tints of Dark Violet #A50BCB
RGB
CMYK
RGB Variations
Color information
#A50BCB (or 0xA50BCB) is known color: Dark Violet. HEX triplet: A5, 0B and CB. RGB value is (165,11,203). Sum of RGB (Red+Green+Blue) = 165+11+203=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #A50BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BCB is #5AF434. Grayscale: #4E4E4E. Windows color (decimal): -5960757 or 13306789. OLE color: 13306789.
HSL color Cylindrical-coordinate representation of color #A50BCB: hue angle of 288.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BCB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 11 | 203 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.20 |
| HSL | 288.13º | 0.9% | 0.42% | - |
| HSV(B) | 288.13º | 0.95% | 0.8% | - |
| XYZ | 26.42 | 12.55 | 57.53 | - |
| YUV | 78.93 | 198.02 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 203 | 0.19 | 0.95 | 0 | 0.20 | 288.13 | 0.9 | 0.42 |
| Hex | A5 | B | CB | 13 | 5F | 0 | 14 | 120 | 5A | 2A |
| Octal | 245 | 13 | 313 | 23 | 137 | 0 | 24 | 440 | 132 | 52 |
| Binary | 10100101 | 1011 | 11001011 | 10011 | 1011111 | 0 | 10100 | 100100000 | 1011010 | 101010 |
Color Harmonies of #A50BCB
Complementary color
Monochromatic Colors of #A50BCB
Black with #A50BCB
Text Example
Text Example
White with #A50BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BCB; }
p { color: rgb(165,11,203); }
H1.HeaderClassName
{
color: #A50BCB;
}
.AnyTagClassName
{
color: #A50BCB;
}
</style>
background-color css
<style>
a { background-color: #A50BCB; }
a { background-color: rgb(165,11,203); }
div.DivClassName
{
background-color: #A50BCB;
}
.BgClassName
{
background-color: #A50BCB;
}
</style>
border-color css
<style>
span { border-color: #A50BCB; }
span { border-color: rgb(165,11,203); }
td.TdClassName
{
border-color: #A50BCB;
}
.TagClassName
{
border-color: #A50BCB;
}
</style>