Shades of Violet Blue #A8689A
Tints of Violet Blue #A8689A
RGB
CMYK
RGB Variations
Color information
#A8689A (or 0xA8689A) is known color: Violet Blue. HEX triplet: A8, 68 and 9A. RGB value is (168,104,154). Sum of RGB (Red+Green+Blue) = 168+104+154=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8689A is #579765. Grayscale: #808080. Windows color (decimal): -5740390 or 10119336. OLE color: 10119336.
HSL color Cylindrical-coordinate representation of color #A8689A: hue angle of 313.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8689A is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 154 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.34 |
| HSL | 313.13º | 0.27% | 0.53% | - |
| HSV(B) | 313.13º | 0.38% | 0.66% | - |
| XYZ | 26.93 | 20.56 | 33.12 | - |
| YUV | 128.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 154 | 0 | 0.38 | 0.08 | 0.34 | 313.13 | 0.27 | 0.53 |
| Hex | A8 | 68 | 9A | 0 | 26 | 8 | 22 | 139 | 1B | 35 |
| Octal | 250 | 150 | 232 | 0 | 46 | 10 | 42 | 471 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10011010 | 0 | 100110 | 1000 | 100010 | 100111001 | 11011 | 110101 |
Color Harmonies of #A8689A
Complementary color
Monochromatic Colors of #A8689A
Black with #A8689A
Text Example
Text Example
White with #A8689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8689A; }
p { color: rgb(168,104,154); }
H1.HeaderClassName
{
color: #A8689A;
}
.AnyTagClassName
{
color: #A8689A;
}
</style>
background-color css
<style>
a { background-color: #A8689A; }
a { background-color: rgb(168,104,154); }
div.DivClassName
{
background-color: #A8689A;
}
.BgClassName
{
background-color: #A8689A;
}
</style>
border-color css
<style>
span { border-color: #A8689A; }
span { border-color: rgb(168,104,154); }
td.TdClassName
{
border-color: #A8689A;
}
.TagClassName
{
border-color: #A8689A;
}
</style>