Shades of Dark Violet #A511BA
Tints of Dark Violet #A511BA
RGB
CMYK
RGB Variations
Color information
#A511BA (or 0xA511BA) is known color: Dark Violet. HEX triplet: A5, 11 and BA. RGB value is (165,17,186). Sum of RGB (Red+Green+Blue) = 165+17+186=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A511BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511BA is #5AEE45. Grayscale: #4F4F4F. Windows color (decimal): -5959238 or 12194213. OLE color: 12194213.
HSL color Cylindrical-coordinate representation of color #A511BA: hue angle of 292.54º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511BA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 17 | 186 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.27 |
| HSL | 292.54º | 0.83% | 0.4% | - |
| HSV(B) | 292.54º | 0.91% | 0.73% | - |
| XYZ | 24.58 | 11.95 | 47.46 | - |
| YUV | 80.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 186 | 0.11 | 0.91 | 0 | 0.27 | 292.54 | 0.83 | 0.4 |
| Hex | A5 | 11 | BA | B | 5B | 0 | 1B | 125 | 53 | 28 |
| Octal | 245 | 21 | 272 | 13 | 133 | 0 | 33 | 445 | 123 | 50 |
| Binary | 10100101 | 10001 | 10111010 | 1011 | 1011011 | 0 | 11011 | 100100101 | 1010011 | 101000 |
Color Harmonies of #A511BA
Complementary color
Monochromatic Colors of #A511BA
Black with #A511BA
Text Example
Text Example
White with #A511BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511BA; }
p { color: rgb(165,17,186); }
H1.HeaderClassName
{
color: #A511BA;
}
.AnyTagClassName
{
color: #A511BA;
}
</style>
background-color css
<style>
a { background-color: #A511BA; }
a { background-color: rgb(165,17,186); }
div.DivClassName
{
background-color: #A511BA;
}
.BgClassName
{
background-color: #A511BA;
}
</style>
border-color css
<style>
span { border-color: #A511BA; }
span { border-color: rgb(165,17,186); }
td.TdClassName
{
border-color: #A511BA;
}
.TagClassName
{
border-color: #A511BA;
}
</style>