Shades of Violet Blue #A4589F
Tints of Violet Blue #A4589F
RGB
CMYK
RGB Variations
Color information
#A4589F (or 0xA4589F) is known color: Violet Blue. HEX triplet: A4, 58 and 9F. RGB value is (164,88,159). Sum of RGB (Red+Green+Blue) = 164+88+159=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589F is #5BA760. Grayscale: #767676. Windows color (decimal): -6006625 or 10442916. OLE color: 10442916.
HSL color Cylindrical-coordinate representation of color #A4589F: hue angle of 303.95º 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 #A4589F is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 159 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.36 |
| HSL | 303.95º | 0.3% | 0.49% | - |
| HSV(B) | 303.95º | 0.46% | 0.64% | - |
| XYZ | 25.06 | 17.38 | 34.83 | - |
| YUV | 118.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 159 | 0 | 0.46 | 0.03 | 0.36 | 303.95 | 0.3 | 0.49 |
| Hex | A4 | 58 | 9F | 0 | 2E | 3 | 24 | 130 | 1E | 31 |
| Octal | 244 | 130 | 237 | 0 | 56 | 3 | 44 | 460 | 36 | 61 |
| Binary | 10100100 | 1011000 | 10011111 | 0 | 101110 | 11 | 100100 | 100110000 | 11110 | 110001 |
Color Harmonies of #A4589F
Complementary color
Monochromatic Colors of #A4589F
Black with #A4589F
Text Example
Text Example
White with #A4589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4589F; }
p { color: rgb(164,88,159); }
H1.HeaderClassName
{
color: #A4589F;
}
.AnyTagClassName
{
color: #A4589F;
}
</style>
background-color css
<style>
a { background-color: #A4589F; }
a { background-color: rgb(164,88,159); }
div.DivClassName
{
background-color: #A4589F;
}
.BgClassName
{
background-color: #A4589F;
}
</style>
border-color css
<style>
span { border-color: #A4589F; }
span { border-color: rgb(164,88,159); }
td.TdClassName
{
border-color: #A4589F;
}
.TagClassName
{
border-color: #A4589F;
}
</style>