Shades of Violet Blue #A54795
Tints of Violet Blue #A54795
RGB
CMYK
RGB Variations
Color information
#A54795 (or 0xA54795) is known color: Violet Blue. HEX triplet: A5, 47 and 95. RGB value is (165,71,149). Sum of RGB (Red+Green+Blue) = 165+71+149=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A54795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54795 is #5AB86A. Grayscale: #6B6B6B. Windows color (decimal): -5945451 or 9783205. OLE color: 9783205.
HSL color Cylindrical-coordinate representation of color #A54795: hue angle of 310.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54795 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 149 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.35 |
| HSL | 310.21º | 0.4% | 0.46% | - |
| HSV(B) | 310.21º | 0.57% | 0.65% | - |
| XYZ | 23.2 | 14.68 | 30.04 | - |
| YUV | 108 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 149 | 0 | 0.57 | 0.10 | 0.35 | 310.21 | 0.4 | 0.46 |
| Hex | A5 | 47 | 95 | 0 | 39 | A | 23 | 136 | 28 | 2E |
| Octal | 245 | 107 | 225 | 0 | 71 | 12 | 43 | 466 | 50 | 56 |
| Binary | 10100101 | 1000111 | 10010101 | 0 | 111001 | 1010 | 100011 | 100110110 | 101000 | 101110 |
Color Harmonies of #A54795
Complementary color
Monochromatic Colors of #A54795
Black with #A54795
Text Example
Text Example
White with #A54795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54795; }
p { color: rgb(165,71,149); }
H1.HeaderClassName
{
color: #A54795;
}
.AnyTagClassName
{
color: #A54795;
}
</style>
background-color css
<style>
a { background-color: #A54795; }
a { background-color: rgb(165,71,149); }
div.DivClassName
{
background-color: #A54795;
}
.BgClassName
{
background-color: #A54795;
}
</style>
border-color css
<style>
span { border-color: #A54795; }
span { border-color: rgb(165,71,149); }
td.TdClassName
{
border-color: #A54795;
}
.TagClassName
{
border-color: #A54795;
}
</style>