Shades of Dark Violet #A515BC
Tints of Dark Violet #A515BC
RGB
CMYK
RGB Variations
Color information
#A515BC (or 0xA515BC) is known color: Dark Violet. HEX triplet: A5, 15 and BC. RGB value is (165,21,188). Sum of RGB (Red+Green+Blue) = 165+21+188=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A515BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515BC is #5AEA43. Grayscale: #525252. Windows color (decimal): -5958212 or 12326309. OLE color: 12326309.
HSL color Cylindrical-coordinate representation of color #A515BC: hue angle of 291.74º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A515BC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 21 | 188 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.26 |
| HSL | 291.74º | 0.8% | 0.41% | - |
| HSV(B) | 291.74º | 0.89% | 0.74% | - |
| XYZ | 24.86 | 12.17 | 48.61 | - |
| YUV | 83.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 188 | 0.12 | 0.89 | 0 | 0.26 | 291.74 | 0.8 | 0.41 |
| Hex | A5 | 15 | BC | C | 59 | 0 | 1A | 124 | 50 | 29 |
| Octal | 245 | 25 | 274 | 14 | 131 | 0 | 32 | 444 | 120 | 51 |
| Binary | 10100101 | 10101 | 10111100 | 1100 | 1011001 | 0 | 11010 | 100100100 | 1010000 | 101001 |
Color Harmonies of #A515BC
Complementary color
Monochromatic Colors of #A515BC
Black with #A515BC
Text Example
Text Example
White with #A515BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515BC; }
p { color: rgb(165,21,188); }
H1.HeaderClassName
{
color: #A515BC;
}
.AnyTagClassName
{
color: #A515BC;
}
</style>
background-color css
<style>
a { background-color: #A515BC; }
a { background-color: rgb(165,21,188); }
div.DivClassName
{
background-color: #A515BC;
}
.BgClassName
{
background-color: #A515BC;
}
</style>
border-color css
<style>
span { border-color: #A515BC; }
span { border-color: rgb(165,21,188); }
td.TdClassName
{
border-color: #A515BC;
}
.TagClassName
{
border-color: #A515BC;
}
</style>