Shades of Violet Blue #A3699A
Tints of Violet Blue #A3699A
RGB
CMYK
RGB Variations
Color information
#A3699A (or 0xA3699A) is known color: Violet Blue. HEX triplet: A3, 69 and 9A. RGB value is (163,105,154). Sum of RGB (Red+Green+Blue) = 163+105+154=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699A is #5C9665. Grayscale: #7F7F7F. Windows color (decimal): -6067814 or 10119587. OLE color: 10119587.
HSL color Cylindrical-coordinate representation of color #A3699A: hue angle of 309.31º 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 #A3699A is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 154 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.36 |
| HSL | 309.31º | 0.24% | 0.53% | - |
| HSV(B) | 309.31º | 0.36% | 0.64% | - |
| XYZ | 25.99 | 20.22 | 33.11 | - |
| YUV | 127.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 154 | 0 | 0.36 | 0.06 | 0.36 | 309.31 | 0.24 | 0.53 |
| Hex | A3 | 69 | 9A | 0 | 24 | 6 | 24 | 135 | 18 | 35 |
| Octal | 243 | 151 | 232 | 0 | 44 | 6 | 44 | 465 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10011010 | 0 | 100100 | 110 | 100100 | 100110101 | 11000 | 110101 |
Color Harmonies of #A3699A
Complementary color
Monochromatic Colors of #A3699A
Black with #A3699A
Text Example
Text Example
White with #A3699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3699A; }
p { color: rgb(163,105,154); }
H1.HeaderClassName
{
color: #A3699A;
}
.AnyTagClassName
{
color: #A3699A;
}
</style>
background-color css
<style>
a { background-color: #A3699A; }
a { background-color: rgb(163,105,154); }
div.DivClassName
{
background-color: #A3699A;
}
.BgClassName
{
background-color: #A3699A;
}
</style>
border-color css
<style>
span { border-color: #A3699A; }
span { border-color: rgb(163,105,154); }
td.TdClassName
{
border-color: #A3699A;
}
.TagClassName
{
border-color: #A3699A;
}
</style>