Shades of Violet Blue #A44BA2
Tints of Violet Blue #A44BA2
RGB
CMYK
RGB Variations
Color information
#A44BA2 (or 0xA44BA2) is known color: Violet Blue. HEX triplet: A4, 4B and A2. RGB value is (164,75,162). Sum of RGB (Red+Green+Blue) = 164+75+162=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A44BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BA2 is #5BB45D. Grayscale: #6F6F6F. Windows color (decimal): -6009950 or 10636196. OLE color: 10636196.
HSL color Cylindrical-coordinate representation of color #A44BA2: hue angle of 301.35º 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 #A44BA2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 162 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.36 |
| HSL | 301.35º | 0.37% | 0.47% | - |
| HSV(B) | 301.35º | 0.54% | 0.64% | - |
| XYZ | 24.35 | 15.53 | 35.9 | - |
| YUV | 111.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 162 | 0 | 0.54 | 0.01 | 0.36 | 301.35 | 0.37 | 0.47 |
| Hex | A4 | 4B | A2 | 0 | 36 | 1 | 24 | 12D | 25 | 2F |
| Octal | 244 | 113 | 242 | 0 | 66 | 1 | 44 | 455 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10100010 | 0 | 110110 | 1 | 100100 | 100101101 | 100101 | 101111 |
Color Harmonies of #A44BA2
Complementary color
Monochromatic Colors of #A44BA2
Black with #A44BA2
Text Example
Text Example
White with #A44BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BA2; }
p { color: rgb(164,75,162); }
H1.HeaderClassName
{
color: #A44BA2;
}
.AnyTagClassName
{
color: #A44BA2;
}
</style>
background-color css
<style>
a { background-color: #A44BA2; }
a { background-color: rgb(164,75,162); }
div.DivClassName
{
background-color: #A44BA2;
}
.BgClassName
{
background-color: #A44BA2;
}
</style>
border-color css
<style>
span { border-color: #A44BA2; }
span { border-color: rgb(164,75,162); }
td.TdClassName
{
border-color: #A44BA2;
}
.TagClassName
{
border-color: #A44BA2;
}
</style>