Shades of Violet Blue #A56DAA
Tints of Violet Blue #A56DAA
RGB
CMYK
RGB Variations
Color information
#A56DAA (or 0xA56DAA) is known color: Violet Blue. HEX triplet: A5, 6D and AA. RGB value is (165,109,170). Sum of RGB (Red+Green+Blue) = 165+109+170=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DAA is #5A9255. Grayscale: #848484. Windows color (decimal): -5935702 or 11169189. OLE color: 11169189.
HSL color Cylindrical-coordinate representation of color #A56DAA: hue angle of 295.08º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56DAA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 109 | 170 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.33 |
| HSL | 295.08º | 0.26% | 0.55% | - |
| HSV(B) | 295.08º | 0.36% | 0.67% | - |
| XYZ | 28.24 | 21.84 | 40.76 | - |
| YUV | 132.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 170 | 0.03 | 0.36 | 0 | 0.33 | 295.08 | 0.26 | 0.55 |
| Hex | A5 | 6D | AA | 3 | 24 | 0 | 21 | 127 | 1A | 37 |
| Octal | 245 | 155 | 252 | 3 | 44 | 0 | 41 | 447 | 32 | 67 |
| Binary | 10100101 | 1101101 | 10101010 | 11 | 100100 | 0 | 100001 | 100100111 | 11010 | 110111 |
Color Harmonies of #A56DAA
Complementary color
Monochromatic Colors of #A56DAA
Black with #A56DAA
Text Example
Text Example
White with #A56DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DAA; }
p { color: rgb(165,109,170); }
H1.HeaderClassName
{
color: #A56DAA;
}
.AnyTagClassName
{
color: #A56DAA;
}
</style>
background-color css
<style>
a { background-color: #A56DAA; }
a { background-color: rgb(165,109,170); }
div.DivClassName
{
background-color: #A56DAA;
}
.BgClassName
{
background-color: #A56DAA;
}
</style>
border-color css
<style>
span { border-color: #A56DAA; }
span { border-color: rgb(165,109,170); }
td.TdClassName
{
border-color: #A56DAA;
}
.TagClassName
{
border-color: #A56DAA;
}
</style>