Shades of Violet Blue #A44E97
Tints of Violet Blue #A44E97
RGB
CMYK
RGB Variations
Color information
#A44E97 (or 0xA44E97) is known color: Violet Blue. HEX triplet: A4, 4E and 97. RGB value is (164,78,151). Sum of RGB (Red+Green+Blue) = 164+78+151=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E97 is #5BB168. Grayscale: #6F6F6F. Windows color (decimal): -6009193 or 9916068. OLE color: 9916068.
HSL color Cylindrical-coordinate representation of color #A44E97: hue angle of 309.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E97 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 151 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.36 |
| HSL | 309.07º | 0.36% | 0.47% | - |
| HSV(B) | 309.07º | 0.52% | 0.64% | - |
| XYZ | 23.62 | 15.58 | 31.04 | - |
| YUV | 112.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 151 | 0 | 0.52 | 0.08 | 0.36 | 309.07 | 0.36 | 0.47 |
| Hex | A4 | 4E | 97 | 0 | 34 | 8 | 24 | 135 | 24 | 2F |
| Octal | 244 | 116 | 227 | 0 | 64 | 10 | 44 | 465 | 44 | 57 |
| Binary | 10100100 | 1001110 | 10010111 | 0 | 110100 | 1000 | 100100 | 100110101 | 100100 | 101111 |
Color Harmonies of #A44E97
Complementary color
Monochromatic Colors of #A44E97
Black with #A44E97
Text Example
Text Example
White with #A44E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E97; }
p { color: rgb(164,78,151); }
H1.HeaderClassName
{
color: #A44E97;
}
.AnyTagClassName
{
color: #A44E97;
}
</style>
background-color css
<style>
a { background-color: #A44E97; }
a { background-color: rgb(164,78,151); }
div.DivClassName
{
background-color: #A44E97;
}
.BgClassName
{
background-color: #A44E97;
}
</style>
border-color css
<style>
span { border-color: #A44E97; }
span { border-color: rgb(164,78,151); }
td.TdClassName
{
border-color: #A44E97;
}
.TagClassName
{
border-color: #A44E97;
}
</style>