Shades of Violet Blue #A34C8D
Tints of Violet Blue #A34C8D
RGB
CMYK
RGB Variations
Color information
#A34C8D (or 0xA34C8D) is known color: Violet Blue. HEX triplet: A3, 4C and 8D. RGB value is (163,76,141). Sum of RGB (Red+Green+Blue) = 163+76+141=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C8D is #5CB372. Grayscale: #6D6D6D. Windows color (decimal): -6075251 or 9260195. OLE color: 9260195.
HSL color Cylindrical-coordinate representation of color #A34C8D: hue angle of 315.17º 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 #A34C8D is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 141 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.36 |
| HSL | 315.17º | 0.36% | 0.47% | - |
| HSV(B) | 315.17º | 0.53% | 0.64% | - |
| XYZ | 22.5 | 14.88 | 26.89 | - |
| YUV | 109.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 141 | 0 | 0.53 | 0.13 | 0.36 | 315.17 | 0.36 | 0.47 |
| Hex | A3 | 4C | 8D | 0 | 35 | D | 24 | 13B | 24 | 2F |
| Octal | 243 | 114 | 215 | 0 | 65 | 15 | 44 | 473 | 44 | 57 |
| Binary | 10100011 | 1001100 | 10001101 | 0 | 110101 | 1101 | 100100 | 100111011 | 100100 | 101111 |
Color Harmonies of #A34C8D
Complementary color
Monochromatic Colors of #A34C8D
Black with #A34C8D
Text Example
Text Example
White with #A34C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C8D; }
p { color: rgb(163,76,141); }
H1.HeaderClassName
{
color: #A34C8D;
}
.AnyTagClassName
{
color: #A34C8D;
}
</style>
background-color css
<style>
a { background-color: #A34C8D; }
a { background-color: rgb(163,76,141); }
div.DivClassName
{
background-color: #A34C8D;
}
.BgClassName
{
background-color: #A34C8D;
}
</style>
border-color css
<style>
span { border-color: #A34C8D; }
span { border-color: rgb(163,76,141); }
td.TdClassName
{
border-color: #A34C8D;
}
.TagClassName
{
border-color: #A34C8D;
}
</style>