Shades of Violet Blue #A56F9B
Tints of Violet Blue #A56F9B
RGB
CMYK
RGB Variations
Color information
#A56F9B (or 0xA56F9B) is known color: Violet Blue. HEX triplet: A5, 6F and 9B. RGB value is (165,111,155). Sum of RGB (Red+Green+Blue) = 165+111+155=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F9B is #5A9064. Grayscale: #848484. Windows color (decimal): -5935205 or 10186661. OLE color: 10186661.
HSL color Cylindrical-coordinate representation of color #A56F9B: hue angle of 311.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F9B is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 155 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.35 |
| HSL | 311.11º | 0.23% | 0.54% | - |
| HSV(B) | 311.11º | 0.33% | 0.65% | - |
| XYZ | 27.12 | 21.73 | 33.78 | - |
| YUV | 132.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 155 | 0 | 0.33 | 0.06 | 0.35 | 311.11 | 0.23 | 0.54 |
| Hex | A5 | 6F | 9B | 0 | 21 | 6 | 23 | 137 | 17 | 36 |
| Octal | 245 | 157 | 233 | 0 | 41 | 6 | 43 | 467 | 27 | 66 |
| Binary | 10100101 | 1101111 | 10011011 | 0 | 100001 | 110 | 100011 | 100110111 | 10111 | 110110 |
Color Harmonies of #A56F9B
Complementary color
Monochromatic Colors of #A56F9B
Black with #A56F9B
Text Example
Text Example
White with #A56F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F9B; }
p { color: rgb(165,111,155); }
H1.HeaderClassName
{
color: #A56F9B;
}
.AnyTagClassName
{
color: #A56F9B;
}
</style>
background-color css
<style>
a { background-color: #A56F9B; }
a { background-color: rgb(165,111,155); }
div.DivClassName
{
background-color: #A56F9B;
}
.BgClassName
{
background-color: #A56F9B;
}
</style>
border-color css
<style>
span { border-color: #A56F9B; }
span { border-color: rgb(165,111,155); }
td.TdClassName
{
border-color: #A56F9B;
}
.TagClassName
{
border-color: #A56F9B;
}
</style>