Shades of Violet Blue #A5579D
Tints of Violet Blue #A5579D
RGB
CMYK
RGB Variations
Color information
#A5579D (or 0xA5579D) is known color: Violet Blue. HEX triplet: A5, 57 and 9D. RGB value is (165,87,157). Sum of RGB (Red+Green+Blue) = 165+87+157=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5579D is #5AA862. Grayscale: #767676. Windows color (decimal): -5941347 or 10311589. OLE color: 10311589.
HSL color Cylindrical-coordinate representation of color #A5579D: hue angle of 306.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5579D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 157 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.35 |
| HSL | 306.15º | 0.31% | 0.49% | - |
| HSV(B) | 306.15º | 0.47% | 0.65% | - |
| XYZ | 25.01 | 17.25 | 33.91 | - |
| YUV | 118.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 157 | 0 | 0.47 | 0.05 | 0.35 | 306.15 | 0.31 | 0.49 |
| Hex | A5 | 57 | 9D | 0 | 2F | 5 | 23 | 132 | 1F | 31 |
| Octal | 245 | 127 | 235 | 0 | 57 | 5 | 43 | 462 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10011101 | 0 | 101111 | 101 | 100011 | 100110010 | 11111 | 110001 |
Color Harmonies of #A5579D
Complementary color
Monochromatic Colors of #A5579D
Black with #A5579D
Text Example
Text Example
White with #A5579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5579D; }
p { color: rgb(165,87,157); }
H1.HeaderClassName
{
color: #A5579D;
}
.AnyTagClassName
{
color: #A5579D;
}
</style>
background-color css
<style>
a { background-color: #A5579D; }
a { background-color: rgb(165,87,157); }
div.DivClassName
{
background-color: #A5579D;
}
.BgClassName
{
background-color: #A5579D;
}
</style>
border-color css
<style>
span { border-color: #A5579D; }
span { border-color: rgb(165,87,157); }
td.TdClassName
{
border-color: #A5579D;
}
.TagClassName
{
border-color: #A5579D;
}
</style>