Shades of Violet Blue #A44A9B
Tints of Violet Blue #A44A9B
RGB
CMYK
RGB Variations
Color information
#A44A9B (or 0xA44A9B) is known color: Violet Blue. HEX triplet: A4, 4A and 9B. RGB value is (164,74,155). Sum of RGB (Red+Green+Blue) = 164+74+155=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A9B is #5BB564. Grayscale: #6D6D6D. Windows color (decimal): -6010213 or 10177188. OLE color: 10177188.
HSL color Cylindrical-coordinate representation of color #A44A9B: hue angle of 306º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A9B is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 155 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.36 |
| HSL | 306º | 0.38% | 0.47% | - |
| HSV(B) | 306º | 0.55% | 0.64% | - |
| XYZ | 23.68 | 15.16 | 32.69 | - |
| YUV | 110.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 155 | 0 | 0.55 | 0.05 | 0.36 | 306 | 0.38 | 0.47 |
| Hex | A4 | 4A | 9B | 0 | 37 | 5 | 24 | 132 | 26 | 2F |
| Octal | 244 | 112 | 233 | 0 | 67 | 5 | 44 | 462 | 46 | 57 |
| Binary | 10100100 | 1001010 | 10011011 | 0 | 110111 | 101 | 100100 | 100110010 | 100110 | 101111 |
Color Harmonies of #A44A9B
Complementary color
Monochromatic Colors of #A44A9B
Black with #A44A9B
Text Example
Text Example
White with #A44A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A9B; }
p { color: rgb(164,74,155); }
H1.HeaderClassName
{
color: #A44A9B;
}
.AnyTagClassName
{
color: #A44A9B;
}
</style>
background-color css
<style>
a { background-color: #A44A9B; }
a { background-color: rgb(164,74,155); }
div.DivClassName
{
background-color: #A44A9B;
}
.BgClassName
{
background-color: #A44A9B;
}
</style>
border-color css
<style>
span { border-color: #A44A9B; }
span { border-color: rgb(164,74,155); }
td.TdClassName
{
border-color: #A44A9B;
}
.TagClassName
{
border-color: #A44A9B;
}
</style>