Shades of Violet Blue #A56CA7
Tints of Violet Blue #A56CA7
RGB
CMYK
RGB Variations
Color information
#A56CA7 (or 0xA56CA7) is known color: Violet Blue. HEX triplet: A5, 6C and A7. RGB value is (165,108,167). Sum of RGB (Red+Green+Blue) = 165+108+167=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #A56CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CA7 is #5A9358. Grayscale: #838383. Windows color (decimal): -5935961 or 10972325. OLE color: 10972325.
HSL color Cylindrical-coordinate representation of color #A56CA7: hue angle of 297.97º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56CA7 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 108 | 167 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.35 |
| HSL | 297.97º | 0.25% | 0.54% | - |
| HSV(B) | 297.97º | 0.35% | 0.65% | - |
| XYZ | 27.85 | 21.51 | 39.24 | - |
| YUV | 131.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 167 | 0.01 | 0.35 | 0 | 0.35 | 297.97 | 0.25 | 0.54 |
| Hex | A5 | 6C | A7 | 1 | 23 | 0 | 23 | 12A | 19 | 36 |
| Octal | 245 | 154 | 247 | 1 | 43 | 0 | 43 | 452 | 31 | 66 |
| Binary | 10100101 | 1101100 | 10100111 | 1 | 100011 | 0 | 100011 | 100101010 | 11001 | 110110 |
Color Harmonies of #A56CA7
Complementary color
Monochromatic Colors of #A56CA7
Black with #A56CA7
Text Example
Text Example
White with #A56CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CA7; }
p { color: rgb(165,108,167); }
H1.HeaderClassName
{
color: #A56CA7;
}
.AnyTagClassName
{
color: #A56CA7;
}
</style>
background-color css
<style>
a { background-color: #A56CA7; }
a { background-color: rgb(165,108,167); }
div.DivClassName
{
background-color: #A56CA7;
}
.BgClassName
{
background-color: #A56CA7;
}
</style>
border-color css
<style>
span { border-color: #A56CA7; }
span { border-color: rgb(165,108,167); }
td.TdClassName
{
border-color: #A56CA7;
}
.TagClassName
{
border-color: #A56CA7;
}
</style>