Shades of Violet Blue #A0509B
Tints of Violet Blue #A0509B
RGB
CMYK
RGB Variations
Color information
#A0509B (or 0xA0509B) is known color: Violet Blue. HEX triplet: A0, 50 and 9B. RGB value is (160,80,155). Sum of RGB (Red+Green+Blue) = 160+80+155=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A0509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0509B is #5FAF64. Grayscale: #707070. Windows color (decimal): -6270821 or 10178720. OLE color: 10178720.
HSL color Cylindrical-coordinate representation of color #A0509B: hue angle of 303.75º 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 #A0509B is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 155 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.37 |
| HSL | 303.75º | 0.33% | 0.47% | - |
| HSV(B) | 303.75º | 0.5% | 0.63% | - |
| XYZ | 23.28 | 15.58 | 32.79 | - |
| YUV | 112.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 155 | 0 | 0.5 | 0.03 | 0.37 | 303.75 | 0.33 | 0.47 |
| Hex | A0 | 50 | 9B | 0 | 32 | 3 | 25 | 130 | 21 | 2F |
| Octal | 240 | 120 | 233 | 0 | 62 | 3 | 45 | 460 | 41 | 57 |
| Binary | 10100000 | 1010000 | 10011011 | 0 | 110010 | 11 | 100101 | 100110000 | 100001 | 101111 |
Color Harmonies of #A0509B
Complementary color
Monochromatic Colors of #A0509B
Black with #A0509B
Text Example
Text Example
White with #A0509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0509B; }
p { color: rgb(160,80,155); }
H1.HeaderClassName
{
color: #A0509B;
}
.AnyTagClassName
{
color: #A0509B;
}
</style>
background-color css
<style>
a { background-color: #A0509B; }
a { background-color: rgb(160,80,155); }
div.DivClassName
{
background-color: #A0509B;
}
.BgClassName
{
background-color: #A0509B;
}
</style>
border-color css
<style>
span { border-color: #A0509B; }
span { border-color: rgb(160,80,155); }
td.TdClassName
{
border-color: #A0509B;
}
.TagClassName
{
border-color: #A0509B;
}
</style>