Shades of Violet Blue #A064AC
Tints of Violet Blue #A064AC
RGB
CMYK
RGB Variations
Color information
#A064AC (or 0xA064AC) is known color: Violet Blue. HEX triplet: A0, 64 and AC. RGB value is (160,100,172). Sum of RGB (Red+Green+Blue) = 160+100+172=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #A064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AC is #5F9B53. Grayscale: #7D7D7D. Windows color (decimal): -6265684 or 11297952. OLE color: 11297952.
HSL color Cylindrical-coordinate representation of color #A064AC: hue angle of 290º 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 #A064AC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 100 | 172 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.33 |
| HSL | 290º | 0.3% | 0.53% | - |
| HSV(B) | 290º | 0.42% | 0.67% | - |
| XYZ | 26.5 | 19.57 | 41.41 | - |
| YUV | 126.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 172 | 0.07 | 0.42 | 0 | 0.33 | 290 | 0.3 | 0.53 |
| Hex | A0 | 64 | AC | 7 | 2A | 0 | 21 | 122 | 1E | 35 |
| Octal | 240 | 144 | 254 | 7 | 52 | 0 | 41 | 442 | 36 | 65 |
| Binary | 10100000 | 1100100 | 10101100 | 111 | 101010 | 0 | 100001 | 100100010 | 11110 | 110101 |
Color Harmonies of #A064AC
Complementary color
Monochromatic Colors of #A064AC
Black with #A064AC
Text Example
Text Example
White with #A064AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064AC; }
p { color: rgb(160,100,172); }
H1.HeaderClassName
{
color: #A064AC;
}
.AnyTagClassName
{
color: #A064AC;
}
</style>
background-color css
<style>
a { background-color: #A064AC; }
a { background-color: rgb(160,100,172); }
div.DivClassName
{
background-color: #A064AC;
}
.BgClassName
{
background-color: #A064AC;
}
</style>
border-color css
<style>
span { border-color: #A064AC; }
span { border-color: rgb(160,100,172); }
td.TdClassName
{
border-color: #A064AC;
}
.TagClassName
{
border-color: #A064AC;
}
</style>