Shades of Violet Blue #A44BA1
Tints of Violet Blue #A44BA1
RGB
CMYK
RGB Variations
Color information
#A44BA1 (or 0xA44BA1) is known color: Violet Blue. HEX triplet: A4, 4B and A1. RGB value is (164,75,161). Sum of RGB (Red+Green+Blue) = 164+75+161=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A44BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BA1 is #5BB45E. Grayscale: #6F6F6F. Windows color (decimal): -6009951 or 10570660. OLE color: 10570660.
HSL color Cylindrical-coordinate representation of color #A44BA1: hue angle of 302.02º 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 #A44BA1 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 161 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.36 |
| HSL | 302.02º | 0.37% | 0.47% | - |
| HSV(B) | 302.02º | 0.54% | 0.64% | - |
| XYZ | 24.26 | 15.5 | 35.43 | - |
| YUV | 111.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 161 | 0 | 0.54 | 0.02 | 0.36 | 302.02 | 0.37 | 0.47 |
| Hex | A4 | 4B | A1 | 0 | 36 | 2 | 24 | 12E | 25 | 2F |
| Octal | 244 | 113 | 241 | 0 | 66 | 2 | 44 | 456 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10100001 | 0 | 110110 | 10 | 100100 | 100101110 | 100101 | 101111 |
Color Harmonies of #A44BA1
Complementary color
Monochromatic Colors of #A44BA1
Black with #A44BA1
Text Example
Text Example
White with #A44BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BA1; }
p { color: rgb(164,75,161); }
H1.HeaderClassName
{
color: #A44BA1;
}
.AnyTagClassName
{
color: #A44BA1;
}
</style>
background-color css
<style>
a { background-color: #A44BA1; }
a { background-color: rgb(164,75,161); }
div.DivClassName
{
background-color: #A44BA1;
}
.BgClassName
{
background-color: #A44BA1;
}
</style>
border-color css
<style>
span { border-color: #A44BA1; }
span { border-color: rgb(164,75,161); }
td.TdClassName
{
border-color: #A44BA1;
}
.TagClassName
{
border-color: #A44BA1;
}
</style>