Shades of Dark Violet #A510B9
Tints of Dark Violet #A510B9
RGB
CMYK
RGB Variations
Color information
#A510B9 (or 0xA510B9) is known color: Dark Violet. HEX triplet: A5, 10 and B9. RGB value is (165,16,185). Sum of RGB (Red+Green+Blue) = 165+16+185=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #A510B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510B9 is #5AEF46. Grayscale: #4F4F4F. Windows color (decimal): -5959495 or 12128421. OLE color: 12128421.
HSL color Cylindrical-coordinate representation of color #A510B9: hue angle of 292.9º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510B9 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 16 | 185 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.27 |
| HSL | 292.9º | 0.84% | 0.39% | - |
| HSV(B) | 292.9º | 0.91% | 0.73% | - |
| XYZ | 24.46 | 11.87 | 46.9 | - |
| YUV | 79.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 185 | 0.11 | 0.91 | 0 | 0.27 | 292.9 | 0.84 | 0.39 |
| Hex | A5 | 10 | B9 | B | 5B | 0 | 1B | 125 | 54 | 27 |
| Octal | 245 | 20 | 271 | 13 | 133 | 0 | 33 | 445 | 124 | 47 |
| Binary | 10100101 | 10000 | 10111001 | 1011 | 1011011 | 0 | 11011 | 100100101 | 1010100 | 100111 |
Color Harmonies of #A510B9
Complementary color
Monochromatic Colors of #A510B9
Black with #A510B9
Text Example
Text Example
White with #A510B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510B9; }
p { color: rgb(165,16,185); }
H1.HeaderClassName
{
color: #A510B9;
}
.AnyTagClassName
{
color: #A510B9;
}
</style>
background-color css
<style>
a { background-color: #A510B9; }
a { background-color: rgb(165,16,185); }
div.DivClassName
{
background-color: #A510B9;
}
.BgClassName
{
background-color: #A510B9;
}
</style>
border-color css
<style>
span { border-color: #A510B9; }
span { border-color: rgb(165,16,185); }
td.TdClassName
{
border-color: #A510B9;
}
.TagClassName
{
border-color: #A510B9;
}
</style>