Shades of Violet Blue #A34897
Tints of Violet Blue #A34897
RGB
CMYK
RGB Variations
Color information
#A34897 (or 0xA34897) is known color: Violet Blue. HEX triplet: A3, 48 and 97. RGB value is (163,72,151). Sum of RGB (Red+Green+Blue) = 163+72+151=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A34897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34897 is #5CB768. Grayscale: #6B6B6B. Windows color (decimal): -6076265 or 9914531. OLE color: 9914531.
HSL color Cylindrical-coordinate representation of color #A34897: hue angle of 307.91º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34897 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 151 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.36 |
| HSL | 307.91º | 0.39% | 0.46% | - |
| HSV(B) | 307.91º | 0.56% | 0.64% | - |
| XYZ | 23.01 | 14.66 | 30.89 | - |
| YUV | 108.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 151 | 0 | 0.56 | 0.07 | 0.36 | 307.91 | 0.39 | 0.46 |
| Hex | A3 | 48 | 97 | 0 | 38 | 7 | 24 | 134 | 27 | 2E |
| Octal | 243 | 110 | 227 | 0 | 70 | 7 | 44 | 464 | 47 | 56 |
| Binary | 10100011 | 1001000 | 10010111 | 0 | 111000 | 111 | 100100 | 100110100 | 100111 | 101110 |
Color Harmonies of #A34897
Complementary color
Monochromatic Colors of #A34897
Black with #A34897
Text Example
Text Example
White with #A34897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34897; }
p { color: rgb(163,72,151); }
H1.HeaderClassName
{
color: #A34897;
}
.AnyTagClassName
{
color: #A34897;
}
</style>
background-color css
<style>
a { background-color: #A34897; }
a { background-color: rgb(163,72,151); }
div.DivClassName
{
background-color: #A34897;
}
.BgClassName
{
background-color: #A34897;
}
</style>
border-color css
<style>
span { border-color: #A34897; }
span { border-color: rgb(163,72,151); }
td.TdClassName
{
border-color: #A34897;
}
.TagClassName
{
border-color: #A34897;
}
</style>