Shades of Violet Blue #A55497
Tints of Violet Blue #A55497
RGB
CMYK
RGB Variations
Color information
#A55497 (or 0xA55497) is known color: Violet Blue. HEX triplet: A5, 54 and 97. RGB value is (165,84,151). Sum of RGB (Red+Green+Blue) = 165+84+151=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55497 is #5AAB68. Grayscale: #737373. Windows color (decimal): -5942121 or 9917605. OLE color: 9917605.
HSL color Cylindrical-coordinate representation of color #A55497: hue angle of 310.37º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55497 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 151 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.35 |
| HSL | 310.37º | 0.33% | 0.49% | - |
| HSV(B) | 310.37º | 0.49% | 0.65% | - |
| XYZ | 24.27 | 16.57 | 31.2 | - |
| YUV | 115.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 151 | 0 | 0.49 | 0.08 | 0.35 | 310.37 | 0.33 | 0.49 |
| Hex | A5 | 54 | 97 | 0 | 31 | 8 | 23 | 136 | 21 | 31 |
| Octal | 245 | 124 | 227 | 0 | 61 | 10 | 43 | 466 | 41 | 61 |
| Binary | 10100101 | 1010100 | 10010111 | 0 | 110001 | 1000 | 100011 | 100110110 | 100001 | 110001 |
Color Harmonies of #A55497
Complementary color
Monochromatic Colors of #A55497
Black with #A55497
Text Example
Text Example
White with #A55497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55497; }
p { color: rgb(165,84,151); }
H1.HeaderClassName
{
color: #A55497;
}
.AnyTagClassName
{
color: #A55497;
}
</style>
background-color css
<style>
a { background-color: #A55497; }
a { background-color: rgb(165,84,151); }
div.DivClassName
{
background-color: #A55497;
}
.BgClassName
{
background-color: #A55497;
}
</style>
border-color css
<style>
span { border-color: #A55497; }
span { border-color: rgb(165,84,151); }
td.TdClassName
{
border-color: #A55497;
}
.TagClassName
{
border-color: #A55497;
}
</style>