Shades of Dark Violet #A515C7
Tints of Dark Violet #A515C7
RGB
CMYK
RGB Variations
Color information
#A515C7 (or 0xA515C7) is known color: Dark Violet. HEX triplet: A5, 15 and C7. RGB value is (165,21,199). Sum of RGB (Red+Green+Blue) = 165+21+199=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #A515C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515C7 is #5AEA38. Grayscale: #535353. Windows color (decimal): -5958201 or 13047205. OLE color: 13047205.
HSL color Cylindrical-coordinate representation of color #A515C7: hue angle of 288.54º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A515C7 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 21 | 199 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.22 |
| HSL | 288.54º | 0.81% | 0.43% | - |
| HSV(B) | 288.54º | 0.89% | 0.78% | - |
| XYZ | 26.09 | 12.66 | 55.1 | - |
| YUV | 84.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 199 | 0.17 | 0.89 | 0 | 0.22 | 288.54 | 0.81 | 0.43 |
| Hex | A5 | 15 | C7 | 11 | 59 | 0 | 16 | 121 | 51 | 2B |
| Octal | 245 | 25 | 307 | 21 | 131 | 0 | 26 | 441 | 121 | 53 |
| Binary | 10100101 | 10101 | 11000111 | 10001 | 1011001 | 0 | 10110 | 100100001 | 1010001 | 101011 |
Color Harmonies of #A515C7
Complementary color
Monochromatic Colors of #A515C7
Black with #A515C7
Text Example
Text Example
White with #A515C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515C7; }
p { color: rgb(165,21,199); }
H1.HeaderClassName
{
color: #A515C7;
}
.AnyTagClassName
{
color: #A515C7;
}
</style>
background-color css
<style>
a { background-color: #A515C7; }
a { background-color: rgb(165,21,199); }
div.DivClassName
{
background-color: #A515C7;
}
.BgClassName
{
background-color: #A515C7;
}
</style>
border-color css
<style>
span { border-color: #A515C7; }
span { border-color: rgb(165,21,199); }
td.TdClassName
{
border-color: #A515C7;
}
.TagClassName
{
border-color: #A515C7;
}
</style>