Shades of Dark Violet #A511C5
Tints of Dark Violet #A511C5
RGB
CMYK
RGB Variations
Color information
#A511C5 (or 0xA511C5) is known color: Dark Violet. HEX triplet: A5, 11 and C5. RGB value is (165,17,197). Sum of RGB (Red+Green+Blue) = 165+17+197=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #A511C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511C5 is #5AEE3A. Grayscale: #515151. Windows color (decimal): -5959227 or 12915109. OLE color: 12915109.
HSL color Cylindrical-coordinate representation of color #A511C5: hue angle of 289.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511C5 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 17 | 197 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.23 |
| HSL | 289.33º | 0.84% | 0.42% | - |
| HSV(B) | 289.33º | 0.91% | 0.77% | - |
| XYZ | 25.8 | 12.43 | 53.86 | - |
| YUV | 81.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 197 | 0.16 | 0.91 | 0 | 0.23 | 289.33 | 0.84 | 0.42 |
| Hex | A5 | 11 | C5 | 10 | 5B | 0 | 17 | 121 | 54 | 2A |
| Octal | 245 | 21 | 305 | 20 | 133 | 0 | 27 | 441 | 124 | 52 |
| Binary | 10100101 | 10001 | 11000101 | 10000 | 1011011 | 0 | 10111 | 100100001 | 1010100 | 101010 |
Color Harmonies of #A511C5
Complementary color
Monochromatic Colors of #A511C5
Black with #A511C5
Text Example
Text Example
White with #A511C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511C5; }
p { color: rgb(165,17,197); }
H1.HeaderClassName
{
color: #A511C5;
}
.AnyTagClassName
{
color: #A511C5;
}
</style>
background-color css
<style>
a { background-color: #A511C5; }
a { background-color: rgb(165,17,197); }
div.DivClassName
{
background-color: #A511C5;
}
.BgClassName
{
background-color: #A511C5;
}
</style>
border-color css
<style>
span { border-color: #A511C5; }
span { border-color: rgb(165,17,197); }
td.TdClassName
{
border-color: #A511C5;
}
.TagClassName
{
border-color: #A511C5;
}
</style>