Shades of Violet Blue #A068AC
Tints of Violet Blue #A068AC
RGB
CMYK
RGB Variations
Color information
#A068AC (or 0xA068AC) is known color: Violet Blue. HEX triplet: A0, 68 and AC. RGB value is (160,104,172). Sum of RGB (Red+Green+Blue) = 160+104+172=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A068AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AC is #5F9753. Grayscale: #808080. Windows color (decimal): -6264660 or 11298976. OLE color: 11298976.
HSL color Cylindrical-coordinate representation of color #A068AC: hue angle of 289.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A068AC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 104 | 172 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.33 |
| HSL | 289.41º | 0.29% | 0.54% | - |
| HSV(B) | 289.41º | 0.4% | 0.67% | - |
| XYZ | 26.89 | 20.35 | 41.54 | - |
| YUV | 128.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 172 | 0.07 | 0.40 | 0 | 0.33 | 289.41 | 0.29 | 0.54 |
| Hex | A0 | 68 | AC | 7 | 28 | 0 | 21 | 121 | 1D | 36 |
| Octal | 240 | 150 | 254 | 7 | 50 | 0 | 41 | 441 | 35 | 66 |
| Binary | 10100000 | 1101000 | 10101100 | 111 | 101000 | 0 | 100001 | 100100001 | 11101 | 110110 |
Color Harmonies of #A068AC
Complementary color
Monochromatic Colors of #A068AC
Black with #A068AC
Text Example
Text Example
White with #A068AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068AC; }
p { color: rgb(160,104,172); }
H1.HeaderClassName
{
color: #A068AC;
}
.AnyTagClassName
{
color: #A068AC;
}
</style>
background-color css
<style>
a { background-color: #A068AC; }
a { background-color: rgb(160,104,172); }
div.DivClassName
{
background-color: #A068AC;
}
.BgClassName
{
background-color: #A068AC;
}
</style>
border-color css
<style>
span { border-color: #A068AC; }
span { border-color: rgb(160,104,172); }
td.TdClassName
{
border-color: #A068AC;
}
.TagClassName
{
border-color: #A068AC;
}
</style>