Shades of Violet Blue #A44C9B
Tints of Violet Blue #A44C9B
RGB
CMYK
RGB Variations
Color information
#A44C9B (or 0xA44C9B) is known color: Violet Blue. HEX triplet: A4, 4C and 9B. RGB value is (164,76,155). Sum of RGB (Red+Green+Blue) = 164+76+155=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9B is #5BB364. Grayscale: #6F6F6F. Windows color (decimal): -6009701 or 10177700. OLE color: 10177700.
HSL color Cylindrical-coordinate representation of color #A44C9B: hue angle of 306.14º 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 #A44C9B is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 155 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.36 |
| HSL | 306.14º | 0.37% | 0.47% | - |
| HSV(B) | 306.14º | 0.54% | 0.64% | - |
| XYZ | 23.81 | 15.43 | 32.73 | - |
| YUV | 111.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 155 | 0 | 0.54 | 0.05 | 0.36 | 306.14 | 0.37 | 0.47 |
| Hex | A4 | 4C | 9B | 0 | 36 | 5 | 24 | 132 | 25 | 2F |
| Octal | 244 | 114 | 233 | 0 | 66 | 5 | 44 | 462 | 45 | 57 |
| Binary | 10100100 | 1001100 | 10011011 | 0 | 110110 | 101 | 100100 | 100110010 | 100101 | 101111 |
Color Harmonies of #A44C9B
Complementary color
Monochromatic Colors of #A44C9B
Black with #A44C9B
Text Example
Text Example
White with #A44C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C9B; }
p { color: rgb(164,76,155); }
H1.HeaderClassName
{
color: #A44C9B;
}
.AnyTagClassName
{
color: #A44C9B;
}
</style>
background-color css
<style>
a { background-color: #A44C9B; }
a { background-color: rgb(164,76,155); }
div.DivClassName
{
background-color: #A44C9B;
}
.BgClassName
{
background-color: #A44C9B;
}
</style>
border-color css
<style>
span { border-color: #A44C9B; }
span { border-color: rgb(164,76,155); }
td.TdClassName
{
border-color: #A44C9B;
}
.TagClassName
{
border-color: #A44C9B;
}
</style>