Shades of Violet Blue #A3699C
Tints of Violet Blue #A3699C
RGB
CMYK
RGB Variations
Color information
#A3699C (or 0xA3699C) is known color: Violet Blue. HEX triplet: A3, 69 and 9C. RGB value is (163,105,156). Sum of RGB (Red+Green+Blue) = 163+105+156=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3699C is #5C9663. Grayscale: #808080. Windows color (decimal): -6067812 or 10250659. OLE color: 10250659.
HSL color Cylindrical-coordinate representation of color #A3699C: hue angle of 307.24º 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 #A3699C is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 156 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.36 |
| HSL | 307.24º | 0.24% | 0.53% | - |
| HSV(B) | 307.24º | 0.36% | 0.64% | - |
| XYZ | 26.16 | 20.29 | 33.99 | - |
| YUV | 128.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 156 | 0 | 0.36 | 0.04 | 0.36 | 307.24 | 0.24 | 0.53 |
| Hex | A3 | 69 | 9C | 0 | 24 | 4 | 24 | 133 | 18 | 35 |
| Octal | 243 | 151 | 234 | 0 | 44 | 4 | 44 | 463 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10011100 | 0 | 100100 | 100 | 100100 | 100110011 | 11000 | 110101 |
Color Harmonies of #A3699C
Complementary color
Monochromatic Colors of #A3699C
Black with #A3699C
Text Example
Text Example
White with #A3699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3699C; }
p { color: rgb(163,105,156); }
H1.HeaderClassName
{
color: #A3699C;
}
.AnyTagClassName
{
color: #A3699C;
}
</style>
background-color css
<style>
a { background-color: #A3699C; }
a { background-color: rgb(163,105,156); }
div.DivClassName
{
background-color: #A3699C;
}
.BgClassName
{
background-color: #A3699C;
}
</style>
border-color css
<style>
span { border-color: #A3699C; }
span { border-color: rgb(163,105,156); }
td.TdClassName
{
border-color: #A3699C;
}
.TagClassName
{
border-color: #A3699C;
}
</style>