Shades of Violet Blue #A5399E
Tints of Violet Blue #A5399E
RGB
CMYK
RGB Variations
Color information
#A5399E (or 0xA5399E) is known color: Violet Blue. HEX triplet: A5, 39 and 9E. RGB value is (165,57,158). Sum of RGB (Red+Green+Blue) = 165+57+158=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399E is #5AC661. Grayscale: #646464. Windows color (decimal): -5949026 or 10369445. OLE color: 10369445.
HSL color Cylindrical-coordinate representation of color #A5399E: hue angle of 303.89º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5399E is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 158 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.35 |
| HSL | 303.89º | 0.49% | 0.44% | - |
| HSV(B) | 303.89º | 0.65% | 0.65% | - |
| XYZ | 23.15 | 13.39 | 33.71 | - |
| YUV | 100.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 158 | 0 | 0.65 | 0.04 | 0.35 | 303.89 | 0.49 | 0.44 |
| Hex | A5 | 39 | 9E | 0 | 41 | 4 | 23 | 130 | 31 | 2C |
| Octal | 245 | 71 | 236 | 0 | 101 | 4 | 43 | 460 | 61 | 54 |
| Binary | 10100101 | 111001 | 10011110 | 0 | 1000001 | 100 | 100011 | 100110000 | 110001 | 101100 |
Color Harmonies of #A5399E
Complementary color
Monochromatic Colors of #A5399E
Black with #A5399E
Text Example
Text Example
White with #A5399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5399E; }
p { color: rgb(165,57,158); }
H1.HeaderClassName
{
color: #A5399E;
}
.AnyTagClassName
{
color: #A5399E;
}
</style>
background-color css
<style>
a { background-color: #A5399E; }
a { background-color: rgb(165,57,158); }
div.DivClassName
{
background-color: #A5399E;
}
.BgClassName
{
background-color: #A5399E;
}
</style>
border-color css
<style>
span { border-color: #A5399E; }
span { border-color: rgb(165,57,158); }
td.TdClassName
{
border-color: #A5399E;
}
.TagClassName
{
border-color: #A5399E;
}
</style>