Shades of Violet Blue #A34A8D
Tints of Violet Blue #A34A8D
RGB
CMYK
RGB Variations
Color information
#A34A8D (or 0xA34A8D) is known color: Violet Blue. HEX triplet: A3, 4A and 8D. RGB value is (163,74,141). Sum of RGB (Red+Green+Blue) = 163+74+141=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8D is #5CB572. Grayscale: #6C6C6C. Windows color (decimal): -6075763 or 9259683. OLE color: 9259683.
HSL color Cylindrical-coordinate representation of color #A34A8D: hue angle of 314.83º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A8D is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 141 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.36 |
| HSL | 314.83º | 0.38% | 0.46% | - |
| HSV(B) | 314.83º | 0.55% | 0.64% | - |
| XYZ | 22.36 | 14.61 | 26.84 | - |
| YUV | 108.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 141 | 0 | 0.55 | 0.13 | 0.36 | 314.83 | 0.38 | 0.46 |
| Hex | A3 | 4A | 8D | 0 | 37 | D | 24 | 13B | 26 | 2E |
| Octal | 243 | 112 | 215 | 0 | 67 | 15 | 44 | 473 | 46 | 56 |
| Binary | 10100011 | 1001010 | 10001101 | 0 | 110111 | 1101 | 100100 | 100111011 | 100110 | 101110 |
Color Harmonies of #A34A8D
Complementary color
Monochromatic Colors of #A34A8D
Black with #A34A8D
Text Example
Text Example
White with #A34A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A8D; }
p { color: rgb(163,74,141); }
H1.HeaderClassName
{
color: #A34A8D;
}
.AnyTagClassName
{
color: #A34A8D;
}
</style>
background-color css
<style>
a { background-color: #A34A8D; }
a { background-color: rgb(163,74,141); }
div.DivClassName
{
background-color: #A34A8D;
}
.BgClassName
{
background-color: #A34A8D;
}
</style>
border-color css
<style>
span { border-color: #A34A8D; }
span { border-color: rgb(163,74,141); }
td.TdClassName
{
border-color: #A34A8D;
}
.TagClassName
{
border-color: #A34A8D;
}
</style>