Shades of Violet Blue #A4499D
Tints of Violet Blue #A4499D
RGB
CMYK
RGB Variations
Color information
#A4499D (or 0xA4499D) is known color: Violet Blue. HEX triplet: A4, 49 and 9D. RGB value is (164,73,157). Sum of RGB (Red+Green+Blue) = 164+73+157=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499D is #5BB662. Grayscale: #6D6D6D. Windows color (decimal): -6010467 or 10308004. OLE color: 10308004.
HSL color Cylindrical-coordinate representation of color #A4499D: hue angle of 304.62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4499D is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 157 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.36 |
| HSL | 304.62º | 0.38% | 0.46% | - |
| HSV(B) | 304.62º | 0.55% | 0.64% | - |
| XYZ | 23.78 | 15.09 | 33.56 | - |
| YUV | 109.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 157 | 0 | 0.55 | 0.04 | 0.36 | 304.62 | 0.38 | 0.46 |
| Hex | A4 | 49 | 9D | 0 | 37 | 4 | 24 | 131 | 26 | 2E |
| Octal | 244 | 111 | 235 | 0 | 67 | 4 | 44 | 461 | 46 | 56 |
| Binary | 10100100 | 1001001 | 10011101 | 0 | 110111 | 100 | 100100 | 100110001 | 100110 | 101110 |
Color Harmonies of #A4499D
Complementary color
Monochromatic Colors of #A4499D
Black with #A4499D
Text Example
Text Example
White with #A4499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4499D; }
p { color: rgb(164,73,157); }
H1.HeaderClassName
{
color: #A4499D;
}
.AnyTagClassName
{
color: #A4499D;
}
</style>
background-color css
<style>
a { background-color: #A4499D; }
a { background-color: rgb(164,73,157); }
div.DivClassName
{
background-color: #A4499D;
}
.BgClassName
{
background-color: #A4499D;
}
</style>
border-color css
<style>
span { border-color: #A4499D; }
span { border-color: rgb(164,73,157); }
td.TdClassName
{
border-color: #A4499D;
}
.TagClassName
{
border-color: #A4499D;
}
</style>