Shades of Violet Blue #A44B8D
Tints of Violet Blue #A44B8D
RGB
CMYK
RGB Variations
Color information
#A44B8D (or 0xA44B8D) is known color: Violet Blue. HEX triplet: A4, 4B and 8D. RGB value is (164,75,141). Sum of RGB (Red+Green+Blue) = 164+75+141=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B8D is #5BB472. Grayscale: #6C6C6C. Windows color (decimal): -6009971 or 9259940. OLE color: 9259940.
HSL color Cylindrical-coordinate representation of color #A44B8D: hue angle of 315.51º 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 #A44B8D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 141 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.36 |
| HSL | 315.51º | 0.37% | 0.47% | - |
| HSV(B) | 315.51º | 0.54% | 0.64% | - |
| XYZ | 22.63 | 14.85 | 26.87 | - |
| YUV | 109.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 141 | 0 | 0.54 | 0.14 | 0.36 | 315.51 | 0.37 | 0.47 |
| Hex | A4 | 4B | 8D | 0 | 36 | E | 24 | 13C | 25 | 2F |
| Octal | 244 | 113 | 215 | 0 | 66 | 16 | 44 | 474 | 45 | 57 |
| Binary | 10100100 | 1001011 | 10001101 | 0 | 110110 | 1110 | 100100 | 100111100 | 100101 | 101111 |
Color Harmonies of #A44B8D
Complementary color
Monochromatic Colors of #A44B8D
Black with #A44B8D
Text Example
Text Example
White with #A44B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B8D; }
p { color: rgb(164,75,141); }
H1.HeaderClassName
{
color: #A44B8D;
}
.AnyTagClassName
{
color: #A44B8D;
}
</style>
background-color css
<style>
a { background-color: #A44B8D; }
a { background-color: rgb(164,75,141); }
div.DivClassName
{
background-color: #A44B8D;
}
.BgClassName
{
background-color: #A44B8D;
}
</style>
border-color css
<style>
span { border-color: #A44B8D; }
span { border-color: rgb(164,75,141); }
td.TdClassName
{
border-color: #A44B8D;
}
.TagClassName
{
border-color: #A44B8D;
}
</style>