Shades of Violet Blue #A0689B
Tints of Violet Blue #A0689B
RGB
CMYK
RGB Variations
Color information
#A0689B (or 0xA0689B) is known color: Violet Blue. HEX triplet: A0, 68 and 9B. RGB value is (160,104,155). Sum of RGB (Red+Green+Blue) = 160+104+155=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0689B is #5F9764. Grayscale: #7E7E7E. Windows color (decimal): -6264677 or 10184864. OLE color: 10184864.
HSL color Cylindrical-coordinate representation of color #A0689B: hue angle of 305.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0689B is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 155 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.37 |
| HSL | 305.36º | 0.23% | 0.52% | - |
| HSV(B) | 305.36º | 0.35% | 0.63% | - |
| XYZ | 25.36 | 19.74 | 33.48 | - |
| YUV | 126.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 155 | 0 | 0.35 | 0.03 | 0.37 | 305.36 | 0.23 | 0.52 |
| Hex | A0 | 68 | 9B | 0 | 23 | 3 | 25 | 131 | 17 | 34 |
| Octal | 240 | 150 | 233 | 0 | 43 | 3 | 45 | 461 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10011011 | 0 | 100011 | 11 | 100101 | 100110001 | 10111 | 110100 |
Color Harmonies of #A0689B
Complementary color
Monochromatic Colors of #A0689B
Black with #A0689B
Text Example
Text Example
White with #A0689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0689B; }
p { color: rgb(160,104,155); }
H1.HeaderClassName
{
color: #A0689B;
}
.AnyTagClassName
{
color: #A0689B;
}
</style>
background-color css
<style>
a { background-color: #A0689B; }
a { background-color: rgb(160,104,155); }
div.DivClassName
{
background-color: #A0689B;
}
.BgClassName
{
background-color: #A0689B;
}
</style>
border-color css
<style>
span { border-color: #A0689B; }
span { border-color: rgb(160,104,155); }
td.TdClassName
{
border-color: #A0689B;
}
.TagClassName
{
border-color: #A0689B;
}
</style>