Shades of Violet Blue #A5499B
Tints of Violet Blue #A5499B
RGB
CMYK
RGB Variations
Color information
#A5499B (or 0xA5499B) is known color: Violet Blue. HEX triplet: A5, 49 and 9B. RGB value is (165,73,155). Sum of RGB (Red+Green+Blue) = 165+73+155=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5499B is #5AB664. Grayscale: #6D6D6D. Windows color (decimal): -5944933 or 10176933. OLE color: 10176933.
HSL color Cylindrical-coordinate representation of color #A5499B: hue angle of 306.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5499B is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 155 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.35 |
| HSL | 306.52º | 0.39% | 0.47% | - |
| HSV(B) | 306.52º | 0.56% | 0.65% | - |
| XYZ | 23.82 | 15.13 | 32.68 | - |
| YUV | 109.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 155 | 0 | 0.56 | 0.06 | 0.35 | 306.52 | 0.39 | 0.47 |
| Hex | A5 | 49 | 9B | 0 | 38 | 6 | 23 | 133 | 27 | 2F |
| Octal | 245 | 111 | 233 | 0 | 70 | 6 | 43 | 463 | 47 | 57 |
| Binary | 10100101 | 1001001 | 10011011 | 0 | 111000 | 110 | 100011 | 100110011 | 100111 | 101111 |
Color Harmonies of #A5499B
Complementary color
Monochromatic Colors of #A5499B
Black with #A5499B
Text Example
Text Example
White with #A5499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5499B; }
p { color: rgb(165,73,155); }
H1.HeaderClassName
{
color: #A5499B;
}
.AnyTagClassName
{
color: #A5499B;
}
</style>
background-color css
<style>
a { background-color: #A5499B; }
a { background-color: rgb(165,73,155); }
div.DivClassName
{
background-color: #A5499B;
}
.BgClassName
{
background-color: #A5499B;
}
</style>
border-color css
<style>
span { border-color: #A5499B; }
span { border-color: rgb(165,73,155); }
td.TdClassName
{
border-color: #A5499B;
}
.TagClassName
{
border-color: #A5499B;
}
</style>