Shades of Violet Blue #A44591
Tints of Violet Blue #A44591
RGB
CMYK
RGB Variations
Color information
#A44591 (or 0xA44591) is known color: Violet Blue. HEX triplet: A4, 45 and 91. RGB value is (164,69,145). Sum of RGB (Red+Green+Blue) = 164+69+145=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A44591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44591 is #5BBA6E. Grayscale: #696969. Windows color (decimal): -6011503 or 9520548. OLE color: 9520548.
HSL color Cylindrical-coordinate representation of color #A44591: hue angle of 312º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44591 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 145 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.36 |
| HSL | 312º | 0.41% | 0.46% | - |
| HSV(B) | 312º | 0.58% | 0.64% | - |
| XYZ | 22.55 | 14.19 | 28.34 | - |
| YUV | 106.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 145 | 0 | 0.58 | 0.12 | 0.36 | 312 | 0.41 | 0.46 |
| Hex | A4 | 45 | 91 | 0 | 3A | C | 24 | 138 | 29 | 2E |
| Octal | 244 | 105 | 221 | 0 | 72 | 14 | 44 | 470 | 51 | 56 |
| Binary | 10100100 | 1000101 | 10010001 | 0 | 111010 | 1100 | 100100 | 100111000 | 101001 | 101110 |
Color Harmonies of #A44591
Complementary color
Monochromatic Colors of #A44591
Black with #A44591
Text Example
Text Example
White with #A44591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44591; }
p { color: rgb(164,69,145); }
H1.HeaderClassName
{
color: #A44591;
}
.AnyTagClassName
{
color: #A44591;
}
</style>
background-color css
<style>
a { background-color: #A44591; }
a { background-color: rgb(164,69,145); }
div.DivClassName
{
background-color: #A44591;
}
.BgClassName
{
background-color: #A44591;
}
</style>
border-color css
<style>
span { border-color: #A44591; }
span { border-color: rgb(164,69,145); }
td.TdClassName
{
border-color: #A44591;
}
.TagClassName
{
border-color: #A44591;
}
</style>