Shades of Violet Blue #A44C9E
Tints of Violet Blue #A44C9E
RGB
CMYK
RGB Variations
Color information
#A44C9E (or 0xA44C9E) is known color: Violet Blue. HEX triplet: A4, 4C and 9E. RGB value is (164,76,158). Sum of RGB (Red+Green+Blue) = 164+76+158=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9E is #5BB361. Grayscale: #6F6F6F. Windows color (decimal): -6009698 or 10374308. OLE color: 10374308.
HSL color Cylindrical-coordinate representation of color #A44C9E: hue angle of 304.09º 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 #A44C9E is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 158 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.36 |
| HSL | 304.09º | 0.37% | 0.47% | - |
| HSV(B) | 304.09º | 0.54% | 0.64% | - |
| XYZ | 24.07 | 15.53 | 34.08 | - |
| YUV | 111.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 158 | 0 | 0.54 | 0.04 | 0.36 | 304.09 | 0.37 | 0.47 |
| Hex | A4 | 4C | 9E | 0 | 36 | 4 | 24 | 130 | 25 | 2F |
| Octal | 244 | 114 | 236 | 0 | 66 | 4 | 44 | 460 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10011110 | 0 | 110110 | 100 | 100100 | 100110000 | 100101 | 101111 |
Color Harmonies of #A44C9E
Complementary color
Monochromatic Colors of #A44C9E
Black with #A44C9E
Text Example
Text Example
White with #A44C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C9E; }
p { color: rgb(164,76,158); }
H1.HeaderClassName
{
color: #A44C9E;
}
.AnyTagClassName
{
color: #A44C9E;
}
</style>
background-color css
<style>
a { background-color: #A44C9E; }
a { background-color: rgb(164,76,158); }
div.DivClassName
{
background-color: #A44C9E;
}
.BgClassName
{
background-color: #A44C9E;
}
</style>
border-color css
<style>
span { border-color: #A44C9E; }
span { border-color: rgb(164,76,158); }
td.TdClassName
{
border-color: #A44C9E;
}
.TagClassName
{
border-color: #A44C9E;
}
</style>