Shades of Violet Blue #A54597
Tints of Violet Blue #A54597
RGB
CMYK
RGB Variations
Color information
#A54597 (or 0xA54597) is known color: Violet Blue. HEX triplet: A5, 45 and 97. RGB value is (165,69,151). Sum of RGB (Red+Green+Blue) = 165+69+151=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A54597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54597 is #5ABA68. Grayscale: #6A6A6A. Windows color (decimal): -5945961 or 9913765. OLE color: 9913765.
HSL color Cylindrical-coordinate representation of color #A54597: hue angle of 308.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54597 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 151 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.35 |
| HSL | 308.75º | 0.41% | 0.46% | - |
| HSV(B) | 308.75º | 0.58% | 0.65% | - |
| XYZ | 23.23 | 14.49 | 30.85 | - |
| YUV | 107.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 151 | 0 | 0.58 | 0.08 | 0.35 | 308.75 | 0.41 | 0.46 |
| Hex | A5 | 45 | 97 | 0 | 3A | 8 | 23 | 135 | 29 | 2E |
| Octal | 245 | 105 | 227 | 0 | 72 | 10 | 43 | 465 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10010111 | 0 | 111010 | 1000 | 100011 | 100110101 | 101001 | 101110 |
Color Harmonies of #A54597
Complementary color
Monochromatic Colors of #A54597
Black with #A54597
Text Example
Text Example
White with #A54597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54597; }
p { color: rgb(165,69,151); }
H1.HeaderClassName
{
color: #A54597;
}
.AnyTagClassName
{
color: #A54597;
}
</style>
background-color css
<style>
a { background-color: #A54597; }
a { background-color: rgb(165,69,151); }
div.DivClassName
{
background-color: #A54597;
}
.BgClassName
{
background-color: #A54597;
}
</style>
border-color css
<style>
span { border-color: #A54597; }
span { border-color: rgb(165,69,151); }
td.TdClassName
{
border-color: #A54597;
}
.TagClassName
{
border-color: #A54597;
}
</style>