Shades of Violet Blue #A3599D
Tints of Violet Blue #A3599D
RGB
CMYK
RGB Variations
Color information
#A3599D (or 0xA3599D) is known color: Violet Blue. HEX triplet: A3, 59 and 9D. RGB value is (163,89,157). Sum of RGB (Red+Green+Blue) = 163+89+157=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3599D is #5CA662. Grayscale: #767676. Windows color (decimal): -6071907 or 10312099. OLE color: 10312099.
HSL color Cylindrical-coordinate representation of color #A3599D: hue angle of 304.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3599D is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 157 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.36 |
| HSL | 304.86º | 0.29% | 0.49% | - |
| HSV(B) | 304.86º | 0.45% | 0.64% | - |
| XYZ | 24.76 | 17.37 | 33.95 | - |
| YUV | 118.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 157 | 0 | 0.45 | 0.04 | 0.36 | 304.86 | 0.29 | 0.49 |
| Hex | A3 | 59 | 9D | 0 | 2D | 4 | 24 | 131 | 1D | 31 |
| Octal | 243 | 131 | 235 | 0 | 55 | 4 | 44 | 461 | 35 | 61 |
| Binary | 10100011 | 1011001 | 10011101 | 0 | 101101 | 100 | 100100 | 100110001 | 11101 | 110001 |
Color Harmonies of #A3599D
Complementary color
Monochromatic Colors of #A3599D
Black with #A3599D
Text Example
Text Example
White with #A3599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3599D; }
p { color: rgb(163,89,157); }
H1.HeaderClassName
{
color: #A3599D;
}
.AnyTagClassName
{
color: #A3599D;
}
</style>
background-color css
<style>
a { background-color: #A3599D; }
a { background-color: rgb(163,89,157); }
div.DivClassName
{
background-color: #A3599D;
}
.BgClassName
{
background-color: #A3599D;
}
</style>
border-color css
<style>
span { border-color: #A3599D; }
span { border-color: rgb(163,89,157); }
td.TdClassName
{
border-color: #A3599D;
}
.TagClassName
{
border-color: #A3599D;
}
</style>