Shades of Violet Blue #A34C9C
Tints of Violet Blue #A34C9C
RGB
CMYK
RGB Variations
Color information
#A34C9C (or 0xA34C9C) is known color: Violet Blue. HEX triplet: A3, 4C and 9C. RGB value is (163,76,156). Sum of RGB (Red+Green+Blue) = 163+76+156=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C9C is #5CB363. Grayscale: #6E6E6E. Windows color (decimal): -6075236 or 10243235. OLE color: 10243235.
HSL color Cylindrical-coordinate representation of color #A34C9C: hue angle of 304.83º 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 #A34C9C is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 156 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.36 |
| HSL | 304.83º | 0.36% | 0.47% | - |
| HSV(B) | 304.83º | 0.53% | 0.64% | - |
| XYZ | 23.69 | 15.36 | 33.17 | - |
| YUV | 111.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 156 | 0 | 0.53 | 0.04 | 0.36 | 304.83 | 0.36 | 0.47 |
| Hex | A3 | 4C | 9C | 0 | 35 | 4 | 24 | 131 | 24 | 2F |
| Octal | 243 | 114 | 234 | 0 | 65 | 4 | 44 | 461 | 44 | 57 |
| Binary | 10100011 | 1001100 | 10011100 | 0 | 110101 | 100 | 100100 | 100110001 | 100100 | 101111 |
Color Harmonies of #A34C9C
Complementary color
Monochromatic Colors of #A34C9C
Black with #A34C9C
Text Example
Text Example
White with #A34C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C9C; }
p { color: rgb(163,76,156); }
H1.HeaderClassName
{
color: #A34C9C;
}
.AnyTagClassName
{
color: #A34C9C;
}
</style>
background-color css
<style>
a { background-color: #A34C9C; }
a { background-color: rgb(163,76,156); }
div.DivClassName
{
background-color: #A34C9C;
}
.BgClassName
{
background-color: #A34C9C;
}
</style>
border-color css
<style>
span { border-color: #A34C9C; }
span { border-color: rgb(163,76,156); }
td.TdClassName
{
border-color: #A34C9C;
}
.TagClassName
{
border-color: #A34C9C;
}
</style>