Shades of Violet Blue #A4689A
Tints of Violet Blue #A4689A
RGB
CMYK
RGB Variations
Color information
#A4689A (or 0xA4689A) is known color: Violet Blue. HEX triplet: A4, 68 and 9A. RGB value is (164,104,154). Sum of RGB (Red+Green+Blue) = 164+104+154=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4689A is #5B9765. Grayscale: #7F7F7F. Windows color (decimal): -6002534 or 10119332. OLE color: 10119332.
HSL color Cylindrical-coordinate representation of color #A4689A: hue angle of 310º 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 #A4689A is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 154 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.36 |
| HSL | 310º | 0.25% | 0.53% | - |
| HSV(B) | 310º | 0.37% | 0.64% | - |
| XYZ | 26.09 | 20.13 | 33.08 | - |
| YUV | 127.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 154 | 0 | 0.37 | 0.06 | 0.36 | 310 | 0.25 | 0.53 |
| Hex | A4 | 68 | 9A | 0 | 25 | 6 | 24 | 136 | 19 | 35 |
| Octal | 244 | 150 | 232 | 0 | 45 | 6 | 44 | 466 | 31 | 65 |
| Binary | 10100100 | 1101000 | 10011010 | 0 | 100101 | 110 | 100100 | 100110110 | 11001 | 110101 |
Color Harmonies of #A4689A
Complementary color
Monochromatic Colors of #A4689A
Black with #A4689A
Text Example
Text Example
White with #A4689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4689A; }
p { color: rgb(164,104,154); }
H1.HeaderClassName
{
color: #A4689A;
}
.AnyTagClassName
{
color: #A4689A;
}
</style>
background-color css
<style>
a { background-color: #A4689A; }
a { background-color: rgb(164,104,154); }
div.DivClassName
{
background-color: #A4689A;
}
.BgClassName
{
background-color: #A4689A;
}
</style>
border-color css
<style>
span { border-color: #A4689A; }
span { border-color: rgb(164,104,154); }
td.TdClassName
{
border-color: #A4689A;
}
.TagClassName
{
border-color: #A4689A;
}
</style>