Shades of Violet Blue #A34C8C
Tints of Violet Blue #A34C8C
RGB
CMYK
RGB Variations
Color information
#A34C8C (or 0xA34C8C) is known color: Violet Blue. HEX triplet: A3, 4C and 8C. RGB value is (163,76,140). Sum of RGB (Red+Green+Blue) = 163+76+140=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C8C is #5CB373. Grayscale: #6D6D6D. Windows color (decimal): -6075252 or 9194659. OLE color: 9194659.
HSL color Cylindrical-coordinate representation of color #A34C8C: 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 #A34C8C is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 140 | - |
| 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.42 | 14.85 | 26.5 | - |
| YUV | 109.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 140 | 0 | 0.53 | 0.14 | 0.36 | 315.86 | 0.36 | 0.47 |
| Hex | A3 | 4C | 8C | 0 | 35 | E | 24 | 13C | 24 | 2F |
| Octal | 243 | 114 | 214 | 0 | 65 | 16 | 44 | 474 | 44 | 57 |
| Binary | 10100011 | 1001100 | 10001100 | 0 | 110101 | 1110 | 100100 | 100111100 | 100100 | 101111 |
Color Harmonies of #A34C8C
Complementary color
Monochromatic Colors of #A34C8C
Black with #A34C8C
Text Example
Text Example
White with #A34C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C8C; }
p { color: rgb(163,76,140); }
H1.HeaderClassName
{
color: #A34C8C;
}
.AnyTagClassName
{
color: #A34C8C;
}
</style>
background-color css
<style>
a { background-color: #A34C8C; }
a { background-color: rgb(163,76,140); }
div.DivClassName
{
background-color: #A34C8C;
}
.BgClassName
{
background-color: #A34C8C;
}
</style>
border-color css
<style>
span { border-color: #A34C8C; }
span { border-color: rgb(163,76,140); }
td.TdClassName
{
border-color: #A34C8C;
}
.TagClassName
{
border-color: #A34C8C;
}
</style>