Shades of Violet Blue #A764AC
Tints of Violet Blue #A764AC
RGB
CMYK
RGB Variations
Color information
#A764AC (or 0xA764AC) is known color: Violet Blue. HEX triplet: A7, 64 and AC. RGB value is (167,100,172). Sum of RGB (Red+Green+Blue) = 167+100+172=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #A764AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764AC is #589B53. Grayscale: #808080. Windows color (decimal): -5806932 or 11297959. OLE color: 11297959.
HSL color Cylindrical-coordinate representation of color #A764AC: hue angle of 295.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A764AC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 100 | 172 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.33 |
| HSL | 295.83º | 0.3% | 0.53% | - |
| HSV(B) | 295.83º | 0.42% | 0.67% | - |
| XYZ | 27.94 | 20.31 | 41.48 | - |
| YUV | 128.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 172 | 0.03 | 0.42 | 0 | 0.33 | 295.83 | 0.3 | 0.53 |
| Hex | A7 | 64 | AC | 3 | 2A | 0 | 21 | 128 | 1E | 35 |
| Octal | 247 | 144 | 254 | 3 | 52 | 0 | 41 | 450 | 36 | 65 |
| Binary | 10100111 | 1100100 | 10101100 | 11 | 101010 | 0 | 100001 | 100101000 | 11110 | 110101 |
Color Harmonies of #A764AC
Complementary color
Monochromatic Colors of #A764AC
Black with #A764AC
Text Example
Text Example
White with #A764AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A764AC; }
p { color: rgb(167,100,172); }
H1.HeaderClassName
{
color: #A764AC;
}
.AnyTagClassName
{
color: #A764AC;
}
</style>
background-color css
<style>
a { background-color: #A764AC; }
a { background-color: rgb(167,100,172); }
div.DivClassName
{
background-color: #A764AC;
}
.BgClassName
{
background-color: #A764AC;
}
</style>
border-color css
<style>
span { border-color: #A764AC; }
span { border-color: rgb(167,100,172); }
td.TdClassName
{
border-color: #A764AC;
}
.TagClassName
{
border-color: #A764AC;
}
</style>