Shades of Violet Blue #A0769F
Tints of Violet Blue #A0769F
RGB
CMYK
RGB Variations
Color information
#A0769F (or 0xA0769F) is known color: Violet Blue. HEX triplet: A0, 76 and 9F. RGB value is (160,118,159). Sum of RGB (Red+Green+Blue) = 160+118+159=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0769F is #5F8960. Grayscale: #878787. Windows color (decimal): -6261089 or 10450592. OLE color: 10450592.
HSL color Cylindrical-coordinate representation of color #A0769F: hue angle of 301.43º 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 #A0769F is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 159 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.37 |
| HSL | 301.43º | 0.18% | 0.55% | - |
| HSV(B) | 301.43º | 0.26% | 0.63% | - |
| XYZ | 27.23 | 22.93 | 35.79 | - |
| YUV | 135.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 159 | 0 | 0.26 | 0.01 | 0.37 | 301.43 | 0.18 | 0.55 |
| Hex | A0 | 76 | 9F | 0 | 1A | 1 | 25 | 12D | 12 | 37 |
| Octal | 240 | 166 | 237 | 0 | 32 | 1 | 45 | 455 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10011111 | 0 | 11010 | 1 | 100101 | 100101101 | 10010 | 110111 |
Color Harmonies of #A0769F
Complementary color
Monochromatic Colors of #A0769F
Black with #A0769F
Text Example
Text Example
White with #A0769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0769F; }
p { color: rgb(160,118,159); }
H1.HeaderClassName
{
color: #A0769F;
}
.AnyTagClassName
{
color: #A0769F;
}
</style>
background-color css
<style>
a { background-color: #A0769F; }
a { background-color: rgb(160,118,159); }
div.DivClassName
{
background-color: #A0769F;
}
.BgClassName
{
background-color: #A0769F;
}
</style>
border-color css
<style>
span { border-color: #A0769F; }
span { border-color: rgb(160,118,159); }
td.TdClassName
{
border-color: #A0769F;
}
.TagClassName
{
border-color: #A0769F;
}
</style>