Shades of Dark Violet #A516C5
Tints of Dark Violet #A516C5
RGB
CMYK
RGB Variations
Color information
#A516C5 (or 0xA516C5) is known color: Dark Violet. HEX triplet: A5, 16 and C5. RGB value is (165,22,197). Sum of RGB (Red+Green+Blue) = 165+22+197=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #A516C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516C5 is #5AE93A. Grayscale: #545454. Windows color (decimal): -5957947 or 12916389. OLE color: 12916389.
HSL color Cylindrical-coordinate representation of color #A516C5: hue angle of 289.03º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A516C5 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 22 | 197 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.23 |
| HSL | 289.03º | 0.8% | 0.43% | - |
| HSV(B) | 289.03º | 0.89% | 0.77% | - |
| XYZ | 25.88 | 12.6 | 53.89 | - |
| YUV | 84.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 197 | 0.16 | 0.89 | 0 | 0.23 | 289.03 | 0.8 | 0.43 |
| Hex | A5 | 16 | C5 | 10 | 59 | 0 | 17 | 121 | 50 | 2B |
| Octal | 245 | 26 | 305 | 20 | 131 | 0 | 27 | 441 | 120 | 53 |
| Binary | 10100101 | 10110 | 11000101 | 10000 | 1011001 | 0 | 10111 | 100100001 | 1010000 | 101011 |
Color Harmonies of #A516C5
Complementary color
Monochromatic Colors of #A516C5
Black with #A516C5
Text Example
Text Example
White with #A516C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516C5; }
p { color: rgb(165,22,197); }
H1.HeaderClassName
{
color: #A516C5;
}
.AnyTagClassName
{
color: #A516C5;
}
</style>
background-color css
<style>
a { background-color: #A516C5; }
a { background-color: rgb(165,22,197); }
div.DivClassName
{
background-color: #A516C5;
}
.BgClassName
{
background-color: #A516C5;
}
</style>
border-color css
<style>
span { border-color: #A516C5; }
span { border-color: rgb(165,22,197); }
td.TdClassName
{
border-color: #A516C5;
}
.TagClassName
{
border-color: #A516C5;
}
</style>