Shades of Violet Blue #A07C9F
Tints of Violet Blue #A07C9F
RGB
CMYK
RGB Variations
Color information
#A07C9F (or 0xA07C9F) is known color: Violet Blue. HEX triplet: A0, 7C and 9F. RGB value is (160,124,159). Sum of RGB (Red+Green+Blue) = 160+124+159=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C9F is #5F8360. Grayscale: #8A8A8A. Windows color (decimal): -6259553 or 10452128. OLE color: 10452128.
HSL color Cylindrical-coordinate representation of color #A07C9F: hue angle of 301.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07C9F is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 159 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.37 |
| HSL | 301.67º | 0.16% | 0.56% | - |
| HSV(B) | 301.67º | 0.23% | 0.63% | - |
| XYZ | 27.96 | 24.39 | 36.04 | - |
| YUV | 138.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 159 | 0 | 0.22 | 0.01 | 0.37 | 301.67 | 0.16 | 0.56 |
| Hex | A0 | 7C | 9F | 0 | 16 | 1 | 25 | 12E | 10 | 38 |
| Octal | 240 | 174 | 237 | 0 | 26 | 1 | 45 | 456 | 20 | 70 |
| Binary | 10100000 | 1111100 | 10011111 | 0 | 10110 | 1 | 100101 | 100101110 | 10000 | 111000 |
Color Harmonies of #A07C9F
Complementary color
Monochromatic Colors of #A07C9F
Black with #A07C9F
Text Example
Text Example
White with #A07C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C9F; }
p { color: rgb(160,124,159); }
H1.HeaderClassName
{
color: #A07C9F;
}
.AnyTagClassName
{
color: #A07C9F;
}
</style>
background-color css
<style>
a { background-color: #A07C9F; }
a { background-color: rgb(160,124,159); }
div.DivClassName
{
background-color: #A07C9F;
}
.BgClassName
{
background-color: #A07C9F;
}
</style>
border-color css
<style>
span { border-color: #A07C9F; }
span { border-color: rgb(160,124,159); }
td.TdClassName
{
border-color: #A07C9F;
}
.TagClassName
{
border-color: #A07C9F;
}
</style>