Shades of Violet Blue #A3498D
Tints of Violet Blue #A3498D
RGB
CMYK
RGB Variations
Color information
#A3498D (or 0xA3498D) is known color: Violet Blue. HEX triplet: A3, 49 and 8D. RGB value is (163,73,141). Sum of RGB (Red+Green+Blue) = 163+73+141=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3498D is #5CB672. Grayscale: #6B6B6B. Windows color (decimal): -6076019 or 9259427. OLE color: 9259427.
HSL color Cylindrical-coordinate representation of color #A3498D: hue angle of 314.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3498D is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 141 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.36 |
| HSL | 314.67º | 0.38% | 0.46% | - |
| HSV(B) | 314.67º | 0.55% | 0.64% | - |
| XYZ | 22.29 | 14.47 | 26.82 | - |
| YUV | 107.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 141 | 0 | 0.55 | 0.13 | 0.36 | 314.67 | 0.38 | 0.46 |
| Hex | A3 | 49 | 8D | 0 | 37 | D | 24 | 13B | 26 | 2E |
| Octal | 243 | 111 | 215 | 0 | 67 | 15 | 44 | 473 | 46 | 56 |
| Binary | 10100011 | 1001001 | 10001101 | 0 | 110111 | 1101 | 100100 | 100111011 | 100110 | 101110 |
Color Harmonies of #A3498D
Complementary color
Monochromatic Colors of #A3498D
Black with #A3498D
Text Example
Text Example
White with #A3498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3498D; }
p { color: rgb(163,73,141); }
H1.HeaderClassName
{
color: #A3498D;
}
.AnyTagClassName
{
color: #A3498D;
}
</style>
background-color css
<style>
a { background-color: #A3498D; }
a { background-color: rgb(163,73,141); }
div.DivClassName
{
background-color: #A3498D;
}
.BgClassName
{
background-color: #A3498D;
}
</style>
border-color css
<style>
span { border-color: #A3498D; }
span { border-color: rgb(163,73,141); }
td.TdClassName
{
border-color: #A3498D;
}
.TagClassName
{
border-color: #A3498D;
}
</style>