Shades of Violet Blue #A4489E
Tints of Violet Blue #A4489E
RGB
CMYK
RGB Variations
Color information
#A4489E (or 0xA4489E) is known color: Violet Blue. HEX triplet: A4, 48 and 9E. RGB value is (164,72,158). Sum of RGB (Red+Green+Blue) = 164+72+158=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4489E is #5BB761. Grayscale: #6D6D6D. Windows color (decimal): -6010722 or 10373284. OLE color: 10373284.
HSL color Cylindrical-coordinate representation of color #A4489E: hue angle of 303.91º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4489E is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 158 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.36 |
| HSL | 303.91º | 0.39% | 0.46% | - |
| HSV(B) | 303.91º | 0.56% | 0.64% | - |
| XYZ | 23.8 | 15 | 33.99 | - |
| YUV | 109.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 158 | 0 | 0.56 | 0.04 | 0.36 | 303.91 | 0.39 | 0.46 |
| Hex | A4 | 48 | 9E | 0 | 38 | 4 | 24 | 130 | 27 | 2E |
| Octal | 244 | 110 | 236 | 0 | 70 | 4 | 44 | 460 | 47 | 56 |
| Binary | 10100100 | 1001000 | 10011110 | 0 | 111000 | 100 | 100100 | 100110000 | 100111 | 101110 |
Color Harmonies of #A4489E
Complementary color
Monochromatic Colors of #A4489E
Black with #A4489E
Text Example
Text Example
White with #A4489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4489E; }
p { color: rgb(164,72,158); }
H1.HeaderClassName
{
color: #A4489E;
}
.AnyTagClassName
{
color: #A4489E;
}
</style>
background-color css
<style>
a { background-color: #A4489E; }
a { background-color: rgb(164,72,158); }
div.DivClassName
{
background-color: #A4489E;
}
.BgClassName
{
background-color: #A4489E;
}
</style>
border-color css
<style>
span { border-color: #A4489E; }
span { border-color: rgb(164,72,158); }
td.TdClassName
{
border-color: #A4489E;
}
.TagClassName
{
border-color: #A4489E;
}
</style>