Shades of Violet Blue #A56FAF
Tints of Violet Blue #A56FAF
RGB
CMYK
RGB Variations
Color information
#A56FAF (or 0xA56FAF) is known color: Violet Blue. HEX triplet: A5, 6F and AF. RGB value is (165,111,175). Sum of RGB (Red+Green+Blue) = 165+111+175=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAF is #5A9050. Grayscale: #868686. Windows color (decimal): -5935185 or 11497381. OLE color: 11497381.
HSL color Cylindrical-coordinate representation of color #A56FAF: hue angle of 290.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56FAF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 111 | 175 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.31 |
| HSL | 290.63º | 0.29% | 0.56% | - |
| HSV(B) | 290.63º | 0.37% | 0.69% | - |
| XYZ | 28.94 | 22.46 | 43.37 | - |
| YUV | 134.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 175 | 0.06 | 0.37 | 0 | 0.31 | 290.63 | 0.29 | 0.56 |
| Hex | A5 | 6F | AF | 6 | 25 | 0 | 1F | 123 | 1D | 38 |
| Octal | 245 | 157 | 257 | 6 | 45 | 0 | 37 | 443 | 35 | 70 |
| Binary | 10100101 | 1101111 | 10101111 | 110 | 100101 | 0 | 11111 | 100100011 | 11101 | 111000 |
Color Harmonies of #A56FAF
Complementary color
Monochromatic Colors of #A56FAF
Black with #A56FAF
Text Example
Text Example
White with #A56FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FAF; }
p { color: rgb(165,111,175); }
H1.HeaderClassName
{
color: #A56FAF;
}
.AnyTagClassName
{
color: #A56FAF;
}
</style>
background-color css
<style>
a { background-color: #A56FAF; }
a { background-color: rgb(165,111,175); }
div.DivClassName
{
background-color: #A56FAF;
}
.BgClassName
{
background-color: #A56FAF;
}
</style>
border-color css
<style>
span { border-color: #A56FAF; }
span { border-color: rgb(165,111,175); }
td.TdClassName
{
border-color: #A56FAF;
}
.TagClassName
{
border-color: #A56FAF;
}
</style>