Shades of Violet Blue #A44B95
Tints of Violet Blue #A44B95
RGB
CMYK
RGB Variations
Color information
#A44B95 (or 0xA44B95) is known color: Violet Blue. HEX triplet: A4, 4B and 95. RGB value is (164,75,149). Sum of RGB (Red+Green+Blue) = 164+75+149=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B95 is #5BB46A. Grayscale: #6D6D6D. Windows color (decimal): -6009963 or 9784228. OLE color: 9784228.
HSL color Cylindrical-coordinate representation of color #A44B95: hue angle of 310.11º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B95 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 149 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.36 |
| HSL | 310.11º | 0.37% | 0.47% | - |
| HSV(B) | 310.11º | 0.54% | 0.64% | - |
| XYZ | 23.25 | 15.09 | 30.12 | - |
| YUV | 110.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 149 | 0 | 0.54 | 0.09 | 0.36 | 310.11 | 0.37 | 0.47 |
| Hex | A4 | 4B | 95 | 0 | 36 | 9 | 24 | 136 | 25 | 2F |
| Octal | 244 | 113 | 225 | 0 | 66 | 11 | 44 | 466 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10010101 | 0 | 110110 | 1001 | 100100 | 100110110 | 100101 | 101111 |
Color Harmonies of #A44B95
Complementary color
Monochromatic Colors of #A44B95
Black with #A44B95
Text Example
Text Example
White with #A44B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B95; }
p { color: rgb(164,75,149); }
H1.HeaderClassName
{
color: #A44B95;
}
.AnyTagClassName
{
color: #A44B95;
}
</style>
background-color css
<style>
a { background-color: #A44B95; }
a { background-color: rgb(164,75,149); }
div.DivClassName
{
background-color: #A44B95;
}
.BgClassName
{
background-color: #A44B95;
}
</style>
border-color css
<style>
span { border-color: #A44B95; }
span { border-color: rgb(164,75,149); }
td.TdClassName
{
border-color: #A44B95;
}
.TagClassName
{
border-color: #A44B95;
}
</style>