Shades of Violet Blue #A658AC
Tints of Violet Blue #A658AC
RGB
CMYK
RGB Variations
Color information
#A658AC (or 0xA658AC) is known color: Violet Blue. HEX triplet: A6, 58 and AC. RGB value is (166,88,172). Sum of RGB (Red+Green+Blue) = 166+88+172=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #A658AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A658AC is #59A753. Grayscale: #787878. Windows color (decimal): -5875540 or 11294886. OLE color: 11294886.
HSL color Cylindrical-coordinate representation of color #A658AC: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A658AC is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 88 | 172 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.33 |
| HSL | 295.71º | 0.34% | 0.51% | - |
| HSV(B) | 295.71º | 0.49% | 0.67% | - |
| XYZ | 26.66 | 18.07 | 41.11 | - |
| YUV | 120.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 172 | 0.03 | 0.49 | 0 | 0.33 | 295.71 | 0.34 | 0.51 |
| Hex | A6 | 58 | AC | 3 | 31 | 0 | 21 | 128 | 22 | 33 |
| Octal | 246 | 130 | 254 | 3 | 61 | 0 | 41 | 450 | 42 | 63 |
| Binary | 10100110 | 1011000 | 10101100 | 11 | 110001 | 0 | 100001 | 100101000 | 100010 | 110011 |
Color Harmonies of #A658AC
Complementary color
Monochromatic Colors of #A658AC
Black with #A658AC
Text Example
Text Example
White with #A658AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658AC; }
p { color: rgb(166,88,172); }
H1.HeaderClassName
{
color: #A658AC;
}
.AnyTagClassName
{
color: #A658AC;
}
</style>
background-color css
<style>
a { background-color: #A658AC; }
a { background-color: rgb(166,88,172); }
div.DivClassName
{
background-color: #A658AC;
}
.BgClassName
{
background-color: #A658AC;
}
</style>
border-color css
<style>
span { border-color: #A658AC; }
span { border-color: rgb(166,88,172); }
td.TdClassName
{
border-color: #A658AC;
}
.TagClassName
{
border-color: #A658AC;
}
</style>