Shades of Violet Blue #A56A9F
Tints of Violet Blue #A56A9F
RGB
CMYK
RGB Variations
Color information
#A56A9F (or 0xA56A9F) is known color: Violet Blue. HEX triplet: A5, 6A and 9F. RGB value is (165,106,159). Sum of RGB (Red+Green+Blue) = 165+106+159=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A9F is #5A9560. Grayscale: #818181. Windows color (decimal): -5936481 or 10447525. OLE color: 10447525.
HSL color Cylindrical-coordinate representation of color #A56A9F: hue angle of 306.1º 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 #A56A9F is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 159 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.35 |
| HSL | 306.1º | 0.25% | 0.53% | - |
| HSV(B) | 306.1º | 0.36% | 0.65% | - |
| XYZ | 26.93 | 20.81 | 35.4 | - |
| YUV | 129.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 159 | 0 | 0.36 | 0.04 | 0.35 | 306.1 | 0.25 | 0.53 |
| Hex | A5 | 6A | 9F | 0 | 24 | 4 | 23 | 132 | 19 | 35 |
| Octal | 245 | 152 | 237 | 0 | 44 | 4 | 43 | 462 | 31 | 65 |
| Binary | 10100101 | 1101010 | 10011111 | 0 | 100100 | 100 | 100011 | 100110010 | 11001 | 110101 |
Color Harmonies of #A56A9F
Complementary color
Monochromatic Colors of #A56A9F
Black with #A56A9F
Text Example
Text Example
White with #A56A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A9F; }
p { color: rgb(165,106,159); }
H1.HeaderClassName
{
color: #A56A9F;
}
.AnyTagClassName
{
color: #A56A9F;
}
</style>
background-color css
<style>
a { background-color: #A56A9F; }
a { background-color: rgb(165,106,159); }
div.DivClassName
{
background-color: #A56A9F;
}
.BgClassName
{
background-color: #A56A9F;
}
</style>
border-color css
<style>
span { border-color: #A56A9F; }
span { border-color: rgb(165,106,159); }
td.TdClassName
{
border-color: #A56A9F;
}
.TagClassName
{
border-color: #A56A9F;
}
</style>