Shades of Dark Violet #A50DBB
Tints of Dark Violet #A50DBB
RGB
CMYK
RGB Variations
Color information
#A50DBB (or 0xA50DBB) is known color: Dark Violet. HEX triplet: A5, 0D and BB. RGB value is (165,13,187). Sum of RGB (Red+Green+Blue) = 165+13+187=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A50DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50DBB is #5AF244. Grayscale: #4D4D4D. Windows color (decimal): -5960261 or 12258725. OLE color: 12258725.
HSL color Cylindrical-coordinate representation of color #A50DBB: hue angle of 292.41º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50DBB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 13 | 187 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.27 |
| HSL | 292.41º | 0.87% | 0.39% | - |
| HSV(B) | 292.41º | 0.93% | 0.73% | - |
| XYZ | 24.63 | 11.88 | 48.01 | - |
| YUV | 78.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 187 | 0.12 | 0.93 | 0 | 0.27 | 292.41 | 0.87 | 0.39 |
| Hex | A5 | D | BB | C | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 245 | 15 | 273 | 14 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100101 | 1101 | 10111011 | 1100 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A50DBB
Complementary color
Monochromatic Colors of #A50DBB
Black with #A50DBB
Text Example
Text Example
White with #A50DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50DBB; }
p { color: rgb(165,13,187); }
H1.HeaderClassName
{
color: #A50DBB;
}
.AnyTagClassName
{
color: #A50DBB;
}
</style>
background-color css
<style>
a { background-color: #A50DBB; }
a { background-color: rgb(165,13,187); }
div.DivClassName
{
background-color: #A50DBB;
}
.BgClassName
{
background-color: #A50DBB;
}
</style>
border-color css
<style>
span { border-color: #A50DBB; }
span { border-color: rgb(165,13,187); }
td.TdClassName
{
border-color: #A50DBB;
}
.TagClassName
{
border-color: #A50DBB;
}
</style>