Shades of Violet Blue #A44B97
Tints of Violet Blue #A44B97
RGB
CMYK
RGB Variations
Color information
#A44B97 (or 0xA44B97) is known color: Violet Blue. HEX triplet: A4, 4B and 97. RGB value is (164,75,151). Sum of RGB (Red+Green+Blue) = 164+75+151=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B97 is #5BB468. Grayscale: #6E6E6E. Windows color (decimal): -6009961 or 9915300. OLE color: 9915300.
HSL color Cylindrical-coordinate representation of color #A44B97: hue angle of 308.76º 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 #A44B97 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 151 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.36 |
| HSL | 308.76º | 0.37% | 0.47% | - |
| HSV(B) | 308.76º | 0.54% | 0.64% | - |
| XYZ | 23.41 | 15.16 | 30.97 | - |
| YUV | 110.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 151 | 0 | 0.54 | 0.08 | 0.36 | 308.76 | 0.37 | 0.47 |
| Hex | A4 | 4B | 97 | 0 | 36 | 8 | 24 | 135 | 25 | 2F |
| Octal | 244 | 113 | 227 | 0 | 66 | 10 | 44 | 465 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10010111 | 0 | 110110 | 1000 | 100100 | 100110101 | 100101 | 101111 |
Color Harmonies of #A44B97
Complementary color
Monochromatic Colors of #A44B97
Black with #A44B97
Text Example
Text Example
White with #A44B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B97; }
p { color: rgb(164,75,151); }
H1.HeaderClassName
{
color: #A44B97;
}
.AnyTagClassName
{
color: #A44B97;
}
</style>
background-color css
<style>
a { background-color: #A44B97; }
a { background-color: rgb(164,75,151); }
div.DivClassName
{
background-color: #A44B97;
}
.BgClassName
{
background-color: #A44B97;
}
</style>
border-color css
<style>
span { border-color: #A44B97; }
span { border-color: rgb(164,75,151); }
td.TdClassName
{
border-color: #A44B97;
}
.TagClassName
{
border-color: #A44B97;
}
</style>