Shades of Violet Blue #A956A4
Tints of Violet Blue #A956A4
RGB
CMYK
RGB Variations
Color information
#A956A4 (or 0xA956A4) is known color: Violet Blue. HEX triplet: A9, 56 and A4. RGB value is (169,86,164). Sum of RGB (Red+Green+Blue) = 169+86+164=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A956A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956A4 is #56A95B. Grayscale: #777777. Windows color (decimal): -5679452 or 10770089. OLE color: 10770089.
HSL color Cylindrical-coordinate representation of color #A956A4: hue angle of 303.61º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A956A4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 164 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.34 |
| HSL | 303.61º | 0.33% | 0.5% | - |
| HSV(B) | 303.61º | 0.49% | 0.66% | - |
| XYZ | 26.39 | 17.77 | 37.16 | - |
| YUV | 119.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 164 | 0 | 0.49 | 0.03 | 0.34 | 303.61 | 0.33 | 0.5 |
| Hex | A9 | 56 | A4 | 0 | 31 | 3 | 22 | 130 | 21 | 32 |
| Octal | 251 | 126 | 244 | 0 | 61 | 3 | 42 | 460 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10100100 | 0 | 110001 | 11 | 100010 | 100110000 | 100001 | 110010 |
Color Harmonies of #A956A4
Complementary color
Monochromatic Colors of #A956A4
Black with #A956A4
Text Example
Text Example
White with #A956A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956A4; }
p { color: rgb(169,86,164); }
H1.HeaderClassName
{
color: #A956A4;
}
.AnyTagClassName
{
color: #A956A4;
}
</style>
background-color css
<style>
a { background-color: #A956A4; }
a { background-color: rgb(169,86,164); }
div.DivClassName
{
background-color: #A956A4;
}
.BgClassName
{
background-color: #A956A4;
}
</style>
border-color css
<style>
span { border-color: #A956A4; }
span { border-color: rgb(169,86,164); }
td.TdClassName
{
border-color: #A956A4;
}
.TagClassName
{
border-color: #A956A4;
}
</style>