Shades of Violet Blue #A3599F
Tints of Violet Blue #A3599F
RGB
CMYK
RGB Variations
Color information
#A3599F (or 0xA3599F) is known color: Violet Blue. HEX triplet: A3, 59 and 9F. RGB value is (163,89,159). Sum of RGB (Red+Green+Blue) = 163+89+159=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A3599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3599F is #5CA660. Grayscale: #767676. Windows color (decimal): -6071905 or 10443171. OLE color: 10443171.
HSL color Cylindrical-coordinate representation of color #A3599F: hue angle of 303.24º 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 #A3599F is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 159 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.36 |
| HSL | 303.24º | 0.29% | 0.49% | - |
| HSV(B) | 303.24º | 0.45% | 0.64% | - |
| XYZ | 24.93 | 17.43 | 34.85 | - |
| YUV | 119.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 159 | 0 | 0.45 | 0.02 | 0.36 | 303.24 | 0.29 | 0.49 |
| Hex | A3 | 59 | 9F | 0 | 2D | 2 | 24 | 12F | 1D | 31 |
| Octal | 243 | 131 | 237 | 0 | 55 | 2 | 44 | 457 | 35 | 61 |
| Binary | 10100011 | 1011001 | 10011111 | 0 | 101101 | 10 | 100100 | 100101111 | 11101 | 110001 |
Color Harmonies of #A3599F
Complementary color
Monochromatic Colors of #A3599F
Black with #A3599F
Text Example
Text Example
White with #A3599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3599F; }
p { color: rgb(163,89,159); }
H1.HeaderClassName
{
color: #A3599F;
}
.AnyTagClassName
{
color: #A3599F;
}
</style>
background-color css
<style>
a { background-color: #A3599F; }
a { background-color: rgb(163,89,159); }
div.DivClassName
{
background-color: #A3599F;
}
.BgClassName
{
background-color: #A3599F;
}
</style>
border-color css
<style>
span { border-color: #A3599F; }
span { border-color: rgb(163,89,159); }
td.TdClassName
{
border-color: #A3599F;
}
.TagClassName
{
border-color: #A3599F;
}
</style>