Shades of Violet Blue #A44B93
Tints of Violet Blue #A44B93
RGB
CMYK
RGB Variations
Color information
#A44B93 (or 0xA44B93) is known color: Violet Blue. HEX triplet: A4, 4B and 93. RGB value is (164,75,147). Sum of RGB (Red+Green+Blue) = 164+75+147=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B93 is #5BB46C. Grayscale: #6D6D6D. Windows color (decimal): -6009965 or 9653156. OLE color: 9653156.
HSL color Cylindrical-coordinate representation of color #A44B93: hue angle of 311.46º 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 #A44B93 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 147 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.36 |
| HSL | 311.46º | 0.37% | 0.47% | - |
| HSV(B) | 311.46º | 0.54% | 0.64% | - |
| XYZ | 23.09 | 15.03 | 29.29 | - |
| YUV | 109.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 147 | 0 | 0.54 | 0.10 | 0.36 | 311.46 | 0.37 | 0.47 |
| Hex | A4 | 4B | 93 | 0 | 36 | A | 24 | 137 | 25 | 2F |
| Octal | 244 | 113 | 223 | 0 | 66 | 12 | 44 | 467 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10010011 | 0 | 110110 | 1010 | 100100 | 100110111 | 100101 | 101111 |
Color Harmonies of #A44B93
Complementary color
Monochromatic Colors of #A44B93
Black with #A44B93
Text Example
Text Example
White with #A44B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B93; }
p { color: rgb(164,75,147); }
H1.HeaderClassName
{
color: #A44B93;
}
.AnyTagClassName
{
color: #A44B93;
}
</style>
background-color css
<style>
a { background-color: #A44B93; }
a { background-color: rgb(164,75,147); }
div.DivClassName
{
background-color: #A44B93;
}
.BgClassName
{
background-color: #A44B93;
}
</style>
border-color css
<style>
span { border-color: #A44B93; }
span { border-color: rgb(164,75,147); }
td.TdClassName
{
border-color: #A44B93;
}
.TagClassName
{
border-color: #A44B93;
}
</style>