Shades of Violet Blue #A56D9C
Tints of Violet Blue #A56D9C
RGB
CMYK
RGB Variations
Color information
#A56D9C (or 0xA56D9C) is known color: Violet Blue. HEX triplet: A5, 6D and 9C. RGB value is (165,109,156). Sum of RGB (Red+Green+Blue) = 165+109+156=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D9C is #5A9263. Grayscale: #828282. Windows color (decimal): -5935716 or 10251685. OLE color: 10251685.
HSL color Cylindrical-coordinate representation of color #A56D9C: hue angle of 309.64º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D9C is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 156 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.35 |
| HSL | 309.64º | 0.24% | 0.54% | - |
| HSV(B) | 309.64º | 0.34% | 0.65% | - |
| XYZ | 26.99 | 21.34 | 34.15 | - |
| YUV | 131.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 156 | 0 | 0.34 | 0.05 | 0.35 | 309.64 | 0.24 | 0.54 |
| Hex | A5 | 6D | 9C | 0 | 22 | 5 | 23 | 136 | 18 | 36 |
| Octal | 245 | 155 | 234 | 0 | 42 | 5 | 43 | 466 | 30 | 66 |
| Binary | 10100101 | 1101101 | 10011100 | 0 | 100010 | 101 | 100011 | 100110110 | 11000 | 110110 |
Color Harmonies of #A56D9C
Complementary color
Monochromatic Colors of #A56D9C
Black with #A56D9C
Text Example
Text Example
White with #A56D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D9C; }
p { color: rgb(165,109,156); }
H1.HeaderClassName
{
color: #A56D9C;
}
.AnyTagClassName
{
color: #A56D9C;
}
</style>
background-color css
<style>
a { background-color: #A56D9C; }
a { background-color: rgb(165,109,156); }
div.DivClassName
{
background-color: #A56D9C;
}
.BgClassName
{
background-color: #A56D9C;
}
</style>
border-color css
<style>
span { border-color: #A56D9C; }
span { border-color: rgb(165,109,156); }
td.TdClassName
{
border-color: #A56D9C;
}
.TagClassName
{
border-color: #A56D9C;
}
</style>