Shades of Violet Blue #A56197
Tints of Violet Blue #A56197
RGB
CMYK
RGB Variations
Color information
#A56197 (or 0xA56197) is known color: Violet Blue. HEX triplet: A5, 61 and 97. RGB value is (165,97,151). Sum of RGB (Red+Green+Blue) = 165+97+151=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56197 is #5A9E68. Grayscale: #7B7B7B. Windows color (decimal): -5938793 or 9920933. OLE color: 9920933.
HSL color Cylindrical-coordinate representation of color #A56197: hue angle of 312.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56197 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 151 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.35 |
| HSL | 312.35º | 0.27% | 0.51% | - |
| HSV(B) | 312.35º | 0.41% | 0.65% | - |
| XYZ | 25.38 | 18.78 | 31.57 | - |
| YUV | 123.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 151 | 0 | 0.41 | 0.08 | 0.35 | 312.35 | 0.27 | 0.51 |
| Hex | A5 | 61 | 97 | 0 | 29 | 8 | 23 | 138 | 1B | 33 |
| Octal | 245 | 141 | 227 | 0 | 51 | 10 | 43 | 470 | 33 | 63 |
| Binary | 10100101 | 1100001 | 10010111 | 0 | 101001 | 1000 | 100011 | 100111000 | 11011 | 110011 |
Color Harmonies of #A56197
Complementary color
Monochromatic Colors of #A56197
Black with #A56197
Text Example
Text Example
White with #A56197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56197; }
p { color: rgb(165,97,151); }
H1.HeaderClassName
{
color: #A56197;
}
.AnyTagClassName
{
color: #A56197;
}
</style>
background-color css
<style>
a { background-color: #A56197; }
a { background-color: rgb(165,97,151); }
div.DivClassName
{
background-color: #A56197;
}
.BgClassName
{
background-color: #A56197;
}
</style>
border-color css
<style>
span { border-color: #A56197; }
span { border-color: rgb(165,97,151); }
td.TdClassName
{
border-color: #A56197;
}
.TagClassName
{
border-color: #A56197;
}
</style>