Shades of Violet Blue #A5729E
Tints of Violet Blue #A5729E
RGB
CMYK
RGB Variations
Color information
#A5729E (or 0xA5729E) is known color: Violet Blue. HEX triplet: A5, 72 and 9E. RGB value is (165,114,158). Sum of RGB (Red+Green+Blue) = 165+114+158=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5729E is #5A8D61. Grayscale: #868686. Windows color (decimal): -5934434 or 10384037. OLE color: 10384037.
HSL color Cylindrical-coordinate representation of color #A5729E: hue angle of 308.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5729E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 158 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.35 |
| HSL | 308.24º | 0.22% | 0.55% | - |
| HSV(B) | 308.24º | 0.31% | 0.65% | - |
| XYZ | 27.71 | 22.5 | 35.23 | - |
| YUV | 134.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 158 | 0 | 0.31 | 0.04 | 0.35 | 308.24 | 0.22 | 0.55 |
| Hex | A5 | 72 | 9E | 0 | 1F | 4 | 23 | 134 | 16 | 37 |
| Octal | 245 | 162 | 236 | 0 | 37 | 4 | 43 | 464 | 26 | 67 |
| Binary | 10100101 | 1110010 | 10011110 | 0 | 11111 | 100 | 100011 | 100110100 | 10110 | 110111 |
Color Harmonies of #A5729E
Complementary color
Monochromatic Colors of #A5729E
Black with #A5729E
Text Example
Text Example
White with #A5729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5729E; }
p { color: rgb(165,114,158); }
H1.HeaderClassName
{
color: #A5729E;
}
.AnyTagClassName
{
color: #A5729E;
}
</style>
background-color css
<style>
a { background-color: #A5729E; }
a { background-color: rgb(165,114,158); }
div.DivClassName
{
background-color: #A5729E;
}
.BgClassName
{
background-color: #A5729E;
}
</style>
border-color css
<style>
span { border-color: #A5729E; }
span { border-color: rgb(165,114,158); }
td.TdClassName
{
border-color: #A5729E;
}
.TagClassName
{
border-color: #A5729E;
}
</style>