Shades of Violet Blue #A44AA1
Tints of Violet Blue #A44AA1
RGB
CMYK
RGB Variations
Color information
#A44AA1 (or 0xA44AA1) is known color: Violet Blue. HEX triplet: A4, 4A and A1. RGB value is (164,74,161). Sum of RGB (Red+Green+Blue) = 164+74+161=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A44AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AA1 is #5BB55E. Grayscale: #6E6E6E. Windows color (decimal): -6010207 or 10570404. OLE color: 10570404.
HSL color Cylindrical-coordinate representation of color #A44AA1: hue angle of 302º 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 #A44AA1 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 161 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.36 |
| HSL | 302º | 0.38% | 0.47% | - |
| HSV(B) | 302º | 0.55% | 0.64% | - |
| XYZ | 24.19 | 15.36 | 35.41 | - |
| YUV | 110.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 161 | 0 | 0.55 | 0.02 | 0.36 | 302 | 0.38 | 0.47 |
| Hex | A4 | 4A | A1 | 0 | 37 | 2 | 24 | 12E | 26 | 2F |
| Octal | 244 | 112 | 241 | 0 | 67 | 2 | 44 | 456 | 46 | 57 |
| Binary | 10100100 | 1001010 | 10100001 | 0 | 110111 | 10 | 100100 | 100101110 | 100110 | 101111 |
Color Harmonies of #A44AA1
Complementary color
Monochromatic Colors of #A44AA1
Black with #A44AA1
Text Example
Text Example
White with #A44AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AA1; }
p { color: rgb(164,74,161); }
H1.HeaderClassName
{
color: #A44AA1;
}
.AnyTagClassName
{
color: #A44AA1;
}
</style>
background-color css
<style>
a { background-color: #A44AA1; }
a { background-color: rgb(164,74,161); }
div.DivClassName
{
background-color: #A44AA1;
}
.BgClassName
{
background-color: #A44AA1;
}
</style>
border-color css
<style>
span { border-color: #A44AA1; }
span { border-color: rgb(164,74,161); }
td.TdClassName
{
border-color: #A44AA1;
}
.TagClassName
{
border-color: #A44AA1;
}
</style>