Shades of Violet Blue #A0769C
Tints of Violet Blue #A0769C
RGB
CMYK
RGB Variations
Color information
#A0769C (or 0xA0769C) is known color: Violet Blue. HEX triplet: A0, 76 and 9C. RGB value is (160,118,156). Sum of RGB (Red+Green+Blue) = 160+118+156=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769C is #5F8963. Grayscale: #868686. Windows color (decimal): -6261092 or 10253984. OLE color: 10253984.
HSL color Cylindrical-coordinate representation of color #A0769C: hue angle of 305.71º 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 #A0769C is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 156 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.37 |
| HSL | 305.71º | 0.18% | 0.55% | - |
| HSV(B) | 305.71º | 0.26% | 0.63% | - |
| XYZ | 26.98 | 22.83 | 34.44 | - |
| YUV | 134.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 156 | 0 | 0.26 | 0.02 | 0.37 | 305.71 | 0.18 | 0.55 |
| Hex | A0 | 76 | 9C | 0 | 1A | 2 | 25 | 132 | 12 | 37 |
| Octal | 240 | 166 | 234 | 0 | 32 | 2 | 45 | 462 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10011100 | 0 | 11010 | 10 | 100101 | 100110010 | 10010 | 110111 |
Color Harmonies of #A0769C
Complementary color
Monochromatic Colors of #A0769C
Black with #A0769C
Text Example
Text Example
White with #A0769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0769C; }
p { color: rgb(160,118,156); }
H1.HeaderClassName
{
color: #A0769C;
}
.AnyTagClassName
{
color: #A0769C;
}
</style>
background-color css
<style>
a { background-color: #A0769C; }
a { background-color: rgb(160,118,156); }
div.DivClassName
{
background-color: #A0769C;
}
.BgClassName
{
background-color: #A0769C;
}
</style>
border-color css
<style>
span { border-color: #A0769C; }
span { border-color: rgb(160,118,156); }
td.TdClassName
{
border-color: #A0769C;
}
.TagClassName
{
border-color: #A0769C;
}
</style>