Shades of Violet Blue #A44F90
Tints of Violet Blue #A44F90
RGB
CMYK
RGB Variations
Color information
#A44F90 (or 0xA44F90) is known color: Violet Blue. HEX triplet: A4, 4F and 90. RGB value is (164,79,144). Sum of RGB (Red+Green+Blue) = 164+79+144=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44F90 is #5BB06F. Grayscale: #6F6F6F. Windows color (decimal): -6008944 or 9457572. OLE color: 9457572.
HSL color Cylindrical-coordinate representation of color #A44F90: hue angle of 314.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F90 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 79 | 144 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.36 |
| HSL | 314.12º | 0.35% | 0.48% | - |
| HSV(B) | 314.12º | 0.52% | 0.64% | - |
| XYZ | 23.14 | 15.5 | 28.16 | - |
| YUV | 111.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 144 | 0 | 0.52 | 0.12 | 0.36 | 314.12 | 0.35 | 0.48 |
| Hex | A4 | 4F | 90 | 0 | 34 | C | 24 | 13A | 23 | 30 |
| Octal | 244 | 117 | 220 | 0 | 64 | 14 | 44 | 472 | 43 | 60 |
| Binary | 10100100 | 1001111 | 10010000 | 0 | 110100 | 1100 | 100100 | 100111010 | 100011 | 110000 |
Color Harmonies of #A44F90
Complementary color
Monochromatic Colors of #A44F90
Black with #A44F90
Text Example
Text Example
White with #A44F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44F90; }
p { color: rgb(164,79,144); }
H1.HeaderClassName
{
color: #A44F90;
}
.AnyTagClassName
{
color: #A44F90;
}
</style>
background-color css
<style>
a { background-color: #A44F90; }
a { background-color: rgb(164,79,144); }
div.DivClassName
{
background-color: #A44F90;
}
.BgClassName
{
background-color: #A44F90;
}
</style>
border-color css
<style>
span { border-color: #A44F90; }
span { border-color: rgb(164,79,144); }
td.TdClassName
{
border-color: #A44F90;
}
.TagClassName
{
border-color: #A44F90;
}
</style>