Shades of Violet Blue #A379A1
Tints of Violet Blue #A379A1
RGB
CMYK
RGB Variations
Color information
#A379A1 (or 0xA379A1) is known color: Violet Blue. HEX triplet: A3, 79 and A1. RGB value is (163,121,161). Sum of RGB (Red+Green+Blue) = 163+121+161=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A379A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379A1 is #5C865E. Grayscale: #8A8A8A. Windows color (decimal): -6063711 or 10582435. OLE color: 10582435.
HSL color Cylindrical-coordinate representation of color #A379A1: hue angle of 302.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A379A1 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 121 | 161 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.36 |
| HSL | 302.86º | 0.19% | 0.56% | - |
| HSV(B) | 302.86º | 0.26% | 0.64% | - |
| XYZ | 28.37 | 24.03 | 36.86 | - |
| YUV | 138.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 161 | 0 | 0.26 | 0.01 | 0.36 | 302.86 | 0.19 | 0.56 |
| Hex | A3 | 79 | A1 | 0 | 1A | 1 | 24 | 12F | 13 | 38 |
| Octal | 243 | 171 | 241 | 0 | 32 | 1 | 44 | 457 | 23 | 70 |
| Binary | 10100011 | 1111001 | 10100001 | 0 | 11010 | 1 | 100100 | 100101111 | 10011 | 111000 |
Color Harmonies of #A379A1
Complementary color
Monochromatic Colors of #A379A1
Black with #A379A1
Text Example
Text Example
White with #A379A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379A1; }
p { color: rgb(163,121,161); }
H1.HeaderClassName
{
color: #A379A1;
}
.AnyTagClassName
{
color: #A379A1;
}
</style>
background-color css
<style>
a { background-color: #A379A1; }
a { background-color: rgb(163,121,161); }
div.DivClassName
{
background-color: #A379A1;
}
.BgClassName
{
background-color: #A379A1;
}
</style>
border-color css
<style>
span { border-color: #A379A1; }
span { border-color: rgb(163,121,161); }
td.TdClassName
{
border-color: #A379A1;
}
.TagClassName
{
border-color: #A379A1;
}
</style>