Shades of Violet Blue #A079A4
Tints of Violet Blue #A079A4
RGB
CMYK
RGB Variations
Color information
#A079A4 (or 0xA079A4) is known color: Violet Blue. HEX triplet: A0, 79 and A4. RGB value is (160,121,164). Sum of RGB (Red+Green+Blue) = 160+121+164=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 164 - color contains mainly: blue. Hex color #A079A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079A4 is #5F865B. Grayscale: #898989. Windows color (decimal): -6260316 or 10779040. OLE color: 10779040.
HSL color Cylindrical-coordinate representation of color #A079A4: hue angle of 294.42º 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 #A079A4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 121 | 164 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.36 |
| HSL | 294.42º | 0.19% | 0.56% | - |
| HSV(B) | 294.42º | 0.26% | 0.64% | - |
| XYZ | 28.04 | 23.83 | 38.24 | - |
| YUV | 137.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 164 | 0.02 | 0.26 | 0 | 0.36 | 294.42 | 0.19 | 0.56 |
| Hex | A0 | 79 | A4 | 2 | 1A | 0 | 24 | 126 | 13 | 38 |
| Octal | 240 | 171 | 244 | 2 | 32 | 0 | 44 | 446 | 23 | 70 |
| Binary | 10100000 | 1111001 | 10100100 | 10 | 11010 | 0 | 100100 | 100100110 | 10011 | 111000 |
Color Harmonies of #A079A4
Complementary color
Monochromatic Colors of #A079A4
Black with #A079A4
Text Example
Text Example
White with #A079A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079A4; }
p { color: rgb(160,121,164); }
H1.HeaderClassName
{
color: #A079A4;
}
.AnyTagClassName
{
color: #A079A4;
}
</style>
background-color css
<style>
a { background-color: #A079A4; }
a { background-color: rgb(160,121,164); }
div.DivClassName
{
background-color: #A079A4;
}
.BgClassName
{
background-color: #A079A4;
}
</style>
border-color css
<style>
span { border-color: #A079A4; }
span { border-color: rgb(160,121,164); }
td.TdClassName
{
border-color: #A079A4;
}
.TagClassName
{
border-color: #A079A4;
}
</style>