Shades of Dark Violet #A50CBD
Tints of Dark Violet #A50CBD
RGB
CMYK
RGB Variations
Color information
#A50CBD (or 0xA50CBD) is known color: Dark Violet. HEX triplet: A5, 0C and BD. RGB value is (165,12,189). Sum of RGB (Red+Green+Blue) = 165+12+189=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A50CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CBD is #5AF342. Grayscale: #4D4D4D. Windows color (decimal): -5960515 or 12389541. OLE color: 12389541.
HSL color Cylindrical-coordinate representation of color #A50CBD: hue angle of 291.86º 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 #A50CBD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 12 | 189 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.26 |
| HSL | 291.86º | 0.88% | 0.39% | - |
| HSV(B) | 291.86º | 0.94% | 0.74% | - |
| XYZ | 24.83 | 11.94 | 49.14 | - |
| YUV | 77.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 189 | 0.13 | 0.94 | 0 | 0.26 | 291.86 | 0.88 | 0.39 |
| Hex | A5 | C | BD | D | 5E | 0 | 1A | 124 | 58 | 27 |
| Octal | 245 | 14 | 275 | 15 | 136 | 0 | 32 | 444 | 130 | 47 |
| Binary | 10100101 | 1100 | 10111101 | 1101 | 1011110 | 0 | 11010 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A50CBD
Complementary color
Monochromatic Colors of #A50CBD
Black with #A50CBD
Text Example
Text Example
White with #A50CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CBD; }
p { color: rgb(165,12,189); }
H1.HeaderClassName
{
color: #A50CBD;
}
.AnyTagClassName
{
color: #A50CBD;
}
</style>
background-color css
<style>
a { background-color: #A50CBD; }
a { background-color: rgb(165,12,189); }
div.DivClassName
{
background-color: #A50CBD;
}
.BgClassName
{
background-color: #A50CBD;
}
</style>
border-color css
<style>
span { border-color: #A50CBD; }
span { border-color: rgb(165,12,189); }
td.TdClassName
{
border-color: #A50CBD;
}
.TagClassName
{
border-color: #A50CBD;
}
</style>