Shades of Violet Blue #A44C91
Tints of Violet Blue #A44C91
RGB
CMYK
RGB Variations
Color information
#A44C91 (or 0xA44C91) is known color: Violet Blue. HEX triplet: A4, 4C and 91. RGB value is (164,76,145). Sum of RGB (Red+Green+Blue) = 164+76+145=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C91 is #5BB36E. Grayscale: #6D6D6D. Windows color (decimal): -6009711 or 9522340. OLE color: 9522340.
HSL color Cylindrical-coordinate representation of color #A44C91: hue angle of 312.95º 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 #A44C91 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 145 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.36 |
| HSL | 312.95º | 0.37% | 0.47% | - |
| HSV(B) | 312.95º | 0.54% | 0.64% | - |
| XYZ | 23.01 | 15.11 | 28.49 | - |
| YUV | 110.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 145 | 0 | 0.54 | 0.12 | 0.36 | 312.95 | 0.37 | 0.47 |
| Hex | A4 | 4C | 91 | 0 | 36 | C | 24 | 139 | 25 | 2F |
| Octal | 244 | 114 | 221 | 0 | 66 | 14 | 44 | 471 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10010001 | 0 | 110110 | 1100 | 100100 | 100111001 | 100101 | 101111 |
Color Harmonies of #A44C91
Complementary color
Monochromatic Colors of #A44C91
Black with #A44C91
Text Example
Text Example
White with #A44C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C91; }
p { color: rgb(164,76,145); }
H1.HeaderClassName
{
color: #A44C91;
}
.AnyTagClassName
{
color: #A44C91;
}
</style>
background-color css
<style>
a { background-color: #A44C91; }
a { background-color: rgb(164,76,145); }
div.DivClassName
{
background-color: #A44C91;
}
.BgClassName
{
background-color: #A44C91;
}
</style>
border-color css
<style>
span { border-color: #A44C91; }
span { border-color: rgb(164,76,145); }
td.TdClassName
{
border-color: #A44C91;
}
.TagClassName
{
border-color: #A44C91;
}
</style>