Shades of Violet Blue #A4499B
Tints of Violet Blue #A4499B
RGB
CMYK
RGB Variations
Color information
#A4499B (or 0xA4499B) is known color: Violet Blue. HEX triplet: A4, 49 and 9B. RGB value is (164,73,155). Sum of RGB (Red+Green+Blue) = 164+73+155=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499B is #5BB664. Grayscale: #6D6D6D. Windows color (decimal): -6010469 or 10176932. OLE color: 10176932.
HSL color Cylindrical-coordinate representation of color #A4499B: hue angle of 305.93º 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 #A4499B is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 155 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.36 |
| HSL | 305.93º | 0.38% | 0.46% | - |
| HSV(B) | 305.93º | 0.55% | 0.64% | - |
| XYZ | 23.61 | 15.02 | 32.67 | - |
| YUV | 109.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 155 | 0 | 0.55 | 0.05 | 0.36 | 305.93 | 0.38 | 0.46 |
| Hex | A4 | 49 | 9B | 0 | 37 | 5 | 24 | 132 | 26 | 2E |
| Octal | 244 | 111 | 233 | 0 | 67 | 5 | 44 | 462 | 46 | 56 |
| Binary | 10100100 | 1001001 | 10011011 | 0 | 110111 | 101 | 100100 | 100110010 | 100110 | 101110 |
Color Harmonies of #A4499B
Complementary color
Monochromatic Colors of #A4499B
Black with #A4499B
Text Example
Text Example
White with #A4499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4499B; }
p { color: rgb(164,73,155); }
H1.HeaderClassName
{
color: #A4499B;
}
.AnyTagClassName
{
color: #A4499B;
}
</style>
background-color css
<style>
a { background-color: #A4499B; }
a { background-color: rgb(164,73,155); }
div.DivClassName
{
background-color: #A4499B;
}
.BgClassName
{
background-color: #A4499B;
}
</style>
border-color css
<style>
span { border-color: #A4499B; }
span { border-color: rgb(164,73,155); }
td.TdClassName
{
border-color: #A4499B;
}
.TagClassName
{
border-color: #A4499B;
}
</style>