Shades of Violet Blue #A44AAB
Tints of Violet Blue #A44AAB
RGB
CMYK
RGB Variations
Color information
#A44AAB (or 0xA44AAB) is known color: Violet Blue. HEX triplet: A4, 4A and AB. RGB value is (164,74,171). Sum of RGB (Red+Green+Blue) = 164+74+171=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #A44AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AAB is #5BB554. Grayscale: #6F6F6F. Windows color (decimal): -6010197 or 11225764. OLE color: 11225764.
HSL color Cylindrical-coordinate representation of color #A44AAB: hue angle of 295.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44AAB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 74 | 171 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.33 |
| HSL | 295.67º | 0.4% | 0.48% | - |
| HSV(B) | 295.67º | 0.57% | 0.67% | - |
| XYZ | 25.11 | 15.73 | 40.24 | - |
| YUV | 111.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 171 | 0.04 | 0.57 | 0 | 0.33 | 295.67 | 0.4 | 0.48 |
| Hex | A4 | 4A | AB | 4 | 39 | 0 | 21 | 128 | 28 | 30 |
| Octal | 244 | 112 | 253 | 4 | 71 | 0 | 41 | 450 | 50 | 60 |
| Binary | 10100100 | 1001010 | 10101011 | 100 | 111001 | 0 | 100001 | 100101000 | 101000 | 110000 |
Color Harmonies of #A44AAB
Complementary color
Monochromatic Colors of #A44AAB
Black with #A44AAB
Text Example
Text Example
White with #A44AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44AAB; }
p { color: rgb(164,74,171); }
H1.HeaderClassName
{
color: #A44AAB;
}
.AnyTagClassName
{
color: #A44AAB;
}
</style>
background-color css
<style>
a { background-color: #A44AAB; }
a { background-color: rgb(164,74,171); }
div.DivClassName
{
background-color: #A44AAB;
}
.BgClassName
{
background-color: #A44AAB;
}
</style>
border-color css
<style>
span { border-color: #A44AAB; }
span { border-color: rgb(164,74,171); }
td.TdClassName
{
border-color: #A44AAB;
}
.TagClassName
{
border-color: #A44AAB;
}
</style>