Shades of Violet Blue #A0799D
Tints of Violet Blue #A0799D
RGB
CMYK
RGB Variations
Color information
#A0799D (or 0xA0799D) is known color: Violet Blue. HEX triplet: A0, 79 and 9D. RGB value is (160,121,157). Sum of RGB (Red+Green+Blue) = 160+121+157=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0799D is #5F8662. Grayscale: #888888. Windows color (decimal): -6260323 or 10320288. OLE color: 10320288.
HSL color Cylindrical-coordinate representation of color #A0799D: hue angle of 304.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0799D is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 157 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.37 |
| HSL | 304.62º | 0.17% | 0.55% | - |
| HSV(B) | 304.62º | 0.24% | 0.63% | - |
| XYZ | 27.42 | 23.58 | 35 | - |
| YUV | 136.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 157 | 0 | 0.24 | 0.02 | 0.37 | 304.62 | 0.17 | 0.55 |
| Hex | A0 | 79 | 9D | 0 | 18 | 2 | 25 | 131 | 11 | 37 |
| Octal | 240 | 171 | 235 | 0 | 30 | 2 | 45 | 461 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10011101 | 0 | 11000 | 10 | 100101 | 100110001 | 10001 | 110111 |
Color Harmonies of #A0799D
Complementary color
Monochromatic Colors of #A0799D
Black with #A0799D
Text Example
Text Example
White with #A0799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0799D; }
p { color: rgb(160,121,157); }
H1.HeaderClassName
{
color: #A0799D;
}
.AnyTagClassName
{
color: #A0799D;
}
</style>
background-color css
<style>
a { background-color: #A0799D; }
a { background-color: rgb(160,121,157); }
div.DivClassName
{
background-color: #A0799D;
}
.BgClassName
{
background-color: #A0799D;
}
</style>
border-color css
<style>
span { border-color: #A0799D; }
span { border-color: rgb(160,121,157); }
td.TdClassName
{
border-color: #A0799D;
}
.TagClassName
{
border-color: #A0799D;
}
</style>