Shades of Dark Violet #A515D7
Tints of Dark Violet #A515D7
RGB
CMYK
RGB Variations
Color information
#A515D7 (or 0xA515D7) is known color: Dark Violet. HEX triplet: A5, 15 and D7. RGB value is (165,21,215). Sum of RGB (Red+Green+Blue) = 165+21+215=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #A515D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515D7 is #5AEA28. Grayscale: #555555. Windows color (decimal): -5958185 or 14095781. OLE color: 14095781.
HSL color Cylindrical-coordinate representation of color #A515D7: hue angle of 284.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515D7 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 21 | 215 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.16 |
| HSL | 284.54º | 0.82% | 0.46% | - |
| HSV(B) | 284.54º | 0.9% | 0.84% | - |
| XYZ | 28.05 | 13.44 | 65.41 | - |
| YUV | 86.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 215 | 0.23 | 0.90 | 0 | 0.16 | 284.54 | 0.82 | 0.46 |
| Hex | A5 | 15 | D7 | 17 | 5A | 0 | 10 | 11D | 52 | 2E |
| Octal | 245 | 25 | 327 | 27 | 132 | 0 | 20 | 435 | 122 | 56 |
| Binary | 10100101 | 10101 | 11010111 | 10111 | 1011010 | 0 | 10000 | 100011101 | 1010010 | 101110 |
Color Harmonies of #A515D7
Complementary color
Monochromatic Colors of #A515D7
Black with #A515D7
Text Example
Text Example
White with #A515D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515D7; }
p { color: rgb(165,21,215); }
H1.HeaderClassName
{
color: #A515D7;
}
.AnyTagClassName
{
color: #A515D7;
}
</style>
background-color css
<style>
a { background-color: #A515D7; }
a { background-color: rgb(165,21,215); }
div.DivClassName
{
background-color: #A515D7;
}
.BgClassName
{
background-color: #A515D7;
}
</style>
border-color css
<style>
span { border-color: #A515D7; }
span { border-color: rgb(165,21,215); }
td.TdClassName
{
border-color: #A515D7;
}
.TagClassName
{
border-color: #A515D7;
}
</style>