Shades of Violet Blue #A3579F
Tints of Violet Blue #A3579F
RGB
CMYK
RGB Variations
Color information
#A3579F (or 0xA3579F) is known color: Violet Blue. HEX triplet: A3, 57 and 9F. RGB value is (163,87,159). Sum of RGB (Red+Green+Blue) = 163+87+159=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3579F is #5CA860. Grayscale: #757575. Windows color (decimal): -6072417 or 10442659. OLE color: 10442659.
HSL color Cylindrical-coordinate representation of color #A3579F: hue angle of 303.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3579F is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 159 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.36 |
| HSL | 303.16º | 0.3% | 0.49% | - |
| HSV(B) | 303.16º | 0.47% | 0.64% | - |
| XYZ | 24.77 | 17.11 | 34.8 | - |
| YUV | 117.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 159 | 0 | 0.47 | 0.02 | 0.36 | 303.16 | 0.3 | 0.49 |
| Hex | A3 | 57 | 9F | 0 | 2F | 2 | 24 | 12F | 1E | 31 |
| Octal | 243 | 127 | 237 | 0 | 57 | 2 | 44 | 457 | 36 | 61 |
| Binary | 10100011 | 1010111 | 10011111 | 0 | 101111 | 10 | 100100 | 100101111 | 11110 | 110001 |
Color Harmonies of #A3579F
Complementary color
Monochromatic Colors of #A3579F
Black with #A3579F
Text Example
Text Example
White with #A3579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3579F; }
p { color: rgb(163,87,159); }
H1.HeaderClassName
{
color: #A3579F;
}
.AnyTagClassName
{
color: #A3579F;
}
</style>
background-color css
<style>
a { background-color: #A3579F; }
a { background-color: rgb(163,87,159); }
div.DivClassName
{
background-color: #A3579F;
}
.BgClassName
{
background-color: #A3579F;
}
</style>
border-color css
<style>
span { border-color: #A3579F; }
span { border-color: rgb(163,87,159); }
td.TdClassName
{
border-color: #A3579F;
}
.TagClassName
{
border-color: #A3579F;
}
</style>