Shades of Dark Violet #A515D1
Tints of Dark Violet #A515D1
RGB
CMYK
RGB Variations
Color information
#A515D1 (or 0xA515D1) is known color: Dark Violet. HEX triplet: A5, 15 and D1. RGB value is (165,21,209). Sum of RGB (Red+Green+Blue) = 165+21+209=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #A515D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515D1 is #5AEA2E. Grayscale: #545454. Windows color (decimal): -5958191 or 13702565. OLE color: 13702565.
HSL color Cylindrical-coordinate representation of color #A515D1: hue angle of 285.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515D1 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 21 | 209 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.18 |
| HSL | 285.96º | 0.82% | 0.45% | - |
| HSV(B) | 285.96º | 0.9% | 0.82% | - |
| XYZ | 27.29 | 13.14 | 61.42 | - |
| YUV | 85.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 209 | 0.21 | 0.90 | 0 | 0.18 | 285.96 | 0.82 | 0.45 |
| Hex | A5 | 15 | D1 | 15 | 5A | 0 | 12 | 11E | 52 | 2D |
| Octal | 245 | 25 | 321 | 25 | 132 | 0 | 22 | 436 | 122 | 55 |
| Binary | 10100101 | 10101 | 11010001 | 10101 | 1011010 | 0 | 10010 | 100011110 | 1010010 | 101101 |
Color Harmonies of #A515D1
Complementary color
Monochromatic Colors of #A515D1
Black with #A515D1
Text Example
Text Example
White with #A515D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515D1; }
p { color: rgb(165,21,209); }
H1.HeaderClassName
{
color: #A515D1;
}
.AnyTagClassName
{
color: #A515D1;
}
</style>
background-color css
<style>
a { background-color: #A515D1; }
a { background-color: rgb(165,21,209); }
div.DivClassName
{
background-color: #A515D1;
}
.BgClassName
{
background-color: #A515D1;
}
</style>
border-color css
<style>
span { border-color: #A515D1; }
span { border-color: rgb(165,21,209); }
td.TdClassName
{
border-color: #A515D1;
}
.TagClassName
{
border-color: #A515D1;
}
</style>