Shades of Violet Blue #A3709E
Tints of Violet Blue #A3709E
RGB
CMYK
RGB Variations
Color information
#A3709E (or 0xA3709E) is known color: Violet Blue. HEX triplet: A3, 70 and 9E. RGB value is (163,112,158). Sum of RGB (Red+Green+Blue) = 163+112+158=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3709E is #5C8F61. Grayscale: #848484. Windows color (decimal): -6066018 or 10383523. OLE color: 10383523.
HSL color Cylindrical-coordinate representation of color #A3709E: hue angle of 305.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3709E is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 158 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.36 |
| HSL | 305.88º | 0.22% | 0.54% | - |
| HSV(B) | 305.88º | 0.31% | 0.64% | - |
| XYZ | 27.07 | 21.84 | 35.14 | - |
| YUV | 132.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 158 | 0 | 0.31 | 0.03 | 0.36 | 305.88 | 0.22 | 0.54 |
| Hex | A3 | 70 | 9E | 0 | 1F | 3 | 24 | 132 | 16 | 36 |
| Octal | 243 | 160 | 236 | 0 | 37 | 3 | 44 | 462 | 26 | 66 |
| Binary | 10100011 | 1110000 | 10011110 | 0 | 11111 | 11 | 100100 | 100110010 | 10110 | 110110 |
Color Harmonies of #A3709E
Complementary color
Monochromatic Colors of #A3709E
Black with #A3709E
Text Example
Text Example
White with #A3709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3709E; }
p { color: rgb(163,112,158); }
H1.HeaderClassName
{
color: #A3709E;
}
.AnyTagClassName
{
color: #A3709E;
}
</style>
background-color css
<style>
a { background-color: #A3709E; }
a { background-color: rgb(163,112,158); }
div.DivClassName
{
background-color: #A3709E;
}
.BgClassName
{
background-color: #A3709E;
}
</style>
border-color css
<style>
span { border-color: #A3709E; }
span { border-color: rgb(163,112,158); }
td.TdClassName
{
border-color: #A3709E;
}
.TagClassName
{
border-color: #A3709E;
}
</style>