Shades of Violet Blue #A1509B
Tints of Violet Blue #A1509B
RGB
CMYK
RGB Variations
Color information
#A1509B (or 0xA1509B) is known color: Violet Blue. HEX triplet: A1, 50 and 9B. RGB value is (161,80,155). Sum of RGB (Red+Green+Blue) = 161+80+155=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509B is #5EAF64. Grayscale: #707070. Windows color (decimal): -6205285 or 10178721. OLE color: 10178721.
HSL color Cylindrical-coordinate representation of color #A1509B: hue angle of 304.44º degrees, saturation: 0.34, 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 #A1509B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 155 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.37 |
| HSL | 304.44º | 0.34% | 0.47% | - |
| HSV(B) | 304.44º | 0.5% | 0.63% | - |
| XYZ | 23.48 | 15.68 | 32.8 | - |
| YUV | 112.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 155 | 0 | 0.50 | 0.04 | 0.37 | 304.44 | 0.34 | 0.47 |
| Hex | A1 | 50 | 9B | 0 | 32 | 4 | 25 | 130 | 22 | 2F |
| Octal | 241 | 120 | 233 | 0 | 62 | 4 | 45 | 460 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011011 | 0 | 110010 | 100 | 100101 | 100110000 | 100010 | 101111 |
Color Harmonies of #A1509B
Complementary color
Monochromatic Colors of #A1509B
Black with #A1509B
Text Example
Text Example
White with #A1509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1509B; }
p { color: rgb(161,80,155); }
H1.HeaderClassName
{
color: #A1509B;
}
.AnyTagClassName
{
color: #A1509B;
}
</style>
background-color css
<style>
a { background-color: #A1509B; }
a { background-color: rgb(161,80,155); }
div.DivClassName
{
background-color: #A1509B;
}
.BgClassName
{
background-color: #A1509B;
}
</style>
border-color css
<style>
span { border-color: #A1509B; }
span { border-color: rgb(161,80,155); }
td.TdClassName
{
border-color: #A1509B;
}
.TagClassName
{
border-color: #A1509B;
}
</style>