Shades of Violet Blue #A3699E
Tints of Violet Blue #A3699E
RGB
CMYK
RGB Variations
Color information
#A3699E (or 0xA3699E) is known color: Violet Blue. HEX triplet: A3, 69 and 9E. RGB value is (163,105,158). Sum of RGB (Red+Green+Blue) = 163+105+158=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699E is #5C9661. Grayscale: #808080. Windows color (decimal): -6067810 or 10381731. OLE color: 10381731.
HSL color Cylindrical-coordinate representation of color #A3699E: hue angle of 305.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3699E is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 158 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.36 |
| HSL | 305.17º | 0.24% | 0.53% | - |
| HSV(B) | 305.17º | 0.36% | 0.64% | - |
| XYZ | 26.33 | 20.36 | 34.89 | - |
| YUV | 128.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 158 | 0 | 0.36 | 0.03 | 0.36 | 305.17 | 0.24 | 0.53 |
| Hex | A3 | 69 | 9E | 0 | 24 | 3 | 24 | 131 | 18 | 35 |
| Octal | 243 | 151 | 236 | 0 | 44 | 3 | 44 | 461 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10011110 | 0 | 100100 | 11 | 100100 | 100110001 | 11000 | 110101 |
Color Harmonies of #A3699E
Complementary color
Monochromatic Colors of #A3699E
Black with #A3699E
Text Example
Text Example
White with #A3699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3699E; }
p { color: rgb(163,105,158); }
H1.HeaderClassName
{
color: #A3699E;
}
.AnyTagClassName
{
color: #A3699E;
}
</style>
background-color css
<style>
a { background-color: #A3699E; }
a { background-color: rgb(163,105,158); }
div.DivClassName
{
background-color: #A3699E;
}
.BgClassName
{
background-color: #A3699E;
}
</style>
border-color css
<style>
span { border-color: #A3699E; }
span { border-color: rgb(163,105,158); }
td.TdClassName
{
border-color: #A3699E;
}
.TagClassName
{
border-color: #A3699E;
}
</style>