Shades of Violet Blue #A4599C
Tints of Violet Blue #A4599C
RGB
CMYK
RGB Variations
Color information
#A4599C (or 0xA4599C) is known color: Violet Blue. HEX triplet: A4, 59 and 9C. RGB value is (164,89,156). Sum of RGB (Red+Green+Blue) = 164+89+156=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4599C is #5BA663. Grayscale: #767676. Windows color (decimal): -6006372 or 10246564. OLE color: 10246564.
HSL color Cylindrical-coordinate representation of color #A4599C: hue angle of 306.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4599C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 156 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.36 |
| HSL | 306.4º | 0.3% | 0.5% | - |
| HSV(B) | 306.4º | 0.46% | 0.64% | - |
| XYZ | 24.88 | 17.44 | 33.51 | - |
| YUV | 119.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 156 | 0 | 0.46 | 0.05 | 0.36 | 306.4 | 0.3 | 0.5 |
| Hex | A4 | 59 | 9C | 0 | 2E | 5 | 24 | 132 | 1E | 32 |
| Octal | 244 | 131 | 234 | 0 | 56 | 5 | 44 | 462 | 36 | 62 |
| Binary | 10100100 | 1011001 | 10011100 | 0 | 101110 | 101 | 100100 | 100110010 | 11110 | 110010 |
Color Harmonies of #A4599C
Complementary color
Monochromatic Colors of #A4599C
Black with #A4599C
Text Example
Text Example
White with #A4599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4599C; }
p { color: rgb(164,89,156); }
H1.HeaderClassName
{
color: #A4599C;
}
.AnyTagClassName
{
color: #A4599C;
}
</style>
background-color css
<style>
a { background-color: #A4599C; }
a { background-color: rgb(164,89,156); }
div.DivClassName
{
background-color: #A4599C;
}
.BgClassName
{
background-color: #A4599C;
}
</style>
border-color css
<style>
span { border-color: #A4599C; }
span { border-color: rgb(164,89,156); }
td.TdClassName
{
border-color: #A4599C;
}
.TagClassName
{
border-color: #A4599C;
}
</style>