Shades of Violet Blue #A5529C
Tints of Violet Blue #A5529C
RGB
CMYK
RGB Variations
Color information
#A5529C (or 0xA5529C) is known color: Violet Blue. HEX triplet: A5, 52 and 9C. RGB value is (165,82,156). Sum of RGB (Red+Green+Blue) = 165+82+156=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5529C is #5AAD63. Grayscale: #737373. Windows color (decimal): -5942628 or 10244773. OLE color: 10244773.
HSL color Cylindrical-coordinate representation of color #A5529C: hue angle of 306.51º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5529C is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 156 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.35 |
| HSL | 306.51º | 0.34% | 0.48% | - |
| HSV(B) | 306.51º | 0.5% | 0.65% | - |
| XYZ | 24.54 | 16.43 | 33.33 | - |
| YUV | 115.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 156 | 0 | 0.50 | 0.05 | 0.35 | 306.51 | 0.34 | 0.48 |
| Hex | A5 | 52 | 9C | 0 | 32 | 5 | 23 | 133 | 22 | 30 |
| Octal | 245 | 122 | 234 | 0 | 62 | 5 | 43 | 463 | 42 | 60 |
| Binary | 10100101 | 1010010 | 10011100 | 0 | 110010 | 101 | 100011 | 100110011 | 100010 | 110000 |
Color Harmonies of #A5529C
Complementary color
Monochromatic Colors of #A5529C
Black with #A5529C
Text Example
Text Example
White with #A5529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5529C; }
p { color: rgb(165,82,156); }
H1.HeaderClassName
{
color: #A5529C;
}
.AnyTagClassName
{
color: #A5529C;
}
</style>
background-color css
<style>
a { background-color: #A5529C; }
a { background-color: rgb(165,82,156); }
div.DivClassName
{
background-color: #A5529C;
}
.BgClassName
{
background-color: #A5529C;
}
</style>
border-color css
<style>
span { border-color: #A5529C; }
span { border-color: rgb(165,82,156); }
td.TdClassName
{
border-color: #A5529C;
}
.TagClassName
{
border-color: #A5529C;
}
</style>