Shades of Violet Blue #A539A7
Tints of Violet Blue #A539A7
RGB
CMYK
RGB Variations
Color information
#A539A7 (or 0xA539A7) is known color: Violet Blue. HEX triplet: A5, 39 and A7. RGB value is (165,57,167). Sum of RGB (Red+Green+Blue) = 165+57+167=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #A539A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A539A7 is #5AC658. Grayscale: #656565. Windows color (decimal): -5949017 or 10959269. OLE color: 10959269.
HSL color Cylindrical-coordinate representation of color #A539A7: hue angle of 298.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A539A7 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 167 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.35 |
| HSL | 298.91º | 0.49% | 0.44% | - |
| HSV(B) | 298.91º | 0.66% | 0.65% | - |
| XYZ | 23.96 | 13.72 | 37.94 | - |
| YUV | 101.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 167 | 0.01 | 0.66 | 0 | 0.35 | 298.91 | 0.49 | 0.44 |
| Hex | A5 | 39 | A7 | 1 | 42 | 0 | 23 | 12B | 31 | 2C |
| Octal | 245 | 71 | 247 | 1 | 102 | 0 | 43 | 453 | 61 | 54 |
| Binary | 10100101 | 111001 | 10100111 | 1 | 1000010 | 0 | 100011 | 100101011 | 110001 | 101100 |
Color Harmonies of #A539A7
Complementary color
Monochromatic Colors of #A539A7
Black with #A539A7
Text Example
Text Example
White with #A539A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A539A7; }
p { color: rgb(165,57,167); }
H1.HeaderClassName
{
color: #A539A7;
}
.AnyTagClassName
{
color: #A539A7;
}
</style>
background-color css
<style>
a { background-color: #A539A7; }
a { background-color: rgb(165,57,167); }
div.DivClassName
{
background-color: #A539A7;
}
.BgClassName
{
background-color: #A539A7;
}
</style>
border-color css
<style>
span { border-color: #A539A7; }
span { border-color: rgb(165,57,167); }
td.TdClassName
{
border-color: #A539A7;
}
.TagClassName
{
border-color: #A539A7;
}
</style>