Shades of Violet Blue #A07CA1
Tints of Violet Blue #A07CA1
RGB
CMYK
RGB Variations
Color information
#A07CA1 (or 0xA07CA1) is known color: Violet Blue. HEX triplet: A0, 7C and A1. RGB value is (160,124,161). Sum of RGB (Red+Green+Blue) = 160+124+161=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 161 - color contains mainly: blue. Hex color #A07CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CA1 is #5F835E. Grayscale: #8A8A8A. Windows color (decimal): -6259551 or 10583200. OLE color: 10583200.
HSL color Cylindrical-coordinate representation of color #A07CA1: hue angle of 298.38º 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 #A07CA1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 161 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.37 |
| HSL | 298.38º | 0.16% | 0.56% | - |
| HSV(B) | 298.38º | 0.23% | 0.63% | - |
| XYZ | 28.14 | 24.46 | 36.96 | - |
| YUV | 138.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 161 | 0.01 | 0.23 | 0 | 0.37 | 298.38 | 0.16 | 0.56 |
| Hex | A0 | 7C | A1 | 1 | 17 | 0 | 25 | 12A | 10 | 38 |
| Octal | 240 | 174 | 241 | 1 | 27 | 0 | 45 | 452 | 20 | 70 |
| Binary | 10100000 | 1111100 | 10100001 | 1 | 10111 | 0 | 100101 | 100101010 | 10000 | 111000 |
Color Harmonies of #A07CA1
Complementary color
Monochromatic Colors of #A07CA1
Black with #A07CA1
Text Example
Text Example
White with #A07CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CA1; }
p { color: rgb(160,124,161); }
H1.HeaderClassName
{
color: #A07CA1;
}
.AnyTagClassName
{
color: #A07CA1;
}
</style>
background-color css
<style>
a { background-color: #A07CA1; }
a { background-color: rgb(160,124,161); }
div.DivClassName
{
background-color: #A07CA1;
}
.BgClassName
{
background-color: #A07CA1;
}
</style>
border-color css
<style>
span { border-color: #A07CA1; }
span { border-color: rgb(160,124,161); }
td.TdClassName
{
border-color: #A07CA1;
}
.TagClassName
{
border-color: #A07CA1;
}
</style>