Shades of Violet Blue #A44D8D
Tints of Violet Blue #A44D8D
RGB
CMYK
RGB Variations
Color information
#A44D8D (or 0xA44D8D) is known color: Violet Blue. HEX triplet: A4, 4D and 8D. RGB value is (164,77,141). Sum of RGB (Red+Green+Blue) = 164+77+141=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D8D is #5BB272. Grayscale: #6E6E6E. Windows color (decimal): -6009459 or 9260452. OLE color: 9260452.
HSL color Cylindrical-coordinate representation of color #A44D8D: hue angle of 315.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D8D is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 141 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.36 |
| HSL | 315.86º | 0.36% | 0.47% | - |
| HSV(B) | 315.86º | 0.53% | 0.64% | - |
| XYZ | 22.77 | 15.12 | 26.92 | - |
| YUV | 110.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 141 | 0 | 0.53 | 0.14 | 0.36 | 315.86 | 0.36 | 0.47 |
| Hex | A4 | 4D | 8D | 0 | 35 | E | 24 | 13C | 24 | 2F |
| Octal | 244 | 115 | 215 | 0 | 65 | 16 | 44 | 474 | 44 | 57 |
| Binary | 10100100 | 1001101 | 10001101 | 0 | 110101 | 1110 | 100100 | 100111100 | 100100 | 101111 |
Color Harmonies of #A44D8D
Complementary color
Monochromatic Colors of #A44D8D
Black with #A44D8D
Text Example
Text Example
White with #A44D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D8D; }
p { color: rgb(164,77,141); }
H1.HeaderClassName
{
color: #A44D8D;
}
.AnyTagClassName
{
color: #A44D8D;
}
</style>
background-color css
<style>
a { background-color: #A44D8D; }
a { background-color: rgb(164,77,141); }
div.DivClassName
{
background-color: #A44D8D;
}
.BgClassName
{
background-color: #A44D8D;
}
</style>
border-color css
<style>
span { border-color: #A44D8D; }
span { border-color: rgb(164,77,141); }
td.TdClassName
{
border-color: #A44D8D;
}
.TagClassName
{
border-color: #A44D8D;
}
</style>