Shades of Violet Blue #A07B9E
Tints of Violet Blue #A07B9E
RGB
CMYK
RGB Variations
Color information
#A07B9E (or 0xA07B9E) is known color: Violet Blue. HEX triplet: A0, 7B and 9E. RGB value is (160,123,158). Sum of RGB (Red+Green+Blue) = 160+123+158=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B9E is #5F8461. Grayscale: #898989. Windows color (decimal): -6259810 or 10386336. OLE color: 10386336.
HSL color Cylindrical-coordinate representation of color #A07B9E: hue angle of 303.24º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B9E is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 158 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.37 |
| HSL | 303.24º | 0.16% | 0.55% | - |
| HSV(B) | 303.24º | 0.23% | 0.63% | - |
| XYZ | 27.75 | 24.11 | 35.54 | - |
| YUV | 138.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 158 | 0 | 0.23 | 0.01 | 0.37 | 303.24 | 0.16 | 0.55 |
| Hex | A0 | 7B | 9E | 0 | 17 | 1 | 25 | 12F | 10 | 37 |
| Octal | 240 | 173 | 236 | 0 | 27 | 1 | 45 | 457 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10011110 | 0 | 10111 | 1 | 100101 | 100101111 | 10000 | 110111 |
Color Harmonies of #A07B9E
Complementary color
Monochromatic Colors of #A07B9E
Black with #A07B9E
Text Example
Text Example
White with #A07B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B9E; }
p { color: rgb(160,123,158); }
H1.HeaderClassName
{
color: #A07B9E;
}
.AnyTagClassName
{
color: #A07B9E;
}
</style>
background-color css
<style>
a { background-color: #A07B9E; }
a { background-color: rgb(160,123,158); }
div.DivClassName
{
background-color: #A07B9E;
}
.BgClassName
{
background-color: #A07B9E;
}
</style>
border-color css
<style>
span { border-color: #A07B9E; }
span { border-color: rgb(160,123,158); }
td.TdClassName
{
border-color: #A07B9E;
}
.TagClassName
{
border-color: #A07B9E;
}
</style>