Shades of Violet Blue #A56BAA
Tints of Violet Blue #A56BAA
RGB
CMYK
RGB Variations
Color information
#A56BAA (or 0xA56BAA) is known color: Violet Blue. HEX triplet: A5, 6B and AA. RGB value is (165,107,170). Sum of RGB (Red+Green+Blue) = 165+107+170=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAA is #5A9455. Grayscale: #838383. Windows color (decimal): -5936214 or 11168677. OLE color: 11168677.
HSL color Cylindrical-coordinate representation of color #A56BAA: hue angle of 295.24º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56BAA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 107 | 170 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.33 |
| HSL | 295.24º | 0.27% | 0.54% | - |
| HSV(B) | 295.24º | 0.37% | 0.67% | - |
| XYZ | 28.03 | 21.42 | 40.69 | - |
| YUV | 131.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 170 | 0.03 | 0.37 | 0 | 0.33 | 295.24 | 0.27 | 0.54 |
| Hex | A5 | 6B | AA | 3 | 25 | 0 | 21 | 127 | 1B | 36 |
| Octal | 245 | 153 | 252 | 3 | 45 | 0 | 41 | 447 | 33 | 66 |
| Binary | 10100101 | 1101011 | 10101010 | 11 | 100101 | 0 | 100001 | 100100111 | 11011 | 110110 |
Color Harmonies of #A56BAA
Complementary color
Monochromatic Colors of #A56BAA
Black with #A56BAA
Text Example
Text Example
White with #A56BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BAA; }
p { color: rgb(165,107,170); }
H1.HeaderClassName
{
color: #A56BAA;
}
.AnyTagClassName
{
color: #A56BAA;
}
</style>
background-color css
<style>
a { background-color: #A56BAA; }
a { background-color: rgb(165,107,170); }
div.DivClassName
{
background-color: #A56BAA;
}
.BgClassName
{
background-color: #A56BAA;
}
</style>
border-color css
<style>
span { border-color: #A56BAA; }
span { border-color: rgb(165,107,170); }
td.TdClassName
{
border-color: #A56BAA;
}
.TagClassName
{
border-color: #A56BAA;
}
</style>