Shades of Violet Blue #A56898
Tints of Violet Blue #A56898
RGB
CMYK
RGB Variations
Color information
#A56898 (or 0xA56898) is known color: Violet Blue. HEX triplet: A5, 68 and 98. RGB value is (165,104,152). Sum of RGB (Red+Green+Blue) = 165+104+152=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A56898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56898 is #5A9767. Grayscale: #7F7F7F. Windows color (decimal): -5937000 or 9988261. OLE color: 9988261.
HSL color Cylindrical-coordinate representation of color #A56898: hue angle of 312.79º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56898 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 152 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.35 |
| HSL | 312.79º | 0.25% | 0.53% | - |
| HSV(B) | 312.79º | 0.37% | 0.65% | - |
| XYZ | 26.13 | 20.17 | 32.22 | - |
| YUV | 127.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 152 | 0 | 0.37 | 0.08 | 0.35 | 312.79 | 0.25 | 0.53 |
| Hex | A5 | 68 | 98 | 0 | 25 | 8 | 23 | 139 | 19 | 35 |
| Octal | 245 | 150 | 230 | 0 | 45 | 10 | 43 | 471 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10011000 | 0 | 100101 | 1000 | 100011 | 100111001 | 11001 | 110101 |
Color Harmonies of #A56898
Complementary color
Monochromatic Colors of #A56898
Black with #A56898
Text Example
Text Example
White with #A56898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56898; }
p { color: rgb(165,104,152); }
H1.HeaderClassName
{
color: #A56898;
}
.AnyTagClassName
{
color: #A56898;
}
</style>
background-color css
<style>
a { background-color: #A56898; }
a { background-color: rgb(165,104,152); }
div.DivClassName
{
background-color: #A56898;
}
.BgClassName
{
background-color: #A56898;
}
</style>
border-color css
<style>
span { border-color: #A56898; }
span { border-color: rgb(165,104,152); }
td.TdClassName
{
border-color: #A56898;
}
.TagClassName
{
border-color: #A56898;
}
</style>