Shades of Violet Blue #A3379C
Tints of Violet Blue #A3379C
RGB
CMYK
RGB Variations
Color information
#A3379C (or 0xA3379C) is known color: Violet Blue. HEX triplet: A3, 37 and 9C. RGB value is (163,55,156). Sum of RGB (Red+Green+Blue) = 163+55+156=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3379C is #5CC863. Grayscale: #626262. Windows color (decimal): -6080612 or 10237859. OLE color: 10237859.
HSL color Cylindrical-coordinate representation of color #A3379C: hue angle of 303.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3379C is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 156 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.36 |
| HSL | 303.89º | 0.5% | 0.43% | - |
| HSV(B) | 303.89º | 0.66% | 0.64% | - |
| XYZ | 22.47 | 12.92 | 32.76 | - |
| YUV | 98.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 156 | 0 | 0.66 | 0.04 | 0.36 | 303.89 | 0.5 | 0.43 |
| Hex | A3 | 37 | 9C | 0 | 42 | 4 | 24 | 130 | 32 | 2B |
| Octal | 243 | 67 | 234 | 0 | 102 | 4 | 44 | 460 | 62 | 53 |
| Binary | 10100011 | 110111 | 10011100 | 0 | 1000010 | 100 | 100100 | 100110000 | 110010 | 101011 |
Color Harmonies of #A3379C
Complementary color
Monochromatic Colors of #A3379C
Black with #A3379C
Text Example
Text Example
White with #A3379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3379C; }
p { color: rgb(163,55,156); }
H1.HeaderClassName
{
color: #A3379C;
}
.AnyTagClassName
{
color: #A3379C;
}
</style>
background-color css
<style>
a { background-color: #A3379C; }
a { background-color: rgb(163,55,156); }
div.DivClassName
{
background-color: #A3379C;
}
.BgClassName
{
background-color: #A3379C;
}
</style>
border-color css
<style>
span { border-color: #A3379C; }
span { border-color: rgb(163,55,156); }
td.TdClassName
{
border-color: #A3379C;
}
.TagClassName
{
border-color: #A3379C;
}
</style>