Shades of Violet Blue #A0759B
Tints of Violet Blue #A0759B
RGB
CMYK
RGB Variations
Color information
#A0759B (or 0xA0759B) is known color: Violet Blue. HEX triplet: A0, 75 and 9B. RGB value is (160,117,155). Sum of RGB (Red+Green+Blue) = 160+117+155=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0759B is #5F8A64. Grayscale: #868686. Windows color (decimal): -6261349 or 10188192. OLE color: 10188192.
HSL color Cylindrical-coordinate representation of color #A0759B: hue angle of 306.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0759B is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 155 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.37 |
| HSL | 306.98º | 0.18% | 0.54% | - |
| HSV(B) | 306.98º | 0.27% | 0.63% | - |
| XYZ | 26.77 | 22.56 | 33.95 | - |
| YUV | 134.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 155 | 0 | 0.27 | 0.03 | 0.37 | 306.98 | 0.18 | 0.54 |
| Hex | A0 | 75 | 9B | 0 | 1B | 3 | 25 | 133 | 12 | 36 |
| Octal | 240 | 165 | 233 | 0 | 33 | 3 | 45 | 463 | 22 | 66 |
| Binary | 10100000 | 1110101 | 10011011 | 0 | 11011 | 11 | 100101 | 100110011 | 10010 | 110110 |
Color Harmonies of #A0759B
Complementary color
Monochromatic Colors of #A0759B
Black with #A0759B
Text Example
Text Example
White with #A0759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0759B; }
p { color: rgb(160,117,155); }
H1.HeaderClassName
{
color: #A0759B;
}
.AnyTagClassName
{
color: #A0759B;
}
</style>
background-color css
<style>
a { background-color: #A0759B; }
a { background-color: rgb(160,117,155); }
div.DivClassName
{
background-color: #A0759B;
}
.BgClassName
{
background-color: #A0759B;
}
</style>
border-color css
<style>
span { border-color: #A0759B; }
span { border-color: rgb(160,117,155); }
td.TdClassName
{
border-color: #A0759B;
}
.TagClassName
{
border-color: #A0759B;
}
</style>