Shades of Violet Blue #A44690
Tints of Violet Blue #A44690
RGB
CMYK
RGB Variations
Color information
#A44690 (or 0xA44690) is known color: Violet Blue. HEX triplet: A4, 46 and 90. RGB value is (164,70,144). Sum of RGB (Red+Green+Blue) = 164+70+144=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A44690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44690 is #5BB96F. Grayscale: #6A6A6A. Windows color (decimal): -6011248 or 9455268. OLE color: 9455268.
HSL color Cylindrical-coordinate representation of color #A44690: hue angle of 312.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44690 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 144 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.36 |
| HSL | 312.77º | 0.4% | 0.46% | - |
| HSV(B) | 312.77º | 0.57% | 0.64% | - |
| XYZ | 22.53 | 14.29 | 27.96 | - |
| YUV | 106.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 144 | 0 | 0.57 | 0.12 | 0.36 | 312.77 | 0.4 | 0.46 |
| Hex | A4 | 46 | 90 | 0 | 39 | C | 24 | 139 | 28 | 2E |
| Octal | 244 | 106 | 220 | 0 | 71 | 14 | 44 | 471 | 50 | 56 |
| Binary | 10100100 | 1000110 | 10010000 | 0 | 111001 | 1100 | 100100 | 100111001 | 101000 | 101110 |
Color Harmonies of #A44690
Complementary color
Monochromatic Colors of #A44690
Black with #A44690
Text Example
Text Example
White with #A44690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44690; }
p { color: rgb(164,70,144); }
H1.HeaderClassName
{
color: #A44690;
}
.AnyTagClassName
{
color: #A44690;
}
</style>
background-color css
<style>
a { background-color: #A44690; }
a { background-color: rgb(164,70,144); }
div.DivClassName
{
background-color: #A44690;
}
.BgClassName
{
background-color: #A44690;
}
</style>
border-color css
<style>
span { border-color: #A44690; }
span { border-color: rgb(164,70,144); }
td.TdClassName
{
border-color: #A44690;
}
.TagClassName
{
border-color: #A44690;
}
</style>