Shades of Violet Blue #A0689D
Tints of Violet Blue #A0689D
RGB
CMYK
RGB Variations
Color information
#A0689D (or 0xA0689D) is known color: Violet Blue. HEX triplet: A0, 68 and 9D. RGB value is (160,104,157). Sum of RGB (Red+Green+Blue) = 160+104+157=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0689D is #5F9762. Grayscale: #7E7E7E. Windows color (decimal): -6264675 or 10315936. OLE color: 10315936.
HSL color Cylindrical-coordinate representation of color #A0689D: hue angle of 303.21º 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 #A0689D is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 157 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.37 |
| HSL | 303.21º | 0.23% | 0.52% | - |
| HSV(B) | 303.21º | 0.35% | 0.63% | - |
| XYZ | 25.53 | 19.81 | 34.38 | - |
| YUV | 126.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 157 | 0 | 0.35 | 0.02 | 0.37 | 303.21 | 0.23 | 0.52 |
| Hex | A0 | 68 | 9D | 0 | 23 | 2 | 25 | 12F | 17 | 34 |
| Octal | 240 | 150 | 235 | 0 | 43 | 2 | 45 | 457 | 27 | 64 |
| Binary | 10100000 | 1101000 | 10011101 | 0 | 100011 | 10 | 100101 | 100101111 | 10111 | 110100 |
Color Harmonies of #A0689D
Complementary color
Monochromatic Colors of #A0689D
Black with #A0689D
Text Example
Text Example
White with #A0689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0689D; }
p { color: rgb(160,104,157); }
H1.HeaderClassName
{
color: #A0689D;
}
.AnyTagClassName
{
color: #A0689D;
}
</style>
background-color css
<style>
a { background-color: #A0689D; }
a { background-color: rgb(160,104,157); }
div.DivClassName
{
background-color: #A0689D;
}
.BgClassName
{
background-color: #A0689D;
}
</style>
border-color css
<style>
span { border-color: #A0689D; }
span { border-color: rgb(160,104,157); }
td.TdClassName
{
border-color: #A0689D;
}
.TagClassName
{
border-color: #A0689D;
}
</style>