Shades of Violet Blue #A556A7
Tints of Violet Blue #A556A7
RGB
CMYK
RGB Variations
Color information
#A556A7 (or 0xA556A7) is known color: Violet Blue. HEX triplet: A5, 56 and A7. RGB value is (165,86,167). Sum of RGB (Red+Green+Blue) = 165+86+167=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 167 - color contains mainly: blue. Hex color #A556A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A556A7 is #5AA958. Grayscale: #767676. Windows color (decimal): -5941593 or 10966693. OLE color: 10966693.
HSL color Cylindrical-coordinate representation of color #A556A7: hue angle of 298.52º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A556A7 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 167 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.35 |
| HSL | 298.52º | 0.32% | 0.5% | - |
| HSV(B) | 298.52º | 0.49% | 0.65% | - |
| XYZ | 25.82 | 17.44 | 38.57 | - |
| YUV | 118.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 167 | 0.01 | 0.49 | 0 | 0.35 | 298.52 | 0.32 | 0.5 |
| Hex | A5 | 56 | A7 | 1 | 31 | 0 | 23 | 12B | 20 | 32 |
| Octal | 245 | 126 | 247 | 1 | 61 | 0 | 43 | 453 | 40 | 62 |
| Binary | 10100101 | 1010110 | 10100111 | 1 | 110001 | 0 | 100011 | 100101011 | 100000 | 110010 |
Color Harmonies of #A556A7
Complementary color
Monochromatic Colors of #A556A7
Black with #A556A7
Text Example
Text Example
White with #A556A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556A7; }
p { color: rgb(165,86,167); }
H1.HeaderClassName
{
color: #A556A7;
}
.AnyTagClassName
{
color: #A556A7;
}
</style>
background-color css
<style>
a { background-color: #A556A7; }
a { background-color: rgb(165,86,167); }
div.DivClassName
{
background-color: #A556A7;
}
.BgClassName
{
background-color: #A556A7;
}
</style>
border-color css
<style>
span { border-color: #A556A7; }
span { border-color: rgb(165,86,167); }
td.TdClassName
{
border-color: #A556A7;
}
.TagClassName
{
border-color: #A556A7;
}
</style>