Shades of Violet Blue #A44895
Tints of Violet Blue #A44895
RGB
CMYK
RGB Variations
Color information
#A44895 (or 0xA44895) is known color: Violet Blue. HEX triplet: A4, 48 and 95. RGB value is (164,72,149). Sum of RGB (Red+Green+Blue) = 164+72+149=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44895 is #5BB76A. Grayscale: #6C6C6C. Windows color (decimal): -6010731 or 9783460. OLE color: 9783460.
HSL color Cylindrical-coordinate representation of color #A44895: hue angle of 309.78º 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 #A44895 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 149 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.36 |
| HSL | 309.78º | 0.39% | 0.46% | - |
| HSV(B) | 309.78º | 0.56% | 0.64% | - |
| XYZ | 23.05 | 14.7 | 30.06 | - |
| YUV | 108.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 149 | 0 | 0.56 | 0.09 | 0.36 | 309.78 | 0.39 | 0.46 |
| Hex | A4 | 48 | 95 | 0 | 38 | 9 | 24 | 136 | 27 | 2E |
| Octal | 244 | 110 | 225 | 0 | 70 | 11 | 44 | 466 | 47 | 56 |
| Binary | 10100100 | 1001000 | 10010101 | 0 | 111000 | 1001 | 100100 | 100110110 | 100111 | 101110 |
Color Harmonies of #A44895
Complementary color
Monochromatic Colors of #A44895
Black with #A44895
Text Example
Text Example
White with #A44895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44895; }
p { color: rgb(164,72,149); }
H1.HeaderClassName
{
color: #A44895;
}
.AnyTagClassName
{
color: #A44895;
}
</style>
background-color css
<style>
a { background-color: #A44895; }
a { background-color: rgb(164,72,149); }
div.DivClassName
{
background-color: #A44895;
}
.BgClassName
{
background-color: #A44895;
}
</style>
border-color css
<style>
span { border-color: #A44895; }
span { border-color: rgb(164,72,149); }
td.TdClassName
{
border-color: #A44895;
}
.TagClassName
{
border-color: #A44895;
}
</style>