Shades of Violet Blue #A956AC
Tints of Violet Blue #A956AC
RGB
CMYK
RGB Variations
Color information
#A956AC (or 0xA956AC) is known color: Violet Blue. HEX triplet: A9, 56 and AC. RGB value is (169,86,172). Sum of RGB (Red+Green+Blue) = 169+86+172=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A956AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AC is #56A953. Grayscale: #787878. Windows color (decimal): -5679444 or 11294377. OLE color: 11294377.
HSL color Cylindrical-coordinate representation of color #A956AC: hue angle of 297.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A956AC is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 86 | 172 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.33 |
| HSL | 297.91º | 0.34% | 0.51% | - |
| HSV(B) | 297.91º | 0.5% | 0.67% | - |
| XYZ | 27.14 | 18.07 | 41.09 | - |
| YUV | 120.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 172 | 0.02 | 0.5 | 0 | 0.33 | 297.91 | 0.34 | 0.51 |
| Hex | A9 | 56 | AC | 2 | 32 | 0 | 21 | 12A | 22 | 33 |
| Octal | 251 | 126 | 254 | 2 | 62 | 0 | 41 | 452 | 42 | 63 |
| Binary | 10101001 | 1010110 | 10101100 | 10 | 110010 | 0 | 100001 | 100101010 | 100010 | 110011 |
Color Harmonies of #A956AC
Complementary color
Monochromatic Colors of #A956AC
Black with #A956AC
Text Example
Text Example
White with #A956AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956AC; }
p { color: rgb(169,86,172); }
H1.HeaderClassName
{
color: #A956AC;
}
.AnyTagClassName
{
color: #A956AC;
}
</style>
background-color css
<style>
a { background-color: #A956AC; }
a { background-color: rgb(169,86,172); }
div.DivClassName
{
background-color: #A956AC;
}
.BgClassName
{
background-color: #A956AC;
}
</style>
border-color css
<style>
span { border-color: #A956AC; }
span { border-color: rgb(169,86,172); }
td.TdClassName
{
border-color: #A956AC;
}
.TagClassName
{
border-color: #A956AC;
}
</style>