Shades of Violet Blue #A0799F
Tints of Violet Blue #A0799F
RGB
CMYK
RGB Variations
Color information
#A0799F (or 0xA0799F) is known color: Violet Blue. HEX triplet: A0, 79 and 9F. RGB value is (160,121,159). Sum of RGB (Red+Green+Blue) = 160+121+159=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A0799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0799F is #5F8660. Grayscale: #888888. Windows color (decimal): -6260321 or 10451360. OLE color: 10451360.
HSL color Cylindrical-coordinate representation of color #A0799F: hue angle of 301.54º 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 #A0799F is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 159 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.37 |
| HSL | 301.54º | 0.17% | 0.55% | - |
| HSV(B) | 301.54º | 0.24% | 0.63% | - |
| XYZ | 27.59 | 23.65 | 35.91 | - |
| YUV | 136.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 159 | 0 | 0.24 | 0.01 | 0.37 | 301.54 | 0.17 | 0.55 |
| Hex | A0 | 79 | 9F | 0 | 18 | 1 | 25 | 12E | 11 | 37 |
| Octal | 240 | 171 | 237 | 0 | 30 | 1 | 45 | 456 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10011111 | 0 | 11000 | 1 | 100101 | 100101110 | 10001 | 110111 |
Color Harmonies of #A0799F
Complementary color
Monochromatic Colors of #A0799F
Black with #A0799F
Text Example
Text Example
White with #A0799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0799F; }
p { color: rgb(160,121,159); }
H1.HeaderClassName
{
color: #A0799F;
}
.AnyTagClassName
{
color: #A0799F;
}
</style>
background-color css
<style>
a { background-color: #A0799F; }
a { background-color: rgb(160,121,159); }
div.DivClassName
{
background-color: #A0799F;
}
.BgClassName
{
background-color: #A0799F;
}
</style>
border-color css
<style>
span { border-color: #A0799F; }
span { border-color: rgb(160,121,159); }
td.TdClassName
{
border-color: #A0799F;
}
.TagClassName
{
border-color: #A0799F;
}
</style>