Shades of Violet Blue #A3689B
Tints of Violet Blue #A3689B
RGB
CMYK
RGB Variations
Color information
#A3689B (or 0xA3689B) is known color: Violet Blue. HEX triplet: A3, 68 and 9B. RGB value is (163,104,155). Sum of RGB (Red+Green+Blue) = 163+104+155=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3689B is #5C9764. Grayscale: #7F7F7F. Windows color (decimal): -6068069 or 10184867. OLE color: 10184867.
HSL color Cylindrical-coordinate representation of color #A3689B: hue angle of 308.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3689B is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 155 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.36 |
| HSL | 308.14º | 0.24% | 0.52% | - |
| HSV(B) | 308.14º | 0.36% | 0.64% | - |
| XYZ | 25.97 | 20.05 | 33.51 | - |
| YUV | 127.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 155 | 0 | 0.36 | 0.05 | 0.36 | 308.14 | 0.24 | 0.52 |
| Hex | A3 | 68 | 9B | 0 | 24 | 5 | 24 | 134 | 18 | 34 |
| Octal | 243 | 150 | 233 | 0 | 44 | 5 | 44 | 464 | 30 | 64 |
| Binary | 10100011 | 1101000 | 10011011 | 0 | 100100 | 101 | 100100 | 100110100 | 11000 | 110100 |
Color Harmonies of #A3689B
Complementary color
Monochromatic Colors of #A3689B
Black with #A3689B
Text Example
Text Example
White with #A3689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3689B; }
p { color: rgb(163,104,155); }
H1.HeaderClassName
{
color: #A3689B;
}
.AnyTagClassName
{
color: #A3689B;
}
</style>
background-color css
<style>
a { background-color: #A3689B; }
a { background-color: rgb(163,104,155); }
div.DivClassName
{
background-color: #A3689B;
}
.BgClassName
{
background-color: #A3689B;
}
</style>
border-color css
<style>
span { border-color: #A3689B; }
span { border-color: rgb(163,104,155); }
td.TdClassName
{
border-color: #A3689B;
}
.TagClassName
{
border-color: #A3689B;
}
</style>