Shades of Violet Blue #A56AA2
Tints of Violet Blue #A56AA2
RGB
CMYK
RGB Variations
Color information
#A56AA2 (or 0xA56AA2) is known color: Violet Blue. HEX triplet: A5, 6A and A2. RGB value is (165,106,162). Sum of RGB (Red+Green+Blue) = 165+106+162=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A56AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56AA2 is #5A955D. Grayscale: #818181. Windows color (decimal): -5936478 or 10644133. OLE color: 10644133.
HSL color Cylindrical-coordinate representation of color #A56AA2: hue angle of 303.05º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56AA2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 162 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.35 |
| HSL | 303.05º | 0.25% | 0.53% | - |
| HSV(B) | 303.05º | 0.36% | 0.65% | - |
| XYZ | 27.19 | 20.92 | 36.79 | - |
| YUV | 130.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 162 | 0 | 0.36 | 0.02 | 0.35 | 303.05 | 0.25 | 0.53 |
| Hex | A5 | 6A | A2 | 0 | 24 | 2 | 23 | 12F | 19 | 35 |
| Octal | 245 | 152 | 242 | 0 | 44 | 2 | 43 | 457 | 31 | 65 |
| Binary | 10100101 | 1101010 | 10100010 | 0 | 100100 | 10 | 100011 | 100101111 | 11001 | 110101 |
Color Harmonies of #A56AA2
Complementary color
Monochromatic Colors of #A56AA2
Black with #A56AA2
Text Example
Text Example
White with #A56AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AA2; }
p { color: rgb(165,106,162); }
H1.HeaderClassName
{
color: #A56AA2;
}
.AnyTagClassName
{
color: #A56AA2;
}
</style>
background-color css
<style>
a { background-color: #A56AA2; }
a { background-color: rgb(165,106,162); }
div.DivClassName
{
background-color: #A56AA2;
}
.BgClassName
{
background-color: #A56AA2;
}
</style>
border-color css
<style>
span { border-color: #A56AA2; }
span { border-color: rgb(165,106,162); }
td.TdClassName
{
border-color: #A56AA2;
}
.TagClassName
{
border-color: #A56AA2;
}
</style>