Shades of Violet Blue #A0509D
Tints of Violet Blue #A0509D
RGB
CMYK
RGB Variations
Color information
#A0509D (or 0xA0509D) is known color: Violet Blue. HEX triplet: A0, 50 and 9D. RGB value is (160,80,157). Sum of RGB (Red+Green+Blue) = 160+80+157=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0509D is #5FAF62. Grayscale: #707070. Windows color (decimal): -6270819 or 10309792. OLE color: 10309792.
HSL color Cylindrical-coordinate representation of color #A0509D: hue angle of 302.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0509D is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 157 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.37 |
| HSL | 302.25º | 0.33% | 0.47% | - |
| HSV(B) | 302.25º | 0.5% | 0.63% | - |
| XYZ | 23.45 | 15.65 | 33.68 | - |
| YUV | 112.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 157 | 0 | 0.5 | 0.02 | 0.37 | 302.25 | 0.33 | 0.47 |
| Hex | A0 | 50 | 9D | 0 | 32 | 2 | 25 | 12E | 21 | 2F |
| Octal | 240 | 120 | 235 | 0 | 62 | 2 | 45 | 456 | 41 | 57 |
| Binary | 10100000 | 1010000 | 10011101 | 0 | 110010 | 10 | 100101 | 100101110 | 100001 | 101111 |
Color Harmonies of #A0509D
Complementary color
Monochromatic Colors of #A0509D
Black with #A0509D
Text Example
Text Example
White with #A0509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0509D; }
p { color: rgb(160,80,157); }
H1.HeaderClassName
{
color: #A0509D;
}
.AnyTagClassName
{
color: #A0509D;
}
</style>
background-color css
<style>
a { background-color: #A0509D; }
a { background-color: rgb(160,80,157); }
div.DivClassName
{
background-color: #A0509D;
}
.BgClassName
{
background-color: #A0509D;
}
</style>
border-color css
<style>
span { border-color: #A0509D; }
span { border-color: rgb(160,80,157); }
td.TdClassName
{
border-color: #A0509D;
}
.TagClassName
{
border-color: #A0509D;
}
</style>