Shades of Violet Blue #A44C9A
Tints of Violet Blue #A44C9A
RGB
CMYK
RGB Variations
Color information
#A44C9A (or 0xA44C9A) is known color: Violet Blue. HEX triplet: A4, 4C and 9A. RGB value is (164,76,154). Sum of RGB (Red+Green+Blue) = 164+76+154=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9A is #5BB365. Grayscale: #6E6E6E. Windows color (decimal): -6009702 or 10112164. OLE color: 10112164.
HSL color Cylindrical-coordinate representation of color #A44C9A: hue angle of 306.82º 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 #A44C9A is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 154 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.36 |
| HSL | 306.82º | 0.37% | 0.47% | - |
| HSV(B) | 306.82º | 0.54% | 0.64% | - |
| XYZ | 23.73 | 15.39 | 32.29 | - |
| YUV | 111.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 154 | 0 | 0.54 | 0.06 | 0.36 | 306.82 | 0.37 | 0.47 |
| Hex | A4 | 4C | 9A | 0 | 36 | 6 | 24 | 133 | 25 | 2F |
| Octal | 244 | 114 | 232 | 0 | 66 | 6 | 44 | 463 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10011010 | 0 | 110110 | 110 | 100100 | 100110011 | 100101 | 101111 |
Color Harmonies of #A44C9A
Complementary color
Monochromatic Colors of #A44C9A
Black with #A44C9A
Text Example
Text Example
White with #A44C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C9A; }
p { color: rgb(164,76,154); }
H1.HeaderClassName
{
color: #A44C9A;
}
.AnyTagClassName
{
color: #A44C9A;
}
</style>
background-color css
<style>
a { background-color: #A44C9A; }
a { background-color: rgb(164,76,154); }
div.DivClassName
{
background-color: #A44C9A;
}
.BgClassName
{
background-color: #A44C9A;
}
</style>
border-color css
<style>
span { border-color: #A44C9A; }
span { border-color: rgb(164,76,154); }
td.TdClassName
{
border-color: #A44C9A;
}
.TagClassName
{
border-color: #A44C9A;
}
</style>