Shades of Violet Blue #A4449A
Tints of Violet Blue #A4449A
RGB
CMYK
RGB Variations
Color information
#A4449A (or 0xA4449A) is known color: Violet Blue. HEX triplet: A4, 44 and 9A. RGB value is (164,68,154). Sum of RGB (Red+Green+Blue) = 164+68+154=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4449A is #5BBB65. Grayscale: #6A6A6A. Windows color (decimal): -6011750 or 10110116. OLE color: 10110116.
HSL color Cylindrical-coordinate representation of color #A4449A: hue angle of 306.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4449A is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 154 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.36 |
| HSL | 306.25º | 0.41% | 0.45% | - |
| HSV(B) | 306.25º | 0.59% | 0.64% | - |
| XYZ | 23.21 | 14.36 | 32.12 | - |
| YUV | 106.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 154 | 0 | 0.59 | 0.06 | 0.36 | 306.25 | 0.41 | 0.45 |
| Hex | A4 | 44 | 9A | 0 | 3B | 6 | 24 | 132 | 29 | 2D |
| Octal | 244 | 104 | 232 | 0 | 73 | 6 | 44 | 462 | 51 | 55 |
| Binary | 10100100 | 1000100 | 10011010 | 0 | 111011 | 110 | 100100 | 100110010 | 101001 | 101101 |
Color Harmonies of #A4449A
Complementary color
Monochromatic Colors of #A4449A
Black with #A4449A
Text Example
Text Example
White with #A4449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4449A; }
p { color: rgb(164,68,154); }
H1.HeaderClassName
{
color: #A4449A;
}
.AnyTagClassName
{
color: #A4449A;
}
</style>
background-color css
<style>
a { background-color: #A4449A; }
a { background-color: rgb(164,68,154); }
div.DivClassName
{
background-color: #A4449A;
}
.BgClassName
{
background-color: #A4449A;
}
</style>
border-color css
<style>
span { border-color: #A4449A; }
span { border-color: rgb(164,68,154); }
td.TdClassName
{
border-color: #A4449A;
}
.TagClassName
{
border-color: #A4449A;
}
</style>