Shades of Violet Blue #A4589C
Tints of Violet Blue #A4589C
RGB
CMYK
RGB Variations
Color information
#A4589C (or 0xA4589C) is known color: Violet Blue. HEX triplet: A4, 58 and 9C. RGB value is (164,88,156). Sum of RGB (Red+Green+Blue) = 164+88+156=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589C is #5BA763. Grayscale: #767676. Windows color (decimal): -6006628 or 10246308. OLE color: 10246308.
HSL color Cylindrical-coordinate representation of color #A4589C: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4589C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 156 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.36 |
| HSL | 306.32º | 0.3% | 0.49% | - |
| HSV(B) | 306.32º | 0.46% | 0.64% | - |
| XYZ | 24.8 | 17.27 | 33.48 | - |
| YUV | 118.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 156 | 0 | 0.46 | 0.05 | 0.36 | 306.32 | 0.3 | 0.49 |
| Hex | A4 | 58 | 9C | 0 | 2E | 5 | 24 | 132 | 1E | 31 |
| Octal | 244 | 130 | 234 | 0 | 56 | 5 | 44 | 462 | 36 | 61 |
| Binary | 10100100 | 1011000 | 10011100 | 0 | 101110 | 101 | 100100 | 100110010 | 11110 | 110001 |
Color Harmonies of #A4589C
Complementary color
Monochromatic Colors of #A4589C
Black with #A4589C
Text Example
Text Example
White with #A4589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4589C; }
p { color: rgb(164,88,156); }
H1.HeaderClassName
{
color: #A4589C;
}
.AnyTagClassName
{
color: #A4589C;
}
</style>
background-color css
<style>
a { background-color: #A4589C; }
a { background-color: rgb(164,88,156); }
div.DivClassName
{
background-color: #A4589C;
}
.BgClassName
{
background-color: #A4589C;
}
</style>
border-color css
<style>
span { border-color: #A4589C; }
span { border-color: rgb(164,88,156); }
td.TdClassName
{
border-color: #A4589C;
}
.TagClassName
{
border-color: #A4589C;
}
</style>