Shades of Violet Blue #A5719D
Tints of Violet Blue #A5719D
RGB
CMYK
RGB Variations
Color information
#A5719D (or 0xA5719D) is known color: Violet Blue. HEX triplet: A5, 71 and 9D. RGB value is (165,113,157). Sum of RGB (Red+Green+Blue) = 165+113+157=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5719D is #5A8E62. Grayscale: #858585. Windows color (decimal): -5934691 or 10318245. OLE color: 10318245.
HSL color Cylindrical-coordinate representation of color #A5719D: hue angle of 309.23º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5719D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 113 | 157 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.35 |
| HSL | 309.23º | 0.22% | 0.55% | - |
| HSV(B) | 309.23º | 0.32% | 0.65% | - |
| XYZ | 27.51 | 22.24 | 34.74 | - |
| YUV | 133.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 157 | 0 | 0.32 | 0.05 | 0.35 | 309.23 | 0.22 | 0.55 |
| Hex | A5 | 71 | 9D | 0 | 20 | 5 | 23 | 135 | 16 | 37 |
| Octal | 245 | 161 | 235 | 0 | 40 | 5 | 43 | 465 | 26 | 67 |
| Binary | 10100101 | 1110001 | 10011101 | 0 | 100000 | 101 | 100011 | 100110101 | 10110 | 110111 |
Color Harmonies of #A5719D
Complementary color
Monochromatic Colors of #A5719D
Black with #A5719D
Text Example
Text Example
White with #A5719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5719D; }
p { color: rgb(165,113,157); }
H1.HeaderClassName
{
color: #A5719D;
}
.AnyTagClassName
{
color: #A5719D;
}
</style>
background-color css
<style>
a { background-color: #A5719D; }
a { background-color: rgb(165,113,157); }
div.DivClassName
{
background-color: #A5719D;
}
.BgClassName
{
background-color: #A5719D;
}
</style>
border-color css
<style>
span { border-color: #A5719D; }
span { border-color: rgb(165,113,157); }
td.TdClassName
{
border-color: #A5719D;
}
.TagClassName
{
border-color: #A5719D;
}
</style>