Shades of Dark Violet #A513B0
Tints of Dark Violet #A513B0
RGB
CMYK
RGB Variations
Color information
#A513B0 (or 0xA513B0) is known color: Dark Violet. HEX triplet: A5, 13 and B0. RGB value is (165,19,176). Sum of RGB (Red+Green+Blue) = 165+19+176=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #A513B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A513B0 is #5AEC4F. Grayscale: #505050. Windows color (decimal): -5958736 or 11539365. OLE color: 11539365.
HSL color Cylindrical-coordinate representation of color #A513B0: hue angle of 295.8º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A513B0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 19 | 176 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.31 |
| HSL | 295.8º | 0.81% | 0.38% | - |
| HSV(B) | 295.8º | 0.89% | 0.69% | - |
| XYZ | 23.59 | 11.6 | 42.07 | - |
| YUV | 80.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 176 | 0.06 | 0.89 | 0 | 0.31 | 295.8 | 0.81 | 0.38 |
| Hex | A5 | 13 | B0 | 6 | 59 | 0 | 1F | 128 | 51 | 26 |
| Octal | 245 | 23 | 260 | 6 | 131 | 0 | 37 | 450 | 121 | 46 |
| Binary | 10100101 | 10011 | 10110000 | 110 | 1011001 | 0 | 11111 | 100101000 | 1010001 | 100110 |
Color Harmonies of #A513B0
Complementary color
Monochromatic Colors of #A513B0
Black with #A513B0
Text Example
Text Example
White with #A513B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513B0; }
p { color: rgb(165,19,176); }
H1.HeaderClassName
{
color: #A513B0;
}
.AnyTagClassName
{
color: #A513B0;
}
</style>
background-color css
<style>
a { background-color: #A513B0; }
a { background-color: rgb(165,19,176); }
div.DivClassName
{
background-color: #A513B0;
}
.BgClassName
{
background-color: #A513B0;
}
</style>
border-color css
<style>
span { border-color: #A513B0; }
span { border-color: rgb(165,19,176); }
td.TdClassName
{
border-color: #A513B0;
}
.TagClassName
{
border-color: #A513B0;
}
</style>