Shades of Violet Blue #A34C90
Tints of Violet Blue #A34C90
RGB
CMYK
RGB Variations
Color information
#A34C90 (or 0xA34C90) is known color: Violet Blue. HEX triplet: A3, 4C and 90. RGB value is (163,76,144). Sum of RGB (Red+Green+Blue) = 163+76+144=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C90 is #5CB36F. Grayscale: #6D6D6D. Windows color (decimal): -6075248 or 9456803. OLE color: 9456803.
HSL color Cylindrical-coordinate representation of color #A34C90: hue angle of 313.1º 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 #A34C90 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 144 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.36 |
| HSL | 313.1º | 0.36% | 0.47% | - |
| HSV(B) | 313.1º | 0.53% | 0.64% | - |
| XYZ | 22.72 | 14.97 | 28.08 | - |
| YUV | 109.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 144 | 0 | 0.53 | 0.12 | 0.36 | 313.1 | 0.36 | 0.47 |
| Hex | A3 | 4C | 90 | 0 | 35 | C | 24 | 139 | 24 | 2F |
| Octal | 243 | 114 | 220 | 0 | 65 | 14 | 44 | 471 | 44 | 57 |
| Binary | 10100011 | 1001100 | 10010000 | 0 | 110101 | 1100 | 100100 | 100111001 | 100100 | 101111 |
Color Harmonies of #A34C90
Complementary color
Monochromatic Colors of #A34C90
Black with #A34C90
Text Example
Text Example
White with #A34C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C90; }
p { color: rgb(163,76,144); }
H1.HeaderClassName
{
color: #A34C90;
}
.AnyTagClassName
{
color: #A34C90;
}
</style>
background-color css
<style>
a { background-color: #A34C90; }
a { background-color: rgb(163,76,144); }
div.DivClassName
{
background-color: #A34C90;
}
.BgClassName
{
background-color: #A34C90;
}
</style>
border-color css
<style>
span { border-color: #A34C90; }
span { border-color: rgb(163,76,144); }
td.TdClassName
{
border-color: #A34C90;
}
.TagClassName
{
border-color: #A34C90;
}
</style>