Shades of Violet Blue #A3379D
Tints of Violet Blue #A3379D
RGB
CMYK
RGB Variations
Color information
#A3379D (or 0xA3379D) is known color: Violet Blue. HEX triplet: A3, 37 and 9D. RGB value is (163,55,157). Sum of RGB (Red+Green+Blue) = 163+55+157=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3379D is #5CC862. Grayscale: #626262. Windows color (decimal): -6080611 or 10303395. OLE color: 10303395.
HSL color Cylindrical-coordinate representation of color #A3379D: hue angle of 303.33º 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 #A3379D is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 157 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.36 |
| HSL | 303.33º | 0.5% | 0.43% | - |
| HSV(B) | 303.33º | 0.66% | 0.64% | - |
| XYZ | 22.56 | 12.95 | 33.21 | - |
| YUV | 98.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 157 | 0 | 0.66 | 0.04 | 0.36 | 303.33 | 0.5 | 0.43 |
| Hex | A3 | 37 | 9D | 0 | 42 | 4 | 24 | 12F | 32 | 2B |
| Octal | 243 | 67 | 235 | 0 | 102 | 4 | 44 | 457 | 62 | 53 |
| Binary | 10100011 | 110111 | 10011101 | 0 | 1000010 | 100 | 100100 | 100101111 | 110010 | 101011 |
Color Harmonies of #A3379D
Complementary color
Monochromatic Colors of #A3379D
Black with #A3379D
Text Example
Text Example
White with #A3379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3379D; }
p { color: rgb(163,55,157); }
H1.HeaderClassName
{
color: #A3379D;
}
.AnyTagClassName
{
color: #A3379D;
}
</style>
background-color css
<style>
a { background-color: #A3379D; }
a { background-color: rgb(163,55,157); }
div.DivClassName
{
background-color: #A3379D;
}
.BgClassName
{
background-color: #A3379D;
}
</style>
border-color css
<style>
span { border-color: #A3379D; }
span { border-color: rgb(163,55,157); }
td.TdClassName
{
border-color: #A3379D;
}
.TagClassName
{
border-color: #A3379D;
}
</style>