Shades of Violet Blue #A0679A
Tints of Violet Blue #A0679A
RGB
CMYK
RGB Variations
Color information
#A0679A (or 0xA0679A) is known color: Violet Blue. HEX triplet: A0, 67 and 9A. RGB value is (160,103,154). Sum of RGB (Red+Green+Blue) = 160+103+154=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0679A is #5F9865. Grayscale: #7D7D7D. Windows color (decimal): -6264934 or 10119072. OLE color: 10119072.
HSL color Cylindrical-coordinate representation of color #A0679A: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0679A is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 154 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.37 |
| HSL | 306.32º | 0.23% | 0.52% | - |
| HSV(B) | 306.32º | 0.36% | 0.63% | - |
| XYZ | 25.18 | 19.51 | 33.01 | - |
| YUV | 125.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 154 | 0 | 0.36 | 0.04 | 0.37 | 306.32 | 0.23 | 0.52 |
| Hex | A0 | 67 | 9A | 0 | 24 | 4 | 25 | 132 | 17 | 34 |
| Octal | 240 | 147 | 232 | 0 | 44 | 4 | 45 | 462 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10011010 | 0 | 100100 | 100 | 100101 | 100110010 | 10111 | 110100 |
Color Harmonies of #A0679A
Complementary color
Monochromatic Colors of #A0679A
Black with #A0679A
Text Example
Text Example
White with #A0679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0679A; }
p { color: rgb(160,103,154); }
H1.HeaderClassName
{
color: #A0679A;
}
.AnyTagClassName
{
color: #A0679A;
}
</style>
background-color css
<style>
a { background-color: #A0679A; }
a { background-color: rgb(160,103,154); }
div.DivClassName
{
background-color: #A0679A;
}
.BgClassName
{
background-color: #A0679A;
}
</style>
border-color css
<style>
span { border-color: #A0679A; }
span { border-color: rgb(160,103,154); }
td.TdClassName
{
border-color: #A0679A;
}
.TagClassName
{
border-color: #A0679A;
}
</style>