Shades of Violet Blue #A57AA5
Tints of Violet Blue #A57AA5
RGB
CMYK
RGB Variations
Color information
#A57AA5 (or 0xA57AA5) is known color: Violet Blue. HEX triplet: A5, 7A and A5. RGB value is (165,122,165). Sum of RGB (Red+Green+Blue) = 165+122+165=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A57AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AA5 is #5A855A. Grayscale: #8B8B8B. Windows color (decimal): -5932379 or 10844837. OLE color: 10844837.
HSL color Cylindrical-coordinate representation of color #A57AA5: hue angle of 300º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57AA5 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 165 | - |
| CMYK | 0 | 0.26 | 0 | 0.35 |
| HSL | 300º | 0.19% | 0.56% | - |
| HSV(B) | 300º | 0.26% | 0.65% | - |
| XYZ | 29.27 | 24.64 | 38.81 | - |
| YUV | 139.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 165 | 0 | 0.26 | 0 | 0.35 | 300 | 0.19 | 0.56 |
| Hex | A5 | 7A | A5 | 0 | 1A | 0 | 23 | 12C | 13 | 38 |
| Octal | 245 | 172 | 245 | 0 | 32 | 0 | 43 | 454 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10100101 | 0 | 11010 | 0 | 100011 | 100101100 | 10011 | 111000 |
Color Harmonies of #A57AA5
Complementary color
Monochromatic Colors of #A57AA5
Black with #A57AA5
Text Example
Text Example
White with #A57AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AA5; }
p { color: rgb(165,122,165); }
H1.HeaderClassName
{
color: #A57AA5;
}
.AnyTagClassName
{
color: #A57AA5;
}
</style>
background-color css
<style>
a { background-color: #A57AA5; }
a { background-color: rgb(165,122,165); }
div.DivClassName
{
background-color: #A57AA5;
}
.BgClassName
{
background-color: #A57AA5;
}
</style>
border-color css
<style>
span { border-color: #A57AA5; }
span { border-color: rgb(165,122,165); }
td.TdClassName
{
border-color: #A57AA5;
}
.TagClassName
{
border-color: #A57AA5;
}
</style>