Shades of Violet Blue #A5439E
Tints of Violet Blue #A5439E
RGB
CMYK
RGB Variations
Color information
#A5439E (or 0xA5439E) is known color: Violet Blue. HEX triplet: A5, 43 and 9E. RGB value is (165,67,158). Sum of RGB (Red+Green+Blue) = 165+67+158=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5439E is #5ABC61. Grayscale: #6A6A6A. Windows color (decimal): -5946466 or 10372005. OLE color: 10372005.
HSL color Cylindrical-coordinate representation of color #A5439E: hue angle of 304.29º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5439E is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 158 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.35 |
| HSL | 304.29º | 0.42% | 0.45% | - |
| HSV(B) | 304.29º | 0.59% | 0.65% | - |
| XYZ | 23.7 | 14.48 | 33.89 | - |
| YUV | 106.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 158 | 0 | 0.59 | 0.04 | 0.35 | 304.29 | 0.42 | 0.45 |
| Hex | A5 | 43 | 9E | 0 | 3B | 4 | 23 | 130 | 2A | 2D |
| Octal | 245 | 103 | 236 | 0 | 73 | 4 | 43 | 460 | 52 | 55 |
| Binary | 10100101 | 1000011 | 10011110 | 0 | 111011 | 100 | 100011 | 100110000 | 101010 | 101101 |
Color Harmonies of #A5439E
Complementary color
Monochromatic Colors of #A5439E
Black with #A5439E
Text Example
Text Example
White with #A5439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5439E; }
p { color: rgb(165,67,158); }
H1.HeaderClassName
{
color: #A5439E;
}
.AnyTagClassName
{
color: #A5439E;
}
</style>
background-color css
<style>
a { background-color: #A5439E; }
a { background-color: rgb(165,67,158); }
div.DivClassName
{
background-color: #A5439E;
}
.BgClassName
{
background-color: #A5439E;
}
</style>
border-color css
<style>
span { border-color: #A5439E; }
span { border-color: rgb(165,67,158); }
td.TdClassName
{
border-color: #A5439E;
}
.TagClassName
{
border-color: #A5439E;
}
</style>