Shades of Violet Blue #A34199
Tints of Violet Blue #A34199
RGB
CMYK
RGB Variations
Color information
#A34199 (or 0xA34199) is known color: Violet Blue. HEX triplet: A3, 41 and 99. RGB value is (163,65,153). Sum of RGB (Red+Green+Blue) = 163+65+153=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A34199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34199 is #5CBE66. Grayscale: #686868. Windows color (decimal): -6078055 or 10043811. OLE color: 10043811.
HSL color Cylindrical-coordinate representation of color #A34199: hue angle of 306.12º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34199 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 153 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.36 |
| HSL | 306.12º | 0.43% | 0.45% | - |
| HSV(B) | 306.12º | 0.6% | 0.64% | - |
| XYZ | 22.74 | 13.87 | 31.61 | - |
| YUV | 104.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 153 | 0 | 0.60 | 0.06 | 0.36 | 306.12 | 0.43 | 0.45 |
| Hex | A3 | 41 | 99 | 0 | 3C | 6 | 24 | 132 | 2B | 2D |
| Octal | 243 | 101 | 231 | 0 | 74 | 6 | 44 | 462 | 53 | 55 |
| Binary | 10100011 | 1000001 | 10011001 | 0 | 111100 | 110 | 100100 | 100110010 | 101011 | 101101 |
Color Harmonies of #A34199
Complementary color
Monochromatic Colors of #A34199
Black with #A34199
Text Example
Text Example
White with #A34199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34199; }
p { color: rgb(163,65,153); }
H1.HeaderClassName
{
color: #A34199;
}
.AnyTagClassName
{
color: #A34199;
}
</style>
background-color css
<style>
a { background-color: #A34199; }
a { background-color: rgb(163,65,153); }
div.DivClassName
{
background-color: #A34199;
}
.BgClassName
{
background-color: #A34199;
}
</style>
border-color css
<style>
span { border-color: #A34199; }
span { border-color: rgb(163,65,153); }
td.TdClassName
{
border-color: #A34199;
}
.TagClassName
{
border-color: #A34199;
}
</style>