Shades of Violet Blue #A44D8C
Tints of Violet Blue #A44D8C
RGB
CMYK
RGB Variations
Color information
#A44D8C (or 0xA44D8C) is known color: Violet Blue. HEX triplet: A4, 4D and 8C. RGB value is (164,77,140). Sum of RGB (Red+Green+Blue) = 164+77+140=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D8C is #5BB273. Grayscale: #6E6E6E. Windows color (decimal): -6009460 or 9194916. OLE color: 9194916.
HSL color Cylindrical-coordinate representation of color #A44D8C: hue angle of 316.55º 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 #A44D8C is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 140 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.36 |
| HSL | 316.55º | 0.36% | 0.47% | - |
| HSV(B) | 316.55º | 0.53% | 0.64% | - |
| XYZ | 22.7 | 15.09 | 26.53 | - |
| YUV | 110.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 140 | 0 | 0.53 | 0.15 | 0.36 | 316.55 | 0.36 | 0.47 |
| Hex | A4 | 4D | 8C | 0 | 35 | F | 24 | 13D | 24 | 2F |
| Octal | 244 | 115 | 214 | 0 | 65 | 17 | 44 | 475 | 44 | 57 |
| Binary | 10100100 | 1001101 | 10001100 | 0 | 110101 | 1111 | 100100 | 100111101 | 100100 | 101111 |
Color Harmonies of #A44D8C
Complementary color
Monochromatic Colors of #A44D8C
Black with #A44D8C
Text Example
Text Example
White with #A44D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D8C; }
p { color: rgb(164,77,140); }
H1.HeaderClassName
{
color: #A44D8C;
}
.AnyTagClassName
{
color: #A44D8C;
}
</style>
background-color css
<style>
a { background-color: #A44D8C; }
a { background-color: rgb(164,77,140); }
div.DivClassName
{
background-color: #A44D8C;
}
.BgClassName
{
background-color: #A44D8C;
}
</style>
border-color css
<style>
span { border-color: #A44D8C; }
span { border-color: rgb(164,77,140); }
td.TdClassName
{
border-color: #A44D8C;
}
.TagClassName
{
border-color: #A44D8C;
}
</style>