Shades of Dark Violet #A514B7
Tints of Dark Violet #A514B7
RGB
CMYK
RGB Variations
Color information
#A514B7 (or 0xA514B7) is known color: Dark Violet. HEX triplet: A5, 14 and B7. RGB value is (165,20,183). Sum of RGB (Red+Green+Blue) = 165+20+183=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #A514B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514B7 is #5AEB48. Grayscale: #515151. Windows color (decimal): -5958473 or 11998373. OLE color: 11998373.
HSL color Cylindrical-coordinate representation of color #A514B7: hue angle of 293.37º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514B7 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 20 | 183 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.28 |
| HSL | 293.37º | 0.8% | 0.4% | - |
| HSV(B) | 293.37º | 0.89% | 0.72% | - |
| XYZ | 24.31 | 11.92 | 45.82 | - |
| YUV | 81.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 183 | 0.10 | 0.89 | 0 | 0.28 | 293.37 | 0.8 | 0.4 |
| Hex | A5 | 14 | B7 | A | 59 | 0 | 1C | 125 | 50 | 28 |
| Octal | 245 | 24 | 267 | 12 | 131 | 0 | 34 | 445 | 120 | 50 |
| Binary | 10100101 | 10100 | 10110111 | 1010 | 1011001 | 0 | 11100 | 100100101 | 1010000 | 101000 |
Color Harmonies of #A514B7
Complementary color
Monochromatic Colors of #A514B7
Black with #A514B7
Text Example
Text Example
White with #A514B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514B7; }
p { color: rgb(165,20,183); }
H1.HeaderClassName
{
color: #A514B7;
}
.AnyTagClassName
{
color: #A514B7;
}
</style>
background-color css
<style>
a { background-color: #A514B7; }
a { background-color: rgb(165,20,183); }
div.DivClassName
{
background-color: #A514B7;
}
.BgClassName
{
background-color: #A514B7;
}
</style>
border-color css
<style>
span { border-color: #A514B7; }
span { border-color: rgb(165,20,183); }
td.TdClassName
{
border-color: #A514B7;
}
.TagClassName
{
border-color: #A514B7;
}
</style>