Shades of Violet Blue #A5459D
Tints of Violet Blue #A5459D
RGB
CMYK
RGB Variations
Color information
#A5459D (or 0xA5459D) is known color: Violet Blue. HEX triplet: A5, 45 and 9D. RGB value is (165,69,157). Sum of RGB (Red+Green+Blue) = 165+69+157=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5459D is #5ABA62. Grayscale: #6B6B6B. Windows color (decimal): -5945955 or 10306981. OLE color: 10306981.
HSL color Cylindrical-coordinate representation of color #A5459D: hue angle of 305º 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 #A5459D is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 157 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.35 |
| HSL | 305º | 0.41% | 0.46% | - |
| HSV(B) | 305º | 0.58% | 0.65% | - |
| XYZ | 23.73 | 14.69 | 33.48 | - |
| YUV | 107.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 157 | 0 | 0.58 | 0.05 | 0.35 | 305 | 0.41 | 0.46 |
| Hex | A5 | 45 | 9D | 0 | 3A | 5 | 23 | 131 | 29 | 2E |
| Octal | 245 | 105 | 235 | 0 | 72 | 5 | 43 | 461 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10011101 | 0 | 111010 | 101 | 100011 | 100110001 | 101001 | 101110 |
Color Harmonies of #A5459D
Complementary color
Monochromatic Colors of #A5459D
Black with #A5459D
Text Example
Text Example
White with #A5459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5459D; }
p { color: rgb(165,69,157); }
H1.HeaderClassName
{
color: #A5459D;
}
.AnyTagClassName
{
color: #A5459D;
}
</style>
background-color css
<style>
a { background-color: #A5459D; }
a { background-color: rgb(165,69,157); }
div.DivClassName
{
background-color: #A5459D;
}
.BgClassName
{
background-color: #A5459D;
}
</style>
border-color css
<style>
span { border-color: #A5459D; }
span { border-color: rgb(165,69,157); }
td.TdClassName
{
border-color: #A5459D;
}
.TagClassName
{
border-color: #A5459D;
}
</style>