Shades of Violet Blue #A34D9C
Tints of Violet Blue #A34D9C
RGB
CMYK
RGB Variations
Color information
#A34D9C (or 0xA34D9C) is known color: Violet Blue. HEX triplet: A3, 4D and 9C. RGB value is (163,77,156). Sum of RGB (Red+Green+Blue) = 163+77+156=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34D9C is #5CB263. Grayscale: #6F6F6F. Windows color (decimal): -6074980 or 10243491. OLE color: 10243491.
HSL color Cylindrical-coordinate representation of color #A34D9C: hue angle of 304.88º 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 #A34D9C is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 156 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.36 |
| HSL | 304.88º | 0.36% | 0.47% | - |
| HSV(B) | 304.88º | 0.53% | 0.64% | - |
| XYZ | 23.76 | 15.49 | 33.19 | - |
| YUV | 111.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 156 | 0 | 0.53 | 0.04 | 0.36 | 304.88 | 0.36 | 0.47 |
| Hex | A3 | 4D | 9C | 0 | 35 | 4 | 24 | 131 | 24 | 2F |
| Octal | 243 | 115 | 234 | 0 | 65 | 4 | 44 | 461 | 44 | 57 |
| Binary | 10100011 | 1001101 | 10011100 | 0 | 110101 | 100 | 100100 | 100110001 | 100100 | 101111 |
Color Harmonies of #A34D9C
Complementary color
Monochromatic Colors of #A34D9C
Black with #A34D9C
Text Example
Text Example
White with #A34D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D9C; }
p { color: rgb(163,77,156); }
H1.HeaderClassName
{
color: #A34D9C;
}
.AnyTagClassName
{
color: #A34D9C;
}
</style>
background-color css
<style>
a { background-color: #A34D9C; }
a { background-color: rgb(163,77,156); }
div.DivClassName
{
background-color: #A34D9C;
}
.BgClassName
{
background-color: #A34D9C;
}
</style>
border-color css
<style>
span { border-color: #A34D9C; }
span { border-color: rgb(163,77,156); }
td.TdClassName
{
border-color: #A34D9C;
}
.TagClassName
{
border-color: #A34D9C;
}
</style>