Shades of Violet Blue #A56F9D
Tints of Violet Blue #A56F9D
RGB
CMYK
RGB Variations
Color information
#A56F9D (or 0xA56F9D) is known color: Violet Blue. HEX triplet: A5, 6F and 9D. RGB value is (165,111,157). Sum of RGB (Red+Green+Blue) = 165+111+157=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F9D is #5A9062. Grayscale: #848484. Windows color (decimal): -5935203 or 10317733. OLE color: 10317733.
HSL color Cylindrical-coordinate representation of color #A56F9D: hue angle of 308.89º 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 #A56F9D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 157 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.35 |
| HSL | 308.89º | 0.23% | 0.54% | - |
| HSV(B) | 308.89º | 0.33% | 0.65% | - |
| XYZ | 27.29 | 21.8 | 34.67 | - |
| YUV | 132.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 157 | 0 | 0.33 | 0.05 | 0.35 | 308.89 | 0.23 | 0.54 |
| Hex | A5 | 6F | 9D | 0 | 21 | 5 | 23 | 135 | 17 | 36 |
| Octal | 245 | 157 | 235 | 0 | 41 | 5 | 43 | 465 | 27 | 66 |
| Binary | 10100101 | 1101111 | 10011101 | 0 | 100001 | 101 | 100011 | 100110101 | 10111 | 110110 |
Color Harmonies of #A56F9D
Complementary color
Monochromatic Colors of #A56F9D
Black with #A56F9D
Text Example
Text Example
White with #A56F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F9D; }
p { color: rgb(165,111,157); }
H1.HeaderClassName
{
color: #A56F9D;
}
.AnyTagClassName
{
color: #A56F9D;
}
</style>
background-color css
<style>
a { background-color: #A56F9D; }
a { background-color: rgb(165,111,157); }
div.DivClassName
{
background-color: #A56F9D;
}
.BgClassName
{
background-color: #A56F9D;
}
</style>
border-color css
<style>
span { border-color: #A56F9D; }
span { border-color: rgb(165,111,157); }
td.TdClassName
{
border-color: #A56F9D;
}
.TagClassName
{
border-color: #A56F9D;
}
</style>