Shades of Violet Blue #A561A9
Tints of Violet Blue #A561A9
RGB
CMYK
RGB Variations
Color information
#A561A9 (or 0xA561A9) is known color: Violet Blue. HEX triplet: A5, 61 and A9. RGB value is (165,97,169). Sum of RGB (Red+Green+Blue) = 165+97+169=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #A561A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A561A9 is #5A9E56. Grayscale: #7D7D7D. Windows color (decimal): -5938775 or 11100581. OLE color: 11100581.
HSL color Cylindrical-coordinate representation of color #A561A9: hue angle of 296.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A561A9 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 97 | 169 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.34 |
| HSL | 296.67º | 0.3% | 0.52% | - |
| HSV(B) | 296.67º | 0.43% | 0.66% | - |
| XYZ | 26.95 | 19.41 | 39.86 | - |
| YUV | 125.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 169 | 0.02 | 0.43 | 0 | 0.34 | 296.67 | 0.3 | 0.52 |
| Hex | A5 | 61 | A9 | 2 | 2B | 0 | 22 | 129 | 1E | 34 |
| Octal | 245 | 141 | 251 | 2 | 53 | 0 | 42 | 451 | 36 | 64 |
| Binary | 10100101 | 1100001 | 10101001 | 10 | 101011 | 0 | 100010 | 100101001 | 11110 | 110100 |
Color Harmonies of #A561A9
Complementary color
Monochromatic Colors of #A561A9
Black with #A561A9
Text Example
Text Example
White with #A561A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561A9; }
p { color: rgb(165,97,169); }
H1.HeaderClassName
{
color: #A561A9;
}
.AnyTagClassName
{
color: #A561A9;
}
</style>
background-color css
<style>
a { background-color: #A561A9; }
a { background-color: rgb(165,97,169); }
div.DivClassName
{
background-color: #A561A9;
}
.BgClassName
{
background-color: #A561A9;
}
</style>
border-color css
<style>
span { border-color: #A561A9; }
span { border-color: rgb(165,97,169); }
td.TdClassName
{
border-color: #A561A9;
}
.TagClassName
{
border-color: #A561A9;
}
</style>