Shades of Violet Blue #A0769D
Tints of Violet Blue #A0769D
RGB
CMYK
RGB Variations
Color information
#A0769D (or 0xA0769D) is known color: Violet Blue. HEX triplet: A0, 76 and 9D. RGB value is (160,118,157). Sum of RGB (Red+Green+Blue) = 160+118+157=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769D is #5F8962. Grayscale: #868686. Windows color (decimal): -6261091 or 10319520. OLE color: 10319520.
HSL color Cylindrical-coordinate representation of color #A0769D: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0769D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 157 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.37 |
| HSL | 304.29º | 0.18% | 0.55% | - |
| HSV(B) | 304.29º | 0.26% | 0.63% | - |
| XYZ | 27.06 | 22.86 | 34.89 | - |
| YUV | 135 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 157 | 0 | 0.26 | 0.02 | 0.37 | 304.29 | 0.18 | 0.55 |
| Hex | A0 | 76 | 9D | 0 | 1A | 2 | 25 | 130 | 12 | 37 |
| Octal | 240 | 166 | 235 | 0 | 32 | 2 | 45 | 460 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10011101 | 0 | 11010 | 10 | 100101 | 100110000 | 10010 | 110111 |
Color Harmonies of #A0769D
Complementary color
Monochromatic Colors of #A0769D
Black with #A0769D
Text Example
Text Example
White with #A0769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0769D; }
p { color: rgb(160,118,157); }
H1.HeaderClassName
{
color: #A0769D;
}
.AnyTagClassName
{
color: #A0769D;
}
</style>
background-color css
<style>
a { background-color: #A0769D; }
a { background-color: rgb(160,118,157); }
div.DivClassName
{
background-color: #A0769D;
}
.BgClassName
{
background-color: #A0769D;
}
</style>
border-color css
<style>
span { border-color: #A0769D; }
span { border-color: rgb(160,118,157); }
td.TdClassName
{
border-color: #A0769D;
}
.TagClassName
{
border-color: #A0769D;
}
</style>