Shades of Violet Blue #A5399A
Tints of Violet Blue #A5399A
RGB
CMYK
RGB Variations
Color information
#A5399A (or 0xA5399A) is known color: Violet Blue. HEX triplet: A5, 39 and 9A. RGB value is (165,57,154). Sum of RGB (Red+Green+Blue) = 165+57+154=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399A is #5AC665. Grayscale: #646464. Windows color (decimal): -5949030 or 10107301. OLE color: 10107301.
HSL color Cylindrical-coordinate representation of color #A5399A: hue angle of 306.11º 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 #A5399A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 154 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.35 |
| HSL | 306.11º | 0.49% | 0.44% | - |
| HSV(B) | 306.11º | 0.65% | 0.65% | - |
| XYZ | 22.81 | 13.26 | 31.93 | - |
| YUV | 100.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 154 | 0 | 0.65 | 0.07 | 0.35 | 306.11 | 0.49 | 0.44 |
| Hex | A5 | 39 | 9A | 0 | 41 | 7 | 23 | 132 | 31 | 2C |
| Octal | 245 | 71 | 232 | 0 | 101 | 7 | 43 | 462 | 61 | 54 |
| Binary | 10100101 | 111001 | 10011010 | 0 | 1000001 | 111 | 100011 | 100110010 | 110001 | 101100 |
Color Harmonies of #A5399A
Complementary color
Monochromatic Colors of #A5399A
Black with #A5399A
Text Example
Text Example
White with #A5399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5399A; }
p { color: rgb(165,57,154); }
H1.HeaderClassName
{
color: #A5399A;
}
.AnyTagClassName
{
color: #A5399A;
}
</style>
background-color css
<style>
a { background-color: #A5399A; }
a { background-color: rgb(165,57,154); }
div.DivClassName
{
background-color: #A5399A;
}
.BgClassName
{
background-color: #A5399A;
}
</style>
border-color css
<style>
span { border-color: #A5399A; }
span { border-color: rgb(165,57,154); }
td.TdClassName
{
border-color: #A5399A;
}
.TagClassName
{
border-color: #A5399A;
}
</style>