Shades of Violet Blue #A46897
Tints of Violet Blue #A46897
RGB
CMYK
RGB Variations
Color information
#A46897 (or 0xA46897) is known color: Violet Blue. HEX triplet: A4, 68 and 97. RGB value is (164,104,151). Sum of RGB (Red+Green+Blue) = 164+104+151=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46897 is #5B9768. Grayscale: #7F7F7F. Windows color (decimal): -6002537 or 9922724. OLE color: 9922724.
HSL color Cylindrical-coordinate representation of color #A46897: hue angle of 313º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46897 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 151 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.36 |
| HSL | 313º | 0.25% | 0.53% | - |
| HSV(B) | 313º | 0.37% | 0.64% | - |
| XYZ | 25.85 | 20.03 | 31.78 | - |
| YUV | 127.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 151 | 0 | 0.37 | 0.08 | 0.36 | 313 | 0.25 | 0.53 |
| Hex | A4 | 68 | 97 | 0 | 25 | 8 | 24 | 139 | 19 | 35 |
| Octal | 244 | 150 | 227 | 0 | 45 | 10 | 44 | 471 | 31 | 65 |
| Binary | 10100100 | 1101000 | 10010111 | 0 | 100101 | 1000 | 100100 | 100111001 | 11001 | 110101 |
Color Harmonies of #A46897
Complementary color
Monochromatic Colors of #A46897
Black with #A46897
Text Example
Text Example
White with #A46897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46897; }
p { color: rgb(164,104,151); }
H1.HeaderClassName
{
color: #A46897;
}
.AnyTagClassName
{
color: #A46897;
}
</style>
background-color css
<style>
a { background-color: #A46897; }
a { background-color: rgb(164,104,151); }
div.DivClassName
{
background-color: #A46897;
}
.BgClassName
{
background-color: #A46897;
}
</style>
border-color css
<style>
span { border-color: #A46897; }
span { border-color: rgb(164,104,151); }
td.TdClassName
{
border-color: #A46897;
}
.TagClassName
{
border-color: #A46897;
}
</style>