Shades of Violet Blue #A34E8D
Tints of Violet Blue #A34E8D
RGB
CMYK
RGB Variations
Color information
#A34E8D (or 0xA34E8D) is known color: Violet Blue. HEX triplet: A3, 4E and 8D. RGB value is (163,78,141). Sum of RGB (Red+Green+Blue) = 163+78+141=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34E8D is #5CB172. Grayscale: #6E6E6E. Windows color (decimal): -6074739 or 9260707. OLE color: 9260707.
HSL color Cylindrical-coordinate representation of color #A34E8D: hue angle of 315.53º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E8D is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 141 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.36 |
| HSL | 315.53º | 0.35% | 0.47% | - |
| HSV(B) | 315.53º | 0.52% | 0.64% | - |
| XYZ | 22.64 | 15.16 | 26.93 | - |
| YUV | 110.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 141 | 0 | 0.52 | 0.13 | 0.36 | 315.53 | 0.35 | 0.47 |
| Hex | A3 | 4E | 8D | 0 | 34 | D | 24 | 13C | 23 | 2F |
| Octal | 243 | 116 | 215 | 0 | 64 | 15 | 44 | 474 | 43 | 57 |
| Binary | 10100011 | 1001110 | 10001101 | 0 | 110100 | 1101 | 100100 | 100111100 | 100011 | 101111 |
Color Harmonies of #A34E8D
Complementary color
Monochromatic Colors of #A34E8D
Black with #A34E8D
Text Example
Text Example
White with #A34E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E8D; }
p { color: rgb(163,78,141); }
H1.HeaderClassName
{
color: #A34E8D;
}
.AnyTagClassName
{
color: #A34E8D;
}
</style>
background-color css
<style>
a { background-color: #A34E8D; }
a { background-color: rgb(163,78,141); }
div.DivClassName
{
background-color: #A34E8D;
}
.BgClassName
{
background-color: #A34E8D;
}
</style>
border-color css
<style>
span { border-color: #A34E8D; }
span { border-color: rgb(163,78,141); }
td.TdClassName
{
border-color: #A34E8D;
}
.TagClassName
{
border-color: #A34E8D;
}
</style>