Shades of Violet Blue #A0679B
Tints of Violet Blue #A0679B
RGB
CMYK
RGB Variations
Color information
#A0679B (or 0xA0679B) is known color: Violet Blue. HEX triplet: A0, 67 and 9B. RGB value is (160,103,155). Sum of RGB (Red+Green+Blue) = 160+103+155=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0679B is #5F9864. Grayscale: #7D7D7D. Windows color (decimal): -6264933 or 10184608. OLE color: 10184608.
HSL color Cylindrical-coordinate representation of color #A0679B: hue angle of 305.26º 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 #A0679B is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 155 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.37 |
| HSL | 305.26º | 0.23% | 0.52% | - |
| HSV(B) | 305.26º | 0.36% | 0.63% | - |
| XYZ | 25.26 | 19.54 | 33.45 | - |
| YUV | 125.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 155 | 0 | 0.36 | 0.03 | 0.37 | 305.26 | 0.23 | 0.52 |
| Hex | A0 | 67 | 9B | 0 | 24 | 3 | 25 | 131 | 17 | 34 |
| Octal | 240 | 147 | 233 | 0 | 44 | 3 | 45 | 461 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10011011 | 0 | 100100 | 11 | 100101 | 100110001 | 10111 | 110100 |
Color Harmonies of #A0679B
Complementary color
Monochromatic Colors of #A0679B
Black with #A0679B
Text Example
Text Example
White with #A0679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0679B; }
p { color: rgb(160,103,155); }
H1.HeaderClassName
{
color: #A0679B;
}
.AnyTagClassName
{
color: #A0679B;
}
</style>
background-color css
<style>
a { background-color: #A0679B; }
a { background-color: rgb(160,103,155); }
div.DivClassName
{
background-color: #A0679B;
}
.BgClassName
{
background-color: #A0679B;
}
</style>
border-color css
<style>
span { border-color: #A0679B; }
span { border-color: rgb(160,103,155); }
td.TdClassName
{
border-color: #A0679B;
}
.TagClassName
{
border-color: #A0679B;
}
</style>