Shades of Violet Blue #A079A2
Tints of Violet Blue #A079A2
RGB
CMYK
RGB Variations
Color information
#A079A2 (or 0xA079A2) is known color: Violet Blue. HEX triplet: A0, 79 and A2. RGB value is (160,121,162). Sum of RGB (Red+Green+Blue) = 160+121+162=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 162 - color contains mainly: blue. Hex color #A079A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079A2 is #5F865D. Grayscale: #898989. Windows color (decimal): -6260318 or 10647968. OLE color: 10647968.
HSL color Cylindrical-coordinate representation of color #A079A2: hue angle of 297.07º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A079A2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 160 | 121 | 162 | - |
CMYK | 0.01 | 0.25 | 0 | 0.36 |
HSL | 297.07º | 0.18% | 0.55% | - |
HSV(B) | 297.07º | 0.25% | 0.64% | - |
XYZ | 27.86 | 23.76 | 37.3 | - |
YUV | 137.34 | 141.92 | 144.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 121 | 162 | 0.01 | 0.25 | 0 | 0.36 | 297.07 | 0.18 | 0.55 |
Hex | A0 | 79 | A2 | 1 | 19 | 0 | 24 | 129 | 12 | 37 |
Octal | 240 | 171 | 242 | 1 | 31 | 0 | 44 | 451 | 22 | 67 |
Binary | 10100000 | 1111001 | 10100010 | 1 | 11001 | 0 | 100100 | 100101001 | 10010 | 110111 |
Color Harmonies of #A079A2
Complementary color
Monochromatic Colors of #A079A2
Black with #A079A2
Text Example
Text Example
White with #A079A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079A2; }
p { color: rgb(160,121,162); }
H1.HeaderClassName
{
color: #A079A2;
}
.AnyTagClassName
{
color: #A079A2;
}
</style>
background-color css
<style>
a { background-color: #A079A2; }
a { background-color: rgb(160,121,162); }
div.DivClassName
{
background-color: #A079A2;
}
.BgClassName
{
background-color: #A079A2;
}
</style>
border-color css
<style>
span { border-color: #A079A2; }
span { border-color: rgb(160,121,162); }
td.TdClassName
{
border-color: #A079A2;
}
.TagClassName
{
border-color: #A079A2;
}
</style>