Shades of Violet Blue #A5529B
Tints of Violet Blue #A5529B
RGB
CMYK
RGB Variations
Color information
#A5529B (or 0xA5529B) is known color: Violet Blue. HEX triplet: A5, 52 and 9B. RGB value is (165,82,155). Sum of RGB (Red+Green+Blue) = 165+82+155=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5529B is #5AAD64. Grayscale: #727272. Windows color (decimal): -5942629 or 10179237. OLE color: 10179237.
HSL color Cylindrical-coordinate representation of color #A5529B: hue angle of 307.23º 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 #A5529B is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 155 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.35 |
| HSL | 307.23º | 0.34% | 0.48% | - |
| HSV(B) | 307.23º | 0.5% | 0.65% | - |
| XYZ | 24.45 | 16.4 | 32.89 | - |
| YUV | 115.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 155 | 0 | 0.50 | 0.06 | 0.35 | 307.23 | 0.34 | 0.48 |
| Hex | A5 | 52 | 9B | 0 | 32 | 6 | 23 | 133 | 22 | 30 |
| Octal | 245 | 122 | 233 | 0 | 62 | 6 | 43 | 463 | 42 | 60 |
| Binary | 10100101 | 1010010 | 10011011 | 0 | 110010 | 110 | 100011 | 100110011 | 100010 | 110000 |
Color Harmonies of #A5529B
Complementary color
Monochromatic Colors of #A5529B
Black with #A5529B
Text Example
Text Example
White with #A5529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5529B; }
p { color: rgb(165,82,155); }
H1.HeaderClassName
{
color: #A5529B;
}
.AnyTagClassName
{
color: #A5529B;
}
</style>
background-color css
<style>
a { background-color: #A5529B; }
a { background-color: rgb(165,82,155); }
div.DivClassName
{
background-color: #A5529B;
}
.BgClassName
{
background-color: #A5529B;
}
</style>
border-color css
<style>
span { border-color: #A5529B; }
span { border-color: rgb(165,82,155); }
td.TdClassName
{
border-color: #A5529B;
}
.TagClassName
{
border-color: #A5529B;
}
</style>