Shades of Violet Blue #A3699B
Tints of Violet Blue #A3699B
RGB
CMYK
RGB Variations
Color information
#A3699B (or 0xA3699B) is known color: Violet Blue. HEX triplet: A3, 69 and 9B. RGB value is (163,105,155). Sum of RGB (Red+Green+Blue) = 163+105+155=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699B is #5C9664. Grayscale: #7F7F7F. Windows color (decimal): -6067813 or 10185123. OLE color: 10185123.
HSL color Cylindrical-coordinate representation of color #A3699B: hue angle of 308.28º 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 #A3699B is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 155 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.36 |
| HSL | 308.28º | 0.24% | 0.53% | - |
| HSV(B) | 308.28º | 0.36% | 0.64% | - |
| XYZ | 26.07 | 20.26 | 33.55 | - |
| YUV | 128.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 155 | 0 | 0.36 | 0.05 | 0.36 | 308.28 | 0.24 | 0.53 |
| Hex | A3 | 69 | 9B | 0 | 24 | 5 | 24 | 134 | 18 | 35 |
| Octal | 243 | 151 | 233 | 0 | 44 | 5 | 44 | 464 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10011011 | 0 | 100100 | 101 | 100100 | 100110100 | 11000 | 110101 |
Color Harmonies of #A3699B
Complementary color
Monochromatic Colors of #A3699B
Black with #A3699B
Text Example
Text Example
White with #A3699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3699B; }
p { color: rgb(163,105,155); }
H1.HeaderClassName
{
color: #A3699B;
}
.AnyTagClassName
{
color: #A3699B;
}
</style>
background-color css
<style>
a { background-color: #A3699B; }
a { background-color: rgb(163,105,155); }
div.DivClassName
{
background-color: #A3699B;
}
.BgClassName
{
background-color: #A3699B;
}
</style>
border-color css
<style>
span { border-color: #A3699B; }
span { border-color: rgb(163,105,155); }
td.TdClassName
{
border-color: #A3699B;
}
.TagClassName
{
border-color: #A3699B;
}
</style>