Shades of Dark Violet #A50CBC
Tints of Dark Violet #A50CBC
RGB
CMYK
RGB Variations
Color information
#A50CBC (or 0xA50CBC) is known color: Dark Violet. HEX triplet: A5, 0C and BC. RGB value is (165,12,188). Sum of RGB (Red+Green+Blue) = 165+12+188=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #A50CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CBC is #5AF343. Grayscale: #4D4D4D. Windows color (decimal): -5960516 or 12324005. OLE color: 12324005.
HSL color Cylindrical-coordinate representation of color #A50CBC: hue angle of 292.16º degrees, saturation: 0.88, 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 #A50CBC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 12 | 188 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.26 |
| HSL | 292.16º | 0.88% | 0.39% | - |
| HSV(B) | 292.16º | 0.94% | 0.74% | - |
| XYZ | 24.73 | 11.89 | 48.57 | - |
| YUV | 77.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 188 | 0.12 | 0.94 | 0 | 0.26 | 292.16 | 0.88 | 0.39 |
| Hex | A5 | C | BC | C | 5E | 0 | 1A | 124 | 58 | 27 |
| Octal | 245 | 14 | 274 | 14 | 136 | 0 | 32 | 444 | 130 | 47 |
| Binary | 10100101 | 1100 | 10111100 | 1100 | 1011110 | 0 | 11010 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A50CBC
Complementary color
Monochromatic Colors of #A50CBC
Black with #A50CBC
Text Example
Text Example
White with #A50CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CBC; }
p { color: rgb(165,12,188); }
H1.HeaderClassName
{
color: #A50CBC;
}
.AnyTagClassName
{
color: #A50CBC;
}
</style>
background-color css
<style>
a { background-color: #A50CBC; }
a { background-color: rgb(165,12,188); }
div.DivClassName
{
background-color: #A50CBC;
}
.BgClassName
{
background-color: #A50CBC;
}
</style>
border-color css
<style>
span { border-color: #A50CBC; }
span { border-color: rgb(165,12,188); }
td.TdClassName
{
border-color: #A50CBC;
}
.TagClassName
{
border-color: #A50CBC;
}
</style>